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

Modified Files:
        functiontable.c 
Log Message:
applied patch 1709455 from geoff biggs adding support for generic properties to 
interfaces


Index: functiontable.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/functiontable.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** functiontable.c     16 Mar 2007 15:06:41 -0000      1.80
--- functiontable.c     29 Apr 2007 07:18:43 -0000      1.81
***************
*** 45,49 ****
    /* universal messages */
    {0, PLAYER_MSGTYPE_REQ, PLAYER_CAPABILTIES_REQ,
!    (player_pack_fn_t)player_capabilities_req_pack},
  
    /* actarray messages */
--- 45,61 ----
    /* universal messages */
    {0, PLAYER_MSGTYPE_REQ, PLAYER_CAPABILTIES_REQ,
!    (player_pack_fn_t)player_capabilities_req_pack, NULL, NULL},
!   {0, PLAYER_MSGTYPE_REQ, PLAYER_GET_INTPROP_REQ,
!    (player_pack_fn_t)player_intprop_req_pack, 
(player_dpcpy_fn_t)player_intprop_req_t_dpcpy, 
(player_cleanup_fn_t)player_intprop_req_t_cleanup},
!   {0, PLAYER_MSGTYPE_REQ, PLAYER_SET_INTPROP_REQ,
!    (player_pack_fn_t)player_intprop_req_pack, 
(player_dpcpy_fn_t)player_intprop_req_t_dpcpy, 
(player_cleanup_fn_t)player_intprop_req_t_cleanup},
!   {0, PLAYER_MSGTYPE_REQ, PLAYER_GET_DBLPROP_REQ,
!    (player_pack_fn_t)player_dblprop_req_pack, 
(player_dpcpy_fn_t)player_dblprop_req_t_dpcpy, 
(player_cleanup_fn_t)player_dblprop_req_t_cleanup},
!   {0, PLAYER_MSGTYPE_REQ, PLAYER_SET_DBLPROP_REQ,
!    (player_pack_fn_t)player_dblprop_req_pack, 
(player_dpcpy_fn_t)player_dblprop_req_t_dpcpy, 
(player_cleanup_fn_t)player_dblprop_req_t_cleanup},
!   {0, PLAYER_MSGTYPE_REQ, PLAYER_GET_STRPROP_REQ,
!    (player_pack_fn_t)player_strprop_req_pack, 
(player_dpcpy_fn_t)player_strprop_req_t_dpcpy, 
(player_cleanup_fn_t)player_strprop_req_t_cleanup},
!   {0, PLAYER_MSGTYPE_REQ, PLAYER_SET_STRPROP_REQ,
!    (player_pack_fn_t)player_strprop_req_pack, 
(player_dpcpy_fn_t)player_strprop_req_t_dpcpy, 
(player_cleanup_fn_t)player_strprop_req_t_cleanup},
  
    /* actarray messages */


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to