Closed
Bug 328608
Opened 19 years ago
Closed 12 years ago
missing NS_BINARYINPUTSTREAM_CONTRACTID header file defnition
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jonsmirl, Unassigned)
Details
NS_BINARYINPUTSTREAM_CONTRACTID is not defined in any of the public header files.
It's only defined in: xpcom/io/nsBinaryStream.h
#define NS_BINARYINPUTSTREAM_CONTRACTID "@mozilla.org/binaryinputstream;1"
nsIBinaryInputStream.h is public
http://www.xulplanet.com/references/xpcomref/ifaces/nsIBinaryInputStream.html
Comment 1•19 years ago
|
||
> nsIBinaryInputStream.h is public
but the wrong place for this.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•