]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Add an IDL method to dynamically import a new
authortajchman <tajchman>
Tue, 6 Apr 2004 08:01:16 +0000 (08:01 +0000)
committertajchman <tajchman>
Tue, 6 Apr 2004 08:01:16 +0000 (08:01 +0000)
catalog file

idl/SALOME_ModuleCatalog.idl

index dbc6096033ab2e3f35c08fa58996b27d18db92c2..d94e01b885d18b589259bbd713bac7c56108778e 100644 (file)
@@ -293,5 +293,13 @@ Gets a list of names of components of a particular type, which belong to this ca
 Gets one component of the catalog.
 */
     Acomponent GetComponent(in string componentname) raises(NotFound);
+
+/*!
+Reads a xml file and imports new components from this file.
+New components replace existing components with the same name.
+*/
+    void ImportXmlCatalogFile(in string filename) raises(NotFound);
+  } ;
+};
   } ;
 };