20 #ifndef _SALOMEPROC_HXX_
21 #define _SALOMEPROC_HXX_
41 virtual TypeCode * createInterfaceTc(
const std::string&
id,
const std::string& name,
42 std::list<TypeCodeObjref *> ltc);
43 virtual TypeCode * createStructTc(
const std::string&
id,
const std::string& name);
44 virtual std::string
typeName() {
return "YACS__ENGINE__SalomeProc";}
45 virtual void saveSchema(std::string xmlSchemaFile);
46 virtual void init(
bool start=
true);
#define YACSRUNTIMESALOME_EXPORT
Base class for all schema objects.
virtual std::string typeName()
Base class for all type objects.