Changeset 13436 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 21, 2008 1:03:49 PM (16 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r13431 r13436 266 266 GuestPropertyList mGuestProperties; 267 267 BOOL mPropertyServiceActive; 268 Bstr mGuestPropertyNotificationPatterns; 268 269 }; 269 270 … … 519 520 STDMETHOD(COMGETTER(ClipboardMode)) (ClipboardMode_T *aClipboardMode); 520 521 STDMETHOD(COMSETTER(ClipboardMode)) (ClipboardMode_T aClipboardMode); 522 STDMETHOD(COMGETTER(GuestPropertyNotificationPatterns)) (BSTR *aPattern); 523 STDMETHOD(COMSETTER(GuestPropertyNotificationPatterns)) (INPTR BSTR aPattern); 521 524 522 525 // IMachine methods -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r13405 r13436 226 226 void onSnapshotDiscarded (const Guid &aMachineId, const Guid &aSnapshotId); 227 227 void onSnapshotChange (const Guid &aMachineId, const Guid &aSnapshotId); 228 void onGuestPropertyChange (const Guid &aMachineId, INPTR BSTR aName, INPTR BSTR aValue, 229 INPTR BSTR aFlags); 228 230 229 231 ComObjPtr <GuestOSType> getUnknownOSType();
Note:
See TracChangeset
for help on using the changeset viewer.