VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/vboxdeps.cpp@ 8107

最後變更 在這個檔案從8107是 4837,由 vboxsync 提交於 17 年 前

Solaris

  • 屬性 svn:keywords 設為 Id
檔案大小: 556 位元組
 
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
10uintptr_t deps[] =
11{
12 (uintptr_t)PL_strncpy,
13 (uintptr_t)PL_strchr,
14 (uintptr_t)PL_strncpyz,
15 (uintptr_t)PL_HashString,
16 (uintptr_t)PR_DestroyPollableEvent,
17 (uintptr_t)NS_NewPipe2,
18 0
19};
20
21void foodep(void)
22{
23 nsVoidHashSetSuper *a = new nsVoidHashSetSuper();
24 a->Init(123);
25 nsDeque *b = new nsDeque((nsDequeFunctor*)0);
26}
27
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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