Changeset 48054 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 26, 2013 10:30:25 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88410
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r47342 r48054 618 618 static DECLCALLBACK(int) configGuestProperties(void *pvConsole, PUVM pUVM); 619 619 static DECLCALLBACK(int) configGuestControl(void *pvConsole); 620 void vmstateChangePowerOff(bool fCalledFromReset /* = false */); 620 621 static DECLCALLBACK(void) vmstateChangeCallback(PUVM pUVM, VMSTATE enmState, VMSTATE enmOldState, void *pvUser); 621 622 static DECLCALLBACK(int) unplugCpu(Console *pThis, PUVM pUVM, VMCPUID idCpu); … … 724 725 void guestPropertiesVRDPUpdateDisconnect(uint32_t u32ClientId); 725 726 #endif 727 728 bool isResetTurnedIntoPowerOff(void); 726 729 727 730 /** @name Teleporter support
Note:
See TracChangeset
for help on using the changeset viewer.