From: <mk...@us...> - 2003-10-11 17:48:15
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include In directory sc8-pr-cvs1:/tmp/cvs-serv10727/Include Modified Files: Tag: systems BaseScreen.h Log Message: Index: BaseScreen.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/BaseScreen.h,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** BaseScreen.h 18 Apr 2003 12:06:47 -0000 1.4 --- BaseScreen.h 11 Oct 2003 17:48:12 -0000 1.4.2.1 *************** *** 54,61 **** virtual void onRender() = 0; ! virtual VirtualHID *getInterface(); protected: ! VirtualHID *m_Interface; }; --- 54,61 ---- virtual void onRender() = 0; ! virtual simdata::Ref<VirtualHID> getInterface(); protected: ! simdata::Ref<VirtualHID> m_Interface; }; |