From: <mk...@us...> - 2003-10-11 17:47:40
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Source In directory sc8-pr-cvs1:/tmp/cvs-serv10467/Source Modified Files: Tag: systems BaseScreen.cpp Log Message: Index: BaseScreen.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Source/BaseScreen.cpp,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** BaseScreen.cpp 2 Feb 2003 20:53:28 -0000 1.3 --- BaseScreen.cpp 11 Oct 2003 17:47:36 -0000 1.3.2.1 *************** *** 25,29 **** #include <BaseScreen.h> ! BaseScreen::BaseScreen(): m_Interface(0) { } --- 25,29 ---- #include <BaseScreen.h> ! BaseScreen::BaseScreen() { } *************** *** 33,37 **** } ! VirtualHID *BaseScreen::getInterface() { return m_Interface; --- 33,37 ---- } ! simdata::Ref<VirtualHID> BaseScreen::getInterface() { return m_Interface; |