From: Dominic L. <ma...@us...> - 2005-03-29 15:21:38
|
Update of /cvsroot/robotflow/RobotFlow/FSM/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10496/FSM/include Modified Files: FSMSyntax.h Log Message: Now using the RobotFlow namespace and the FD namespace Index: FSMSyntax.h =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/FSM/include/FSMSyntax.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FSMSyntax.h 28 Jul 2003 01:58:37 -0000 1.1 --- FSMSyntax.h 29 Mar 2005 15:20:39 -0000 1.2 *************** *** 20,23 **** --- 20,25 ---- #define _FSMSyntax_H_ + namespace RobotFlow { + static const char k_FSMRoot[] = "FSM"; static const char k_FSMRoot_name[] = "name"; *************** *** 62,65 **** static const char k_FSMCondition_type[] = "type"; ! #endif --- 64,67 ---- static const char k_FSMCondition_type[] = "type"; ! }//namespace RobotFlow #endif |