Changeset 27885 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- Mar 31, 2010 12:16:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r27849 r27885 624 624 HRESULT openExistingSession(IInternalSessionControl *aControl); 625 625 626 HRESULT getDirectControl(ComPtr<IInternalSessionControl> *directControl) 627 { 628 HRESULT rc; 629 *directControl = mData->mSession.mDirectControl; 630 631 if (!*directControl) 632 rc = E_ACCESSDENIED; 633 else 634 rc = S_OK; 635 636 return rc; 637 } 638 626 639 #if defined(RT_OS_WINDOWS) 627 640 … … 796 809 void unregisterMetrics(PerformanceCollector *aCollector, Machine *aMachine); 797 810 798 pm::CollectorGuestHAL 811 pm::CollectorGuestHAL *mGuestHAL; 799 812 #endif /* VBOX_WITH_RESOURCE_USAGE_API */ 800 813
Note:
See TracChangeset
for help on using the changeset viewer.