[Gcblue-commits] gcb_wx/include/scriptinterface tcFlightPortInterface.h,1.6,1.7 tcGroupInterface.h,1
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-06-01 00:14:11
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9387/include/scriptinterface Modified Files: tcFlightPortInterface.h tcGroupInterface.h tcPanelInterface.h tcPlatformInterface.h tcPythonInterface.h tcScenarioInterface.h tcSimPythonInterface.h tcSubInterface.h tcTrackInterface.h Log Message: namespace housekeeping Index: tcPlatformInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPlatformInterface.h,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** tcPlatformInterface.h 5 May 2005 02:14:19 -0000 1.40 --- tcPlatformInterface.h 1 Jun 2005 00:13:27 -0000 1.41 *************** *** 35,42 **** using namespace boost::python; ! namespace Sensor ! { ! class tcAllianceSensorMap; ! } namespace ai { --- 35,41 ---- using namespace boost::python; ! ! class tcAllianceSensorMap; ! namespace ai { *************** *** 46,52 **** class tcSoundConsole; class tcCommandQueue; - using namespace Sensor; ! namespace ScriptInterface { class tcFlightPortInterface; --- 45,51 ---- class tcSoundConsole; class tcCommandQueue; ! ! namespace scriptinterface { class tcFlightPortInterface; Index: tcTrackInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcTrackInterface.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcTrackInterface.h 6 Nov 2004 15:13:40 -0000 1.6 --- tcTrackInterface.h 1 Jun 2005 00:13:27 -0000 1.7 *************** *** 28,40 **** #include "gctypes.h" - namespace Sensor - { - class tcAllianceSensorMap; - class tcSensorMapTrack; - } ! using namespace Sensor; ! namespace ScriptInterface { class tcTrackInterface --- 28,36 ---- #include "gctypes.h" ! class tcAllianceSensorMap; ! class tcSensorMapTrack; ! namespace scriptinterface { class tcTrackInterface Index: tcFlightPortInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcFlightPortInterface.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcFlightPortInterface.h 8 Aug 2004 00:31:32 -0000 1.6 --- tcFlightPortInterface.h 1 Jun 2005 00:13:27 -0000 1.7 *************** *** 38,45 **** class tcSimState; class tcSoundConsole; ! using namespace Sensor; using namespace boost::python; ! namespace ScriptInterface { class tcFlightUnitStatus --- 38,45 ---- class tcSimState; class tcSoundConsole; ! using namespace boost::python; ! namespace scriptinterface { class tcFlightUnitStatus Index: tcScenarioInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcScenarioInterface.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** tcScenarioInterface.h 8 May 2005 23:27:57 -0000 1.18 --- tcScenarioInterface.h 1 Jun 2005 00:13:27 -0000 1.19 *************** *** 29,33 **** #include <string> #include <boost/python.hpp> ! #include "tcAIData.h" #include "tcGoal.h" --- 29,33 ---- #include <string> #include <boost/python.hpp> ! #include "ai/tcAIData.h" #include "tcGoal.h" *************** *** 42,48 **** * */ ! namespace ScriptInterface { ! using namespace AI; /** * This may be redundant with other 3D point structs/classes. --- 42,48 ---- * */ ! namespace scriptinterface { ! using namespace ai; /** * This may be redundant with other 3D point structs/classes. Index: tcGroupInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcGroupInterface.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcGroupInterface.h 10 Jan 2005 00:30:20 -0000 1.2 --- tcGroupInterface.h 1 Jun 2005 00:13:27 -0000 1.3 *************** *** 34,38 **** class tcSimState; ! namespace ScriptInterface { class tcPlatformInterface; --- 34,38 ---- class tcSimState; ! namespace scriptinterface { class tcPlatformInterface; Index: tcPanelInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPanelInterface.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tcPanelInterface.h 8 Aug 2004 00:31:32 -0000 1.4 --- tcPanelInterface.h 1 Jun 2005 00:13:27 -0000 1.5 *************** *** 34,38 **** class tcPanel; ! namespace ScriptInterface { class tcPanelInterface { public: --- 34,38 ---- class tcPanel; ! namespace scriptinterface { class tcPanelInterface { public: Index: tcSubInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcSubInterface.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tcSubInterface.h 23 Nov 2004 23:30:47 -0000 1.1 --- tcSubInterface.h 1 Jun 2005 00:13:27 -0000 1.2 *************** *** 35,39 **** ! namespace ScriptInterface { /** * Interface class for submarine vehicle interface. --- 35,39 ---- ! namespace scriptinterface { /** * Interface class for submarine vehicle interface. Index: tcPythonInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPythonInterface.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcPythonInterface.h 8 Aug 2004 00:31:32 -0000 1.5 --- tcPythonInterface.h 1 Jun 2005 00:13:27 -0000 1.6 *************** *** 44,48 **** using namespace boost::python; ! namespace ScriptInterface { class tcPythonInterface { public: --- 44,48 ---- using namespace boost::python; ! namespace scriptinterface { class tcPythonInterface { public: Index: tcSimPythonInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcSimPythonInterface.h,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** tcSimPythonInterface.h 6 May 2005 23:57:16 -0000 1.24 --- tcSimPythonInterface.h 1 Jun 2005 00:13:27 -0000 1.25 *************** *** 43,50 **** class tcDirector; ! namespace Sensor ! { ! class tcAllianceSensorMap; ! } class tcSoundConsole; class tcCommandQueue; --- 43,48 ---- class tcDirector; ! ! class tcAllianceSensorMap; class tcSoundConsole; class tcCommandQueue; *************** *** 53,58 **** class tcCommandStream; - using namespace Sensor; - namespace ai { --- 51,54 ---- *************** *** 68,72 **** * Contains all python interface classes. */ ! namespace ScriptInterface { class tcScenarioInterface; --- 64,68 ---- * Contains all python interface classes. */ ! namespace scriptinterface { class tcScenarioInterface; *************** *** 93,97 **** }; - using namespace Sensor; /** --- 89,92 ---- |