vbox的更動 62264 路徑 trunk/src/libs
- 時間撮記:
- 2016-7-14 下午04:58:55 (8 年 以前)
- 位置:
- trunk/src/libs/xpcom18a4
- 檔案:
-
- 修改 4 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器