Changeset 11859 in vbox for trunk/src/libs
- Timestamp:
- Aug 30, 2008 12:05:45 AM (16 years ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r11855 r11859 1119 1119 xpcom/build/nsStringAPI.cpp 1120 1120 VBoxXPCOM_SOURCES.darwin = \ 1121 darwindeps.cpp1121 vboxdeps.cpp 1122 1122 VBoxXPCOM_SOURCES.os2 = \ 1123 1123 vboxdeps.cpp -
trunk/src/libs/xpcom18a4/vboxdeps.cpp
r4837 r11859 7 7 #include <nsHashSets.h> 8 8 #include <nsIPipe.h> 9 #include <xptcall.h> 10 #include <nsProxyEvent.h> 9 11 10 12 uintptr_t deps[] = … … 24 26 a->Init(123); 25 27 nsDeque *b = new nsDeque((nsDequeFunctor*)0); 28 29 nsProxyObject *c = new nsProxyObject(NULL, 1234, NULL); 30 delete c; 26 31 } 27 32
Note:
See TracChangeset
for help on using the changeset viewer.