Changeset 50175 in vbox for trunk/src/VBox/Main/include/HostPower.h
- Timestamp:
- Jan 23, 2014 10:10:50 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91739
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostPower.h
r46775 r50175 30 30 class HostPowerService 31 31 { 32 public: 33 32 public: 34 33 HostPowerService(VirtualBox *aVirtualBox); 35 34 virtual ~HostPowerService(); 36 37 35 void notify(Reason_T aReason); 38 36 39 protected: 37 protected: 38 VirtualBox *mVirtualBox; 39 std::vector<ComPtr<IInternalSessionControl> > mSessionControls; 40 40 41 VirtualBox *mVirtualBox; 42 43 std::vector<ComPtr<IInternalSessionControl> > mSessionControls; 41 private: 42 bool fSavestateOnBatteryLow; 44 43 }; 45 44
Note:
See TracChangeset
for help on using the changeset viewer.