fixing Mac bustage. b=45797
git-svn-id: svn://10.0.0.236/trunk@101475 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
11930ff64b
commit
fdd5d25c83
@ -27,9 +27,19 @@
|
||||
#include "nsplugindefs.h"
|
||||
#include "nsISupports.h"
|
||||
|
||||
#define NS_IPLUGINSTREAMINFO_IID \
|
||||
{ /* ed7d4ca0-b005-11d2-adaa-00805f6dec49 */ \
|
||||
0xed7d4ca0, \
|
||||
0xb005, \
|
||||
0x11d2, \
|
||||
{0xad, 0xaa, 0x00, 0x80, 0x5f, 0x6d, 0xec, 0x49} \
|
||||
}
|
||||
|
||||
class nsIPluginStreamInfo : public nsISupports {
|
||||
public:
|
||||
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPLUGINSTREAMINFO_IID)
|
||||
|
||||
NS_IMETHOD
|
||||
GetContentType(nsMIMEType* result) = 0;
|
||||
|
||||
@ -49,14 +59,6 @@ public:
|
||||
RequestRead(nsByteRange* rangeList) = 0;
|
||||
};
|
||||
|
||||
#define NS_IPLUGINSTREAMINFO_IID \
|
||||
{ /* ed7d4ca0-b005-11d2-adaa-00805f6dec49 */ \
|
||||
0xed7d4ca0, \
|
||||
0xb005, \
|
||||
0x11d2, \
|
||||
{0xad, 0xaa, 0x00, 0x80, 0x5f, 0x6d, 0xec, 0x49} \
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif /* nsIPluginStreamInfo_h___ */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user