Update of /cvsroot/playerstage/code/player/libplayerxdr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24045
Modified Files:
functiontable.c
Log Message:
applied patch 1636546
Index: functiontable.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/functiontable.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** functiontable.c 21 Nov 2006 02:12:34 -0000 1.74
--- functiontable.c 31 Jan 2007 22:28:34 -0000 1.75
***************
*** 76,80 ****
{PLAYER_AIO_CODE, PLAYER_MSGTYPE_DATA, PLAYER_AIO_DATA_STATE,
(player_pack_fn_t)player_aio_data_pack},
! {PLAYER_ACTARRAY_CODE, PLAYER_MSGTYPE_REQ, PLAYER_AIO_CMD_STATE,
(player_pack_fn_t)player_aio_cmd_pack},
--- 76,80 ----
{PLAYER_AIO_CODE, PLAYER_MSGTYPE_DATA, PLAYER_AIO_DATA_STATE,
(player_pack_fn_t)player_aio_data_pack},
! {PLAYER_AIO_CODE, PLAYER_MSGTYPE_CMD, PLAYER_AIO_CMD_STATE,
(player_pack_fn_t)player_aio_cmd_pack},
***************
*** 632,635 ****
--- 632,636 ----
// Make sure the interface and subtype match exactly.
// match anyway if interface = 0 (universal data types)
+
if((curr->interf == interf || curr->interf == 0) &&
curr->type == type &&
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit