Salome HOME
merge from branch DEV tag mergeto_trunk_04apr08
[modules/yacs.git] / src / runtime / SalomeProc.hxx
index f37853e1454f4710afc8b586b47304e6472f24c3..4fee619dce003e3f12722c03288bb741f06ff4ab 100644 (file)
@@ -20,6 +20,7 @@ namespace YACS
        virtual TypeCode * createInterfaceTc(const std::string& id, const std::string& name, 
                                     std::list<TypeCodeObjref *> ltc);
        virtual TypeCode * createStructTc(const std::string& id, const std::string& name);
+       virtual std::string typeName() {return "YACS__ENGINE__SalomeProc";}
     };
   }
 }