Changeset 63643 in vbox for trunk/src/VBox/Main/include/VirtualBoxBase.h
- Timestamp:
- Aug 25, 2016 5:19:22 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxBase.h
r63331 r63643 67 67 #undef DECLARE_CLASSFACTORY_SINGLETON 68 68 #define DECLARE_CLASSFACTORY_SINGLETON(obj) DECLARE_CLASSFACTORY_EX(CMyComClassFactorySingleton<obj>) 69 70 /** 71 * @todo r=bird: This CMyComClassFactorySingleton stuff is probably obsoleted by 72 * microatl.h? Right? 73 */ 69 74 70 75 template <class T>
Note:
See TracChangeset
for help on using the changeset viewer.