gecko-dev/network
valeski%netscape.com eb216ab0c2 The changes apply to MODULAR_NETLIB only
mozilla/module/nsINetFile.h
MODULAR_NETLIB only. Added the nsINetFile interface header.

mozilla/module/nsNetFile.cpp
MODULAR_NETLIB only. Added the nsINetFile interface implementation.

mozilla/module/nsNetFile.h
MODULAR_NETLIB only. Added the nsNetFile header.

mozilla/main/mkgeturl.c
MODULAR_NETLIB only. Added directory and file token initialization for new ns_net_file code.

mozilla/main/net_xp_file.h
MODULAR_NETLIB only. Added the new readline routine for ns_net_file.

mozilla/module/makefile.win
MODULAR_NETLIB only. Added the nsNetFile.cpp file to compilation list.

mozilla/module/nsNetService.cpp
MODULAR_NETLIB only. Added the static nsNetFile instance so it gets initailized.

mozilla/module/nsNetStubs.cpp
MODULAR_NETLIB only. Added NET_I_XP_FILE* versions of XP_FILE routines. These routines are compiled and used when NS_NET_FILE is defined.
1998-09-10 00:32:40 +00:00
..
cache Adding layer of abstraction (via #defines) between netlib and file code (XP_File*). This will allow raptor to build with a different file implementation (nsINetFile) and no longer rely on XP_File*(). All XP_File*() routines were renamed to NET_XP_File*(). The #define to do the masking is mozilla/network/main/net_xp_file.h . 1998-09-02 01:00:42 +00:00
client AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
cnvts fixing compile warning 1998-09-10 00:08:33 +00:00
cstream AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
macbuild Smartupdate landing. Added autoinstl to project. 1998-09-02 19:19:51 +00:00
main The changes apply to MODULAR_NETLIB only 1998-09-10 00:32:40 +00:00
mimetype Adding layer of abstraction (via #defines) between netlib and file code (XP_File*). This will allow raptor to build with a different file implementation (nsINetFile) and no longer rely on XP_File*(). All XP_File*() routines were renamed to NET_XP_File*(). The #define to do the masking is mozilla/network/main/net_xp_file.h . 1998-09-02 01:00:42 +00:00
module The changes apply to MODULAR_NETLIB only 1998-09-10 00:32:40 +00:00
protocol Updated. 1998-09-05 10:25:13 +00:00
util Updates to autoconf files. 1998-08-26 04:04:57 +00:00
Makefile Normandy Merge .... 1998-06-22 21:21:28 +00:00
Makefile.in Updates to autoconf files. 1998-08-26 04:04:57 +00:00
makefile.win Normandy Merge .... 1998-06-22 21:21:28 +00:00