зеркало из https://github.com/mozilla/gecko-dev.git
added GetIID() method
This commit is contained in:
Родитель
a2d921d85e
Коммит
764ea2f33d
|
@ -33,6 +33,8 @@
|
|||
|
||||
struct nsIPostToServer : public nsISupports
|
||||
{
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IPOSTTOSERVER_IID; return iid; }
|
||||
|
||||
NS_IMETHOD SendFile(const char *aFile) = 0;
|
||||
NS_IMETHOD SendData(const char *aBuffer, PRUint32 aLength) = 0;
|
||||
NS_IMETHOD SendDataFromFile(const char *aFile) = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче