mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
added GetIID() method
This commit is contained in:
parent
a2d921d85e
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user