VirtualBox

Changeset 11859 in vbox for trunk/src/libs


Ignore:
Timestamp:
Aug 30, 2008 12:05:45 AM (16 years ago)
Author:
vboxsync
Message:

xpcom18a4: dropped darwindeps.cpp and make darwin use vboxdeps.cpp instead. Added a nsProxyObject dependency to vboxdeps to try drag in the vtable for nsXPTCStubBase (ZTV14nsXPTCStubBase).

Location:
trunk/src/libs/xpcom18a4
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r11855 r11859  
    11191119        xpcom/build/nsStringAPI.cpp
    11201120VBoxXPCOM_SOURCES.darwin = \
    1121         darwindeps.cpp
     1121        vboxdeps.cpp
    11221122VBoxXPCOM_SOURCES.os2 = \
    11231123        vboxdeps.cpp
  • trunk/src/libs/xpcom18a4/vboxdeps.cpp

    r4837 r11859  
    77#include <nsHashSets.h>
    88#include <nsIPipe.h>
     9#include <xptcall.h>
     10#include <nsProxyEvent.h>
    911
    1012uintptr_t deps[] =
     
    2426    a->Init(123);
    2527    nsDeque *b = new nsDeque((nsDequeFunctor*)0);
     28
     29    nsProxyObject *c = new nsProxyObject(NULL, 1234, NULL);
     30    delete c;
    2631}
    2732
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette