Update of /cvsroot/robotflow/RobotFlow/Pioneer2/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18544/Pioneer2/src
Modified Files:
Pioneer2PacketManager.cc
Log Message:
fixed for gcc 4.1.2 and prefix configuration
Index: Pioneer2PacketManager.cc
===================================================================
RCS file: /cvsroot/robotflow/RobotFlow/Pioneer2/src/Pioneer2PacketManager.cc,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Pioneer2PacketManager.cc 29 Mar 2005 15:20:44 -0000 1.19
--- Pioneer2PacketManager.cc 4 Dec 2006 19:19:58 -0000 1.20
***************
*** 37,40 ****
--- 37,43 ----
namespace RobotFlow {
+ void* Pioneer2PacketManager_recv_thread (void *user_data);
+ void* Pioneer2PacketManager_send_thread (void *user_data);
+
Pioneer2PacketManager* Pioneer2PacketManager::m_instance = NULL;
const int Pioneer2PacketManager::MAX_QUEUE_SIZE = 20;
|