From 7c404c992c01956aef24bdd203e702371eca8ed4 Mon Sep 17 00:00:00 2001 From: tajchman Date: Tue, 6 Apr 2004 08:01:16 +0000 Subject: [PATCH] Add an IDL method to dynamically import a new catalog file --- idl/SALOME_ModuleCatalog.idl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/idl/SALOME_ModuleCatalog.idl b/idl/SALOME_ModuleCatalog.idl index dbc609603..d94e01b88 100644 --- a/idl/SALOME_ModuleCatalog.idl +++ b/idl/SALOME_ModuleCatalog.idl @@ -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); + } ; +}; } ; }; -- 2.39.2