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

Modified Files:
        player.h 
Log Message:
changed blackboard interface to use a string group id instead of an integer


Index: player.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/player.h,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** player.h    30 Jan 2008 02:06:46 -0000      1.146
--- player.h    6 Feb 2008 19:38:36 -0000       1.147
***************
*** 270,275 ****
    /** Identifier for the entry. */
    char* key;
!   /** Second identifier. */
!   uint32_t group_id;
    /** Entry data type. */
    uint16_t type;
--- 270,277 ----
    /** Identifier for the entry. */
    char* key;
!   /** Second identifier count. */
!   uint32_t group_count;
!   /** Second identifier */
!   char* group;
    /** Entry data type. */
    uint16_t type;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to