[Delivery-boy-cvs] client/DeliveryBoyC DeliveryBoyC.prjx,1.3,1.4 Main.cs,1.5,1.6
Status: Planning
Brought to you by:
mkloubert
From: Marcel K. <gen...@us...> - 2005-02-04 20:13:47
|
Update of /cvsroot/delivery-boy/client/DeliveryBoyC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13538/DeliveryBoyC Modified Files: DeliveryBoyC.prjx Main.cs Log Message: * added doxygen \note command & log cvs keyword in all top headers * started to create class EasyTCPServer Index: DeliveryBoyC.prjx =================================================================== RCS file: /cvsroot/delivery-boy/client/DeliveryBoyC/DeliveryBoyC.prjx,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DeliveryBoyC.prjx 3 Feb 2005 21:09:59 -0000 1.3 --- DeliveryBoyC.prjx 4 Feb 2005 20:13:36 -0000 1.4 *************** *** 5,8 **** --- 5,9 ---- <File name=".\classes" subtype="Directory" buildaction="Compile" dependson="" data="" /> <File name=".\classes\clsEasySocket.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\classes\clsEasyTCPServer.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> </Contents> <References /> Index: Main.cs =================================================================== RCS file: /cvsroot/delivery-boy/client/DeliveryBoyC/Main.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Main.cs 4 Feb 2005 19:59:29 -0000 1.5 --- Main.cs 4 Feb 2005 20:13:36 -0000 1.6 *************** *** 42,45 **** --- 42,51 ---- * \todo Adding code. * + * \note + * $Log$ + * Revision 1.6 2005/02/04 20:13:36 generalpd + * * added doxygen \note command & log cvs keyword in all top headers + * * started to create class EasyTCPServer + * */ |