Changeset 13705 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 31, 2008 9:00:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostPower.h
r13688 r13705 42 42 43 43 void notify(HostPowerEvent event); 44 HRESULT processEvent(SessionMachine *machine, HostPowerEvent event );44 HRESULT processEvent(SessionMachine *machine, HostPowerEvent event, BOOL *paMachineSuspended); 45 45 46 46 protected: 47 47 ComObjPtr <VirtualBox, ComWeakRef> mVirtualBox; 48 49 BOOL *aMachineSuspended; 50 size_t cbMachineSuspended; 48 51 }; 49 52
Note:
See TracChangeset
for help on using the changeset viewer.