From: Dominic L. <ma...@us...> - 2005-03-29 15:21:38
|
Update of /cvsroot/robotflow/RobotFlow/FSM/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10496/FSM/src Modified Files: FSMGenerator.cc Log Message: Now using the RobotFlow namespace and the FD namespace Index: FSMGenerator.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/FSM/src/FSMGenerator.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FSMGenerator.cc 23 Jan 2005 21:05:16 -0000 1.6 --- FSMGenerator.cc 29 Mar 2005 15:20:40 -0000 1.7 *************** *** 12,15 **** --- 12,18 ---- using namespace std; + using namespace FD; + + namespace RobotFlow { class FSMGenerator; *************** *** 950,952 **** --- 953,956 ---- }; + }//namespace RobotFLow #endif |