Adding nsIMemory interface (replacement for nsIAllocator). Part of xpcom API freeze.

This commit is contained in:
warren%netscape.com 2000-06-03 07:12:22 +00:00
Родитель c532a7a5cd
Коммит 1d371db38c
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -47,6 +47,12 @@ typedef long long PRInt64 ;
typedef unsigned long nsrefcnt ;
typedef unsigned long nsresult ;
// XXX need this built into xpidl compiler so that it's really size_t or PRSize
// and it's scriptable:
typedef unsigned long size_t;
[ptr] native voidPtr(void);
[ptr] native charPtr(char);
[ptr] native voidStar(void);
[ptr] native charStar(char);