VirtualBox

Ignore:
Timestamp:
Apr 29, 2014 1:28:53 PM (11 years ago)
Author:
vboxsync
Message:

libs/xpcom: Add dummy constructor, destructors for working around Solaris GCC, Sun linker issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/xptcall.h

    r24637 r51167  
    226226    NS_IMETHOD QueryInterface(REFNSIID aIID, void** aInstancePtr);
    227227
     228    // Implement dummy constructor, destructor to workaround Solaris gcc 4.8.2
     229    // linking issue (see @bugref{5838}).
     230    nsXPTCStubBase() {}
     231    ~nsXPTCStubBase() {}
     232
    228233    // Include generated vtbl stub declarations.
    229234    // These are virtual and *also* implemented by this class..
Note: See TracChangeset for help on using the changeset viewer.

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