Update of /cvsroot/playerstage/code/player/client_libs/libplayerc++
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9621/client_libs/libplayerc++

Modified Files:
        blackboardproxy.cc playerc++.h 
Log Message:
more fixes for blackboard an dpython


Index: playerc++.h
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc++/playerc++.h,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** playerc++.h 18 Dec 2007 05:05:08 -0000      1.106
--- playerc++.h 22 Jan 2008 20:03:29 -0000      1.107
***************
*** 349,353 ****
        void SetEntry(const player_blackboard_entry_t &entry);
        /** Set the function pointer which will be called when an entry is 
updated. */
!       void SetEventHandler(void 
(*on_blackboard_event)(player_blackboard_entry_t));
  };
  
--- 349,353 ----
        void SetEntry(const player_blackboard_entry_t &entry);
        /** Set the function pointer which will be called when an entry is 
updated. */
!       void SetEventHandler(void (*on_blackboard_event)(playerc_blackboard_t 
*, player_blackboard_entry_t));
  };
  

Index: blackboardproxy.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc++/blackboardproxy.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** blackboardproxy.cc  21 Jan 2008 02:58:45 -0000      1.3
--- blackboardproxy.cc  22 Jan 2008 20:03:29 -0000      1.4
***************
*** 146,150 ****
  }
  
! void BlackBoardProxy::SetEventHandler(void 
(*on_blackboard_event)(player_blackboard_entry_t))
  {
        mDevice->on_blackboard_event = on_blackboard_event;
--- 146,150 ----
  }
  
! void BlackBoardProxy::SetEventHandler(void 
(*on_blackboard_event)(playerc_blackboard_t*, player_blackboard_entry_t))
  {
        mDevice->on_blackboard_event = on_blackboard_event;


-------------------------------------------------------------------------
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