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

Modified Files:
      Tag: release-2-0-patches
        functiontable.c 
Log Message:
applied patch 1636546

Index: functiontable.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/functiontable.c,v
retrieving revision 1.54.2.1
retrieving revision 1.54.2.2
diff -C2 -d -r1.54.2.1 -r1.54.2.2
*** functiontable.c     9 Jun 2006 18:13:50 -0000       1.54.2.1
--- functiontable.c     31 Jan 2007 22:23:25 -0000      1.54.2.2
***************
*** 63,67 ****
    {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},
  
--- 63,67 ----
    {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},
  
***************
*** 537,540 ****
--- 537,541 ----
      // 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

Reply via email to