Update of /cvsroot/playerstage/code/player/libplayertcp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1460/libplayertcp

Modified Files:
        playertcp.cc .cvsignore 
Log Message:
Added entries to .cvsignore for eclipse CVS setup
Modified playerxdrgen to generate clone and free methods
Renamed dpcpy methods to copy and made argument order match memcpy
simplified vectormap interface a little
fixed misc warnings
cleanup tests

Index: .cvsignore
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayertcp/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .cvsignore  5 May 2006 06:20:00 -0000       1.2
--- .cvsignore  17 Sep 2007 02:18:57 -0000      1.3
***************
*** 3,4 ****
--- 3,9 ----
  playertcp.pc
  playerudp.pc
+ .libs
+ .deps
+ *.la
+ *.a
+ *.lo

Index: playertcp.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayertcp/playertcp.cc,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** playertcp.cc        23 Aug 2007 19:58:42 -0000      1.57
--- playertcp.cc        17 Sep 2007 02:18:57 -0000      1.58
***************
*** 1121,1125 ****
            }
            devlist.devices_count = numdevices;
- 
            resphdr.type = PLAYER_MSGTYPE_RESP_ACK;
            // Make up and push out the reply
--- 1121,1124 ----


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to