source:
vbox/trunk/src/libs/xpcom18a4/xpcom/tests/TestXPIDLString.cpp@
65902
最後變更 在這個檔案從65902是 1,由 提交於 55 年 前 | |
---|---|
|
|
檔案大小: 327 位元組 |
行 | |
---|---|
1 | #include "nsString.h" |
2 | #include "nsReadableUtils.h" |
3 | #include "nsXPIDLString.h" |
4 | |
5 | static void |
6 | nsXPIDLStringTest_Value(PRUnichar** aResult) |
7 | { |
8 | *aResult = ToNewUnicode(NS_LITERAL_STRING("Hello, World")); |
9 | } |
10 | |
11 | int |
12 | main(int argc, char* argv[]) |
13 | { |
14 | nsXPIDLString s1; |
15 | nsXPIDLStringTest_Value(getter_Copies(s1)); |
16 | return 0; |
17 | } |
18 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器