Changeset 60506 in vbox for trunk/include/VBox/com
- Timestamp:
- Apr 14, 2016 5:16:03 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106616
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/defs.h
r58110 r60506 394 394 #define COM_STRUCT_OR_CLASS(I) class I 395 395 396 namespace ATL 397 { 398 396 399 /* A few very simple ATL emulator classes to provide 397 400 * FinalConstruct()/FinalRelease() functionality on Linux. */ … … 413 416 virtual ~CComObject() { this->FinalRelease(); } 414 417 }; 418 419 } /* namespace ATL */ 420 421 using namespace ATL; 415 422 416 423 /* helper functions */
Note:
See TracChangeset
for help on using the changeset viewer.