Changeset 39720 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Jan 7, 2012 2:56:25 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75578
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r39711 r39720 694 694 const ComObjPtr<MachineDebugger> mDebugger; 695 695 const ComObjPtr<VRDEServerInfo> mVRDEServerInfo; 696 /** This can safely be used without holding any locks. 697 * An AutoCaller suffices to prevent it being destroy while in use and 698 * internally there is a lock providing the necessary serialization. */ 696 699 const ComObjPtr<EventSource> mEventSource; 697 700 #ifdef VBOX_WITH_EXTPACK
Note:
See TracChangeset
for help on using the changeset viewer.