Changeset 62264 in vbox for trunk/src/libs
- Timestamp:
- Jul 14, 2016 4:58:55 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108783
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r61591 r62264 41 41 $(VBOX_GCC_Wno-invalid-offsetof) -Wno-sign-compare -Wno-unused -Wno-ctor-dtor-privacy \ 42 42 $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden) \ 43 $(VBOX_GCC_fdiagnostics-show-option) $(VBOX_GCC_Wno-delete-non-virtual-dtor)43 $(VBOX_GCC_fdiagnostics-show-option) 44 44 TEMPLATE_XPCOM_CXXFLAGS.x86 = -m32 45 45 TEMPLATE_XPCOM_CXXFLAGS.amd64 = -m64 -
trunk/src/libs/xpcom18a4/xpcom/base/nsISupportsBase.h
r1 r62264 81 81 public: 82 82 83 virtual ~nsISupports() {} 83 84 /** 84 85 * @name Methods -
trunk/src/libs/xpcom18a4/xpcom/ds/nsDeque.h
r1 r62264 68 68 class nsDequeFunctor{ 69 69 public: 70 virtual ~nsDequeFunctor() {} 70 71 virtual void* operator()(void* anObject)=0; 71 72 }; -
trunk/src/libs/xpcom18a4/xpcom/tests/TestAutoPtr.cpp
r1 r62264 82 82 class TestRefObjectBaseB { 83 83 public: 84 virtual ~TestRefObjectBaseB() {} 84 85 int fooB; 85 86 virtual nsrefcnt AddRef() = 0;
Note:
See TracChangeset
for help on using the changeset viewer.