Update of /cvsroot/playerstage/code/player/libplayerxdr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25217/libplayerxdr
Modified Files:
functiontable.c
Log Message:
added geoffs patch to add state to the audio interface data
Index: functiontable.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/functiontable.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** functiontable.c 19 Aug 2006 00:51:18 -0000 1.67
--- functiontable.c 24 Aug 2006 01:38:23 -0000 1.68
***************
*** 69,73 ****
(player_pack_fn_t)player_aio_cmd_pack},
! /* aio messages */
{PLAYER_AUDIO_CODE, PLAYER_MSGTYPE_CMD, PLAYER_AUDIO_MIXER_CHANNEL_CMD,
(player_pack_fn_t)player_audio_mixer_channel_list_pack},
--- 69,73 ----
(player_pack_fn_t)player_aio_cmd_pack},
! /* audio messages */
{PLAYER_AUDIO_CODE, PLAYER_MSGTYPE_CMD, PLAYER_AUDIO_MIXER_CHANNEL_CMD,
(player_pack_fn_t)player_audio_mixer_channel_list_pack},
***************
*** 98,101 ****
--- 98,103 ----
{PLAYER_AUDIO_CODE, PLAYER_MSGTYPE_CMD, PLAYER_AUDIO_WAV_STREAM_REC_CMD,
(player_pack_fn_t)player_bool_pack},
+ {PLAYER_AUDIO_CODE, PLAYER_MSGTYPE_DATA, PLAYER_AUDIO_STATE_DATA,
+ (player_pack_fn_t)player_audio_state_pack},
***************
*** 585,589 ****
return(curr->func);
}
!
// The supplied type can be RESP_ACK if the registered type is REQ.
if (type == PLAYER_MSGTYPE_RESP_ACK || type == PLAYER_MSGTYPE_RESP_NACK)
--- 587,591 ----
return(curr->func);
}
!
// The supplied type can be RESP_ACK if the registered type is REQ.
if (type == PLAYER_MSGTYPE_RESP_ACK || type == PLAYER_MSGTYPE_RESP_NACK)
-------------------------------------------------------------------------
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