[Gcblue-commits] gcb_wx/src/scriptinterface tcFlightPortInterface.cpp,1.6,1.7 tcGroupInterface.cpp,1
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-06-01 00:14:14
|
Update of /cvsroot/gcblue/gcb_wx/src/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9387/src/scriptinterface Modified Files: tcFlightPortInterface.cpp tcGroupInterface.cpp tcPanelInterface.cpp tcPlatformInterface.cpp tcPlatformInterfaceExtension.cpp tcPlatformInterfaceExtensionB.cpp tcPythonInterface.cpp tcScenarioInterface.cpp tcSimPythonInterface.cpp tcSubInterface.cpp tcTrackInterface.cpp Log Message: namespace housekeeping Index: tcSubInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcSubInterface.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcSubInterface.cpp 27 Jan 2005 01:01:52 -0000 1.2 --- tcSubInterface.cpp 1 Jun 2005 00:13:32 -0000 1.3 *************** *** 40,44 **** ! namespace ScriptInterface { tcMessageInterface* tcSubInterface::messageInterface = 0; --- 40,44 ---- ! namespace scriptinterface { tcMessageInterface* tcSubInterface::messageInterface = 0; Index: tcScenarioInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcScenarioInterface.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** tcScenarioInterface.cpp 8 May 2005 23:28:59 -0000 1.26 --- tcScenarioInterface.cpp 1 Jun 2005 00:13:32 -0000 1.27 *************** *** 31,35 **** #include "tcAeroAirObject.h" #include "tcAirfieldObject.h" ! #include "tcAIData.h" #include "tcCarrierObject.h" #include "tcDirector.h" --- 31,35 ---- #include "tcAeroAirObject.h" #include "tcAirfieldObject.h" ! #include "ai/tcAIData.h" #include "tcCarrierObject.h" #include "tcDirector.h" *************** *** 61,67 **** #endif ! namespace ScriptInterface { ! using namespace AI; void tcScenarioUnit::AddOrder(tcOrder order) --- 61,67 ---- #endif ! namespace scriptinterface { ! using namespace ai; void tcScenarioUnit::AddOrder(tcOrder order) Index: tcTrackInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcTrackInterface.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tcTrackInterface.cpp 6 Nov 2004 15:13:42 -0000 1.8 --- tcTrackInterface.cpp 1 Jun 2005 00:13:32 -0000 1.9 *************** *** 36,42 **** #endif - using namespace Sensor; ! namespace ScriptInterface { tcAllianceSensorMap* tcTrackInterface::mpSensorMap = NULL; --- 36,41 ---- #endif ! namespace scriptinterface { tcAllianceSensorMap* tcTrackInterface::mpSensorMap = NULL; Index: tcFlightPortInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcFlightPortInterface.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcFlightPortInterface.cpp 8 Aug 2004 00:31:34 -0000 1.6 --- tcFlightPortInterface.cpp 1 Jun 2005 00:13:32 -0000 1.7 *************** *** 41,45 **** using namespace boost::python; ! namespace ScriptInterface { --- 41,45 ---- using namespace boost::python; ! namespace scriptinterface { Index: tcPlatformInterfaceExtensionB.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcPlatformInterfaceExtensionB.cpp,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** tcPlatformInterfaceExtensionB.cpp 5 May 2005 02:14:53 -0000 1.24 --- tcPlatformInterfaceExtensionB.cpp 1 Jun 2005 00:13:32 -0000 1.25 *************** *** 43,50 **** using namespace boost::python; ! using namespace AI; using ai::BlackboardInterface; ! namespace ScriptInterface { object tcPlatformInterface::InitPythonPlatformInterface() --- 43,50 ---- using namespace boost::python; ! using namespace ai; using ai::BlackboardInterface; ! namespace scriptinterface { object tcPlatformInterface::InitPythonPlatformInterface() Index: tcPlatformInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcPlatformInterface.cpp,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** tcPlatformInterface.cpp 8 May 2005 23:28:58 -0000 1.45 --- tcPlatformInterface.cpp 1 Jun 2005 00:13:32 -0000 1.46 *************** *** 58,64 **** using namespace boost::python; ! using namespace AI; ! namespace ScriptInterface { std::string tcPlatformInterface::GetPlatformName() { --- 58,64 ---- using namespace boost::python; ! using namespace ai; ! namespace scriptinterface { std::string tcPlatformInterface::GetPlatformName() { Index: tcSimPythonInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcSimPythonInterface.cpp,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** tcSimPythonInterface.cpp 8 May 2005 23:28:59 -0000 1.32 --- tcSimPythonInterface.cpp 1 Jun 2005 00:13:32 -0000 1.33 *************** *** 49,55 **** using namespace boost::python; ! using namespace AI; ! namespace ScriptInterface { /** --- 49,55 ---- using namespace boost::python; ! using namespace ai; ! namespace scriptinterface { /** Index: tcPlatformInterfaceExtension.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcPlatformInterfaceExtension.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** tcPlatformInterfaceExtension.cpp 10 Mar 2005 03:28:29 -0000 1.16 --- tcPlatformInterfaceExtension.cpp 1 Jun 2005 00:13:32 -0000 1.17 *************** *** 38,44 **** using namespace boost::python; ! using namespace AI; ! namespace ScriptInterface { void tcPlatformInterface::InitPythonClassesA() --- 38,44 ---- using namespace boost::python; ! using namespace ai; ! namespace scriptinterface { void tcPlatformInterface::InitPythonClassesA() Index: tcGroupInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcGroupInterface.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcGroupInterface.cpp 10 Jan 2005 00:30:54 -0000 1.2 --- tcGroupInterface.cpp 1 Jun 2005 00:13:32 -0000 1.3 *************** *** 37,41 **** #endif ! namespace ScriptInterface { tcSimState* tcGroupInterface::simState = NULL; --- 37,41 ---- #endif ! namespace scriptinterface { tcSimState* tcGroupInterface::simState = NULL; Index: tcPanelInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcPanelInterface.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcPanelInterface.cpp 8 Aug 2004 00:31:34 -0000 1.5 --- tcPanelInterface.cpp 1 Jun 2005 00:13:32 -0000 1.6 *************** *** 37,41 **** #endif ! namespace ScriptInterface { void tcPanelInterface::AddItem(std::string caption, std::string command, --- 37,41 ---- #endif ! namespace scriptinterface { void tcPanelInterface::AddItem(std::string caption, std::string command, Index: tcPythonInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcPythonInterface.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tcPythonInterface.cpp 8 Aug 2004 00:31:34 -0000 1.7 --- tcPythonInterface.cpp 1 Jun 2005 00:13:32 -0000 1.8 *************** *** 33,37 **** #include <boost/python.hpp> using namespace boost::python; ! using namespace ScriptInterface; #ifdef _DEBUG --- 33,37 ---- #include <boost/python.hpp> using namespace boost::python; ! using namespace scriptinterface; #ifdef _DEBUG |