зеркало из https://github.com/mozilla/gecko-dev.git
Updates for XP-COM interface.
This commit is contained in:
Родитель
1ec6038348
Коммит
7dfad35c6f
|
@ -18,16 +18,13 @@
|
||||||
#ifndef nsIStreamConverter_h_
|
#ifndef nsIStreamConverter_h_
|
||||||
#define nsIStreamConverter_h_
|
#define nsIStreamConverter_h_
|
||||||
|
|
||||||
#ifndef nsIStreamConverter_h_
|
|
||||||
#define nsIStreamConverter_h_
|
|
||||||
|
|
||||||
#include "nsIStreamListener.h"
|
#include "nsIStreamListener.h"
|
||||||
#include "nsIOutputStream.h"
|
#include "nsIOutputStream.h"
|
||||||
|
|
||||||
// {C9CDF8E5-95FA-11d2-8807-00805F5A1FB8}
|
// {C9CDF8E5-95FA-11d2-8807-00805F5A1FB8}
|
||||||
#define NS_ISTREAM_CONVERTER_IID \
|
#define NS_ISTREAM_CONVERTER_IID \
|
||||||
{ 0xc9cdf8e5, 0x95fa, 0x11d2, \
|
{ 0xc9cdf8e5, 0x95fa, 0x11d2, \
|
||||||
{ 0x88, 0x7, 0x0, 0x80, 0x5f, 0x5a, 0x1f, 0xb8 } };
|
{ 0x88, 0x7, 0x0, 0x80, 0x5f, 0x5a, 0x1f, 0xb8 } };
|
||||||
|
|
||||||
class nsIStreamConverter : public nsIStreamListener {
|
class nsIStreamConverter : public nsIStreamListener {
|
||||||
public:
|
public:
|
||||||
|
@ -46,4 +43,4 @@ public:
|
||||||
NS_IMETHOD SetOutputListener(nsIStreamListener *outListner) = 0;
|
NS_IMETHOD SetOutputListener(nsIStreamListener *outListner) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* nsIStreamConverter_h_ */
|
#endif /* nsIStreamConverter_h_ */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче