Changeset 50357 in vbox
- Timestamp:
- Feb 6, 2014 8:12:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r50356 r50357 73 73 friend class CallbackEvent; 74 74 75 DECLARE_CLASSFACTORY_SINGLETON(VirtualBox) 76 77 DECLARE_REGISTRY_RESOURCEID(IDR_VIRTUALBOX) 78 79 // Kind of redundant (VirtualBoxWrap declares itself not aggregatable and 80 // CComCoClass<VirtualBox, &CLSID_VirtualBox> as aggregatable, the former 81 // is the first inheritance), but the C++ multiple inheritance rules and 82 // the class factory in svcmain.cpp needs this to disambiguate. 83 DECLARE_NOT_AGGREGATABLE(VirtualBox) 75 84 76 85 // to postpone generation of the default ctor/dtor
Note:
See TracChangeset
for help on using the changeset viewer.