From: Dominic L. <ma...@us...> - 2005-01-02 14:44:10
|
Update of /cvsroot/robotflow/RobotFlow/Player/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19423/Player/src Modified Files: Makefile.am PlayerConnect.cc PlayerGPS.cc PlayerGripper.cc PlayerHeading.cc PlayerLaser.cc PlayerPTZ.cc PlayerPositionRel.cc PlayerSonars.cc PlayerVelocity.cc PlayerVision.cc Log Message: removing all "using namespace std;" in headers. Bumped version to 0.2.6. Preparing for the RobotFlow namespace. Index: PlayerLaser.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerLaser.cc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** PlayerLaser.cc 10 Nov 2004 14:00:10 -0000 1.9 --- PlayerLaser.cc 2 Jan 2005 14:43:59 -0000 1.10 *************** *** 23,26 **** --- 23,28 ---- #include "PlayerConnect.h" + using namespace std; + class PlayerLaser; Index: PlayerHeading.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerHeading.cc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** PlayerHeading.cc 2 Jun 2004 18:39:35 -0000 1.8 --- PlayerHeading.cc 2 Jan 2005 14:43:59 -0000 1.9 *************** *** 22,25 **** --- 22,27 ---- #include "PlayerConnect.h" + using namespace std; + class PlayerHeading; Index: PlayerPositionRel.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerPositionRel.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PlayerPositionRel.cc 20 May 2004 19:18:45 -0000 1.1 --- PlayerPositionRel.cc 2 Jan 2005 14:43:59 -0000 1.2 *************** *** 22,25 **** --- 22,27 ---- #include "PlayerConnect.h" + using namespace std; + class PlayerPositionRel; Index: PlayerVision.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerVision.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PlayerVision.cc 25 Nov 2003 18:27:25 -0000 1.6 --- PlayerVision.cc 2 Jan 2005 14:43:59 -0000 1.7 *************** *** 24,27 **** --- 24,28 ---- #include "Components.h" + using namespace std; class PlayerVision; Index: PlayerConnect.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerConnect.cc,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** PlayerConnect.cc 27 May 2004 00:27:39 -0000 1.16 --- PlayerConnect.cc 2 Jan 2005 14:43:59 -0000 1.17 *************** *** 21,26 **** #include "PlayerConnect.h" ! DECLARE_TYPE(PlayerClientWrap); DECLARE_NODE(PlayerConnect); --- 21,27 ---- #include "PlayerConnect.h" ! using namespace std; + DECLARE_TYPE(PlayerClientWrap); DECLARE_NODE(PlayerConnect); Index: PlayerGPS.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerGPS.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PlayerGPS.cc 27 May 2004 00:27:39 -0000 1.6 --- PlayerGPS.cc 2 Jan 2005 14:43:59 -0000 1.7 *************** *** 22,25 **** --- 22,27 ---- #include "PlayerConnect.h" + using namespace std; + class PlayerGPS; Index: PlayerPTZ.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerPTZ.cc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** PlayerPTZ.cc 8 Dec 2004 19:44:34 -0000 1.11 --- PlayerPTZ.cc 2 Jan 2005 14:43:59 -0000 1.12 *************** *** 22,25 **** --- 22,27 ---- #include "PlayerConnect.h" + using namespace std; + class PlayerPTZ; Index: PlayerVelocity.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerVelocity.cc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** PlayerVelocity.cc 2 Jun 2004 19:43:08 -0000 1.11 --- PlayerVelocity.cc 2 Jan 2005 14:43:59 -0000 1.12 *************** *** 22,25 **** --- 22,27 ---- #include "PlayerConnect.h" + using namespace std; + class PlayerVelocity; Index: PlayerSonars.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerSonars.cc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** PlayerSonars.cc 2 Jun 2004 19:49:46 -0000 1.8 --- PlayerSonars.cc 2 Jan 2005 14:43:59 -0000 1.9 *************** *** 23,26 **** --- 23,27 ---- #include "PlayerConnect.h" + using namespace std; class PlayerSonars; Index: PlayerGripper.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerGripper.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PlayerGripper.cc 27 May 2004 00:27:39 -0000 1.6 --- PlayerGripper.cc 2 Jan 2005 14:43:59 -0000 1.7 *************** *** 22,25 **** --- 22,27 ---- #include "PlayerConnect.h" + using namespace std; + class PlayerGripper; Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 22 Jul 2004 20:59:27 -0000 1.8 --- Makefile.am 2 Jan 2005 14:43:59 -0000 1.9 *************** *** 11,19 **** PlayerConnect.cc \ PlayerPTZ.cc \ - PlayerVision.cc \ PlayerGPS.cc \ PlayerLaser.cc \ PlayerHeading.cc \ PlayerGripper.cc libPlayerDevices_la_LDFLAGS = -release $(LT_RELEASE) $(PLAYER_LIBS) $(OVERFLOW_LIB) --- 11,19 ---- PlayerConnect.cc \ PlayerPTZ.cc \ PlayerGPS.cc \ PlayerLaser.cc \ PlayerHeading.cc \ PlayerGripper.cc + #PlayerVision.cc libPlayerDevices_la_LDFLAGS = -release $(LT_RELEASE) $(PLAYER_LIBS) $(OVERFLOW_LIB) |