[Gcblue-commits] gcb_wx/src/scriptinterface tcSimPythonInterface.cpp,1.33,1.34
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-06-11 21:02:08
|
Update of /cvsroot/gcblue/gcb_wx/src/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5785/src/scriptinterface Modified Files: tcSimPythonInterface.cpp Log Message: Initial commit for drag and drop icon gui Index: tcSimPythonInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcSimPythonInterface.cpp,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** tcSimPythonInterface.cpp 1 Jun 2005 00:13:32 -0000 1.33 --- tcSimPythonInterface.cpp 11 Jun 2005 21:01:45 -0000 1.34 *************** *** 311,314 **** --- 311,319 ---- } + tcPlatformObject* tcSimPythonInterface::GetHookedObj() const + { + return mpHookedObj; + } + tcFlightPort* tcSimPythonInterface::GetHookedObjFlightPort() { |