Changeset 55651 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- May 4, 2015 4:42:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/HostPowerLinux.cpp
r55647 r55651 92 92 DECLCALLBACK(int) HostPowerServiceLinux::powerChangeNotificationThread(RTTHREAD hThreadSelf, void *pInstance) 93 93 { 94 NOREF(hThreadSelf); 94 95 HostPowerServiceLinux *pPowerObj = static_cast<HostPowerServiceLinux *>(pInstance); 95 96
Note:
See TracChangeset
for help on using the changeset viewer.