VirtualBox

Changeset 60506 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Apr 14, 2016 5:16:03 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106616
Message:

include/VBox/com/defs.h: more build break fixing for XPCOM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/defs.h

    r58110 r60506  
    394394#define COM_STRUCT_OR_CLASS(I) class I
    395395
     396namespace ATL
     397{
     398
    396399/* A few very simple ATL emulator classes to provide
    397400 * FinalConstruct()/FinalRelease() functionality on Linux. */
     
    413416    virtual ~CComObject() { this->FinalRelease(); }
    414417};
     418
     419} /* namespace ATL */
     420
     421using namespace ATL;
    415422
    416423/* helper functions */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette