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

Modified Files:
        functiontable.c 
Log Message:
patch for audio changes from Geoff applied


Index: functiontable.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/functiontable.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** functiontable.c     31 Jan 2007 22:28:34 -0000      1.75
--- functiontable.c     11 Feb 2007 07:41:25 -0000      1.76
***************
*** 93,97 ****
     (player_pack_fn_t)player_audio_sample_item_pack},
    {PLAYER_AUDIO_CODE, PLAYER_MSGTYPE_REQ, PLAYER_AUDIO_SAMPLE_REC_REQ,
!    (player_pack_fn_t)player_audio_sample_item_pack},
    {PLAYER_AUDIO_CODE, PLAYER_MSGTYPE_REQ, PLAYER_AUDIO_SAMPLE_RETRIEVE_REQ,
     (player_pack_fn_t)player_audio_sample_pack},
--- 93,97 ----
     (player_pack_fn_t)player_audio_sample_item_pack},
    {PLAYER_AUDIO_CODE, PLAYER_MSGTYPE_REQ, PLAYER_AUDIO_SAMPLE_REC_REQ,
!    (player_pack_fn_t)player_audio_sample_rec_req_pack},
    {PLAYER_AUDIO_CODE, PLAYER_MSGTYPE_REQ, PLAYER_AUDIO_SAMPLE_RETRIEVE_REQ,
     (player_pack_fn_t)player_audio_sample_pack},
***************
*** 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 &&
--- 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

Reply via email to