From: Dominic L. <ma...@us...> - 2005-01-23 21:05:26
|
Update of /cvsroot/robotflow/RobotFlow/FSM/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2501 Modified Files: FSMGenerator.cc Log Message: Added std namespace Index: FSMGenerator.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/FSM/src/FSMGenerator.cc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FSMGenerator.cc 2 Jan 2005 14:43:56 -0000 1.5 --- FSMGenerator.cc 23 Jan 2005 21:05:16 -0000 1.6 *************** *** 759,762 **** --- 759,763 ---- out << "#include \"BufferedNode.h\""<< endl; out << "#include \"net_types.h\""<< endl << endl; + out << "using namespace std;"<<endl<<endl; out << "class " << m_FSMName.c_str() << ";" << endl << endl; out << "DECLARE_NODE(" << m_FSMName.c_str() << ")" << endl << endl; |