Update of /cvsroot/playerstage/code/player/examples/plugins/exampleinterface
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1460/examples/plugins/exampleinterface
Modified Files:
eginterf.c .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/examples/plugins/exampleinterface/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore 9 Jun 2007 04:15:08 -0000 1.1
--- .cvsignore 17 Sep 2007 02:18:52 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
Makefile
Makefile.in
+ *.lo
+ *.la
+ .deps
+ .libs
+ example_client
Index: eginterf.c
===================================================================
RCS file:
/cvsroot/playerstage/code/player/examples/plugins/exampleinterface/eginterf.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** eginterf.c 22 May 2007 07:52:53 -0000 1.1
--- eginterf.c 17 Sep 2007 02:18:52 -0000 1.2
***************
*** 35,39 ****
{
{PLAYER_EGINTERF_CODE, PLAYER_MSGTYPE_DATA, EGINTERF_DATA,
! (player_pack_fn_t)player_eginterf_data_pack,
(player_dpcpy_fn_t)player_eginterf_data_dpcpy,
(player_cleanup_fn_t)player_eginterf_data_cleanup},
{PLAYER_EGINTERF_CODE, PLAYER_MSGTYPE_REQ, EGINTERF_REQ,
(player_pack_fn_t)player_eginterf_req_pack, NULL, NULL},
--- 35,39 ----
{
{PLAYER_EGINTERF_CODE, PLAYER_MSGTYPE_DATA, EGINTERF_DATA,
! (player_pack_fn_t)player_eginterf_data_pack,
(player_copy_fn_t)player_eginterf_data_dpcpy,
(player_cleanup_fn_t)player_eginterf_data_cleanup},
{PLAYER_EGINTERF_CODE, PLAYER_MSGTYPE_REQ, EGINTERF_REQ,
(player_pack_fn_t)player_eginterf_req_pack, NULL, NULL},
-------------------------------------------------------------------------
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