Changeset 13678 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 30, 2008 3:18:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostPower.h
r13655 r13678 24 24 25 25 #include "VirtualBoxBase.h" 26 #include "MachineImpl.h" 26 27 27 28 class VirtualBox; … … 40 41 virtual ~HostPowerService(); 41 42 42 void notify(HostPowerEvent event); 43 void notify(HostPowerEvent event); 44 HRESULT processEvent(SessionMachine *machine, HostPowerEvent event); 43 45 44 46 protected:
Note:
See TracChangeset
for help on using the changeset viewer.