gecko-dev/netwerk
mccabe%netscape.com 4f7990cd94 Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
..
base Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes. 1999-09-19 23:46:35 +00:00
build Factored file transport service out of file: protocol. 1999-09-16 01:16:22 +00:00
cache General cleanup. 1999-09-14 01:35:43 +00:00
dns General cleanup. 1999-09-14 01:35:43 +00:00
macbuild Added nsIFileTransportService.idl and nsISocketTransportService.idl to netwerkIDL.mcp. Removed nsDirectoryIndexStream.cpp from file.mcp and added nsFileTransport.cpp, nsFileTransportService.cpp, and nsDirectoryIndexStream.cpp to netwerk.mcp. All part of warren's checkin. 1999-09-16 01:16:17 +00:00
mime Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes. 1999-09-19 23:46:35 +00:00
protocol Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes. 1999-09-19 23:46:35 +00:00
socket General cleanup. 1999-09-10 00:59:21 +00:00
streamconv fix for 14143. also yanked local isspace, isdigit, isalpha routines from FTP dir listing converter, and corrected a buffer allocation problem that was causing extra data 'bad data' to be buffered. 1999-09-17 20:13:33 +00:00
test add some more testcases 1999-09-18 11:12:45 +00:00
testserver General cleanup. 1999-09-10 00:59:21 +00:00
util General cleanup. 1999-09-10 00:59:21 +00:00
.cvsignore some more ignorance 1999-06-17 19:00:56 +00:00
Makefile.in General cleanup. 1999-09-14 01:35:43 +00:00
gen-makefile.sh Add some comments 1999-05-03 18:11:50 +00:00
makefile.win remove temporary ifdef 1999-08-24 04:16:15 +00:00
makefiles add protocol/jar makefiles 1999-09-18 09:13:20 +00:00