- Timestamp:
- Jan 19, 2009 7:21:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r16054 r16057 89 89 /** @} */ 90 90 91 using namespace com;92 93 91 typedef uint64_t USAGECATEGORY; 94 92 … … 101 99 nsCOMPtr<nsIEventQueue> eventQ; 102 100 #endif 101 #ifndef VBOX_ONLY_DOCS 103 102 ComPtr<IVirtualBox> virtualBox; 104 103 ComPtr<ISession> session; 104 #endif 105 105 }; 106 106
Note:
See TracChangeset
for help on using the changeset viewer.