Changeset 13165 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 10, 2008 11:27:30 AM (16 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r13079 r13165 41 41 #include <VBox/vrdpapi.h> 42 42 #include <VBox/pdmdrv.h> 43 #ifdef VBOX_WITH_GUEST_PROPS 44 # include <VBox/HostServices/GuestPropertySvc.h> /* For the property notification callback */ 45 #endif 43 46 44 47 struct VUSBIRHCONFIG; … … 485 488 static DECLCALLBACK(int) loadStateFileExec (PSSMHANDLE pSSM, void *pvUser, uint32_t u32Version); 486 489 490 #ifdef VBOX_WITH_GUEST_PROPS 491 static DECLCALLBACK(void) doGuestPropNotification (PVBOXHGCMCALLBACKHDR pHeader); 492 #endif 493 487 494 bool mSavedStateDataLoaded : 1; 488 495 -
trunk/src/VBox/Main/include/MachineImpl.h
r11683 r13165 845 845 STDMETHOD(PushGuestProperties) (ComSafeArrayIn(INPTR BSTR, aNames), ComSafeArrayIn(INPTR BSTR, aValues), 846 846 ComSafeArrayIn(ULONG64, aTimestamps), ComSafeArrayIn(INPTR BSTR, aFlags)); 847 STDMETHOD(PushGuestProperty) (INPTR BSTR aName, INPTR BSTR aValue, 848 ULONG64 aTimestamp, INPTR BSTR aFlags); 847 849 848 850 // public methods only for internal purposes
Note:
See TracChangeset
for help on using the changeset viewer.