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:
dbaron%fas.harvard.edu 2001-08-21 02:58:44 +00:00
parent 11930ff64b
commit fdd5d25c83

View File

@ -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___ */