[Csharp-classlib-cvs] main/src C# ClassLib.prjx,1.3,1.4
Status: Inactive
Brought to you by:
generalpd
From: Marcel K. <gen...@us...> - 2005-06-02 05:51:59
|
Update of /cvsroot/csharp-classlib/main/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31569/src Modified Files: C# ClassLib.prjx Log Message: - if you set less than 1 MaxConnection, an exception is thorwn - added 2nd parameter socket to pOnError - moved disconnecting process to pOnDisconnect - now the class can tell what socket represents a disconnection and tells it the event OnDisconnect - some code improvments - made mor code documentation Index: C# ClassLib.prjx =================================================================== RCS file: /cvsroot/csharp-classlib/main/src/C# ClassLib.prjx,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** C# ClassLib.prjx 13 May 2005 05:37:31 -0000 1.3 --- C# ClassLib.prjx 2 Jun 2005 05:51:50 -0000 1.4 *************** *** 11,14 **** --- 11,15 ---- <File name=".\classes\clsFLACFile.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> <File name=".\classes\clsTCPServer.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\classes\clsEasyRijndael.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> </Contents> <References /> |