0ad/source/ps/Network
janwas c817566222 # housekeeping
replaced all (*) CStr / CStrW by-value params with const reference. hoo
boy.

please always perform this optimization (actually standard idiom) when
writing the code - it takes little work, tells the next guy that the
string won't be modified, and makes a large performance difference.

(* where possible.. a few require other changes and will follow later)

This was SVN commit r4151.
2006-07-20 14:37:58 +00:00
..
AllNetMessages.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
Client.cpp # housekeeping 2006-07-20 14:37:58 +00:00
Client.h # housekeeping 2006-07-20 14:37:58 +00:00
JSEvents.h # housekeeping 2006-07-20 14:37:58 +00:00
NetLog.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
NetLog.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
NetMessage.cpp # housekeeping 2006-07-20 14:37:58 +00:00
NetMessage.h # housekeeping 2006-07-20 14:37:58 +00:00
Network.cpp # complete revamp of build system in preparation for automated self tests. 2006-06-02 03:56:24 +00:00
Network.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
NetworkInternal.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
NMTCreator.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
Serialization.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
Server.cpp # housekeeping 2006-07-20 14:37:58 +00:00
Server.h # housekeeping 2006-07-20 14:37:58 +00:00
ServerSession.cpp # complete revamp of build system in preparation for automated self tests. 2006-06-02 03:56:24 +00:00
ServerSession.h # complete revamp of build system in preparation for automated self tests. 2006-06-02 03:56:24 +00:00
ServerSocket.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
Session.cpp # complete revamp of build system in preparation for automated self tests. 2006-06-02 03:56:24 +00:00
Session.h # housekeeping 2006-07-20 14:37:58 +00:00
SessionManager.cpp # complete revamp of build system in preparation for automated self tests. 2006-06-02 03:56:24 +00:00
SessionManager.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
SocketBase.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
SocketBase.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
StreamSocket.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
StreamSocket.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
StringConverters.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00