From: <de...@us...> - 2003-01-23 18:51:09
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv7179 Modified Files: Tag: simdata InterfaceRegistry.h Log Message: no message Index: InterfaceRegistry.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Attic/InterfaceRegistry.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** InterfaceRegistry.h 20 Jan 2003 05:53:12 -0000 1.1.2.2 --- InterfaceRegistry.h 23 Jan 2003 18:51:00 -0000 1.1.2.3 *************** *** 156,160 **** std::vector<InterfaceProxy *> const &getInterfaces() const; ! SWIG_PROTECTED: void addInterface(const char *name, hasht id, InterfaceProxy *proxy) throw(InterfaceError); --- 156,161 ---- std::vector<InterfaceProxy *> const &getInterfaces() const; ! //SWIG_PROTECTED: ! public: void addInterface(const char *name, hasht id, InterfaceProxy *proxy) throw(InterfaceError); |