Last change
on this file since 11860 was 11860, checked in by vboxsync, 16 years ago |
xpcom18a4: Another shot at the vtable for nsXPTCStubBase (ZTV14nsXPTCStubBase).
|
-
Property svn:keywords
set to
Id
|
File size:
726 bytes
|
Line | |
---|
1 | /* The usual story: drag stuff from the libraries into the link. */
|
---|
2 |
|
---|
3 |
|
---|
4 | #include <plstr.h>
|
---|
5 | #include <prio.h>
|
---|
6 | #include <nsDeque.h>
|
---|
7 | #include <nsHashSets.h>
|
---|
8 | #include <nsIPipe.h>
|
---|
9 | #include <xptcall.h>
|
---|
10 | #include "xpcom/proxy/src/nsProxyEventPrivate.h"
|
---|
11 |
|
---|
12 | uintptr_t deps[] =
|
---|
13 | {
|
---|
14 | (uintptr_t)PL_strncpy,
|
---|
15 | (uintptr_t)PL_strchr,
|
---|
16 | (uintptr_t)PL_strncpyz,
|
---|
17 | (uintptr_t)PL_HashString,
|
---|
18 | (uintptr_t)PR_DestroyPollableEvent,
|
---|
19 | (uintptr_t)NS_NewPipe2,
|
---|
20 | 0
|
---|
21 | };
|
---|
22 |
|
---|
23 | void foodep(void)
|
---|
24 | {
|
---|
25 | nsVoidHashSetSuper *a = new nsVoidHashSetSuper();
|
---|
26 | a->Init(123);
|
---|
27 | nsDeque *b = new nsDeque((nsDequeFunctor*)0);
|
---|
28 |
|
---|
29 | //nsXPTCStubBase
|
---|
30 | nsProxyEventObject *c = new nsProxyEventObject();
|
---|
31 | c->Release();
|
---|
32 | }
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.