Changeset 51167 in vbox for trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall
- Timestamp:
- Apr 29, 2014 1:28:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.