Changeset 51167 in vbox for trunk/src/libs
- Timestamp:
- Apr 29, 2014 1:28:53 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93519
- Location:
- trunk/src/libs/xpcom18a4/xpcom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/components/nsIServiceManagerUtils.h
r1 r51167 88 88 // nothing else to do 89 89 } 90 // Implement a dummy destructor to workaround linking issue on Solaris gcc 4.8.2 (see @bugref{5838}) 91 ~nsGetServiceByContractID() {} 90 92 91 93 virtual nsresult NS_FASTCALL operator()( const nsIID&, void** ) const; -
trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/xptcall.h
r24637 r51167 226 226 NS_IMETHOD QueryInterface(REFNSIID aIID, void** aInstancePtr); 227 227 228 // Implement dummy constructor, destructor to workaround Solaris gcc 4.8.2 229 // linking issue (see @bugref{5838}). 230 nsXPTCStubBase() {} 231 ~nsXPTCStubBase() {} 232 228 233 // Include generated vtbl stub declarations. 229 234 // These are virtual and *also* implemented by this class..
Note:
See TracChangeset
for help on using the changeset viewer.