Closed
Bug 179610
Opened 23 years ago
Closed 23 years ago
nsIIOService is not part of the SDK yet it is frozen
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
nsIIOService needs to be part of the SDK for 1.2. This is a blocker.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/netwerk/base/public/Makefile.in,v
retrieving revision 1.76
diff -u -r1.76 Makefile.in
--- Makefile.in 6 Oct 2002 02:28:27 -0000 1.76
+++ Makefile.in 12 Nov 2002 01:38:44 -0000
@@ -35,6 +35,7 @@
nsIRequest.idl \
nsIRequestObserver.idl \
nsIStreamListener.idl \
+ nsIIOService.idl \
nsIURI.idl \
nsIURL.idl \
nsIFileURL.idl \
@@ -49,7 +50,6 @@
nsIFileChannel.idl \
nsIFileStreams.idl \
nsIFileTransportService.idl \
- nsIIOService.idl \
nsIMIMEInputStream.idl \
nsINetModRegEntry.idl \
nsINetModuleMgr.idl \
| Assignee | ||
Comment 1•23 years ago
|
||
Checking in Makefile.in;
/cvsroot/mozilla/netwerk/base/public/Makefile.in,v <-- Makefile.in
new revision: 1.77; previous revision: 1.76
done
checked into trunk. Lets get this into the branch asap. It is not a code
change - just a build change.
Comment 3•23 years ago
|
||
a=rjesup@wgate.com for 1.2
There really should have been a patch, even though it's a 1-liner
| Assignee | ||
Comment 4•23 years ago
|
||
the patch was inline :-) Thanks for the approval.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
Even though the patch didn't look like this by the time that it was in the 1.2
branch, it's in there.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•