From 6ced0dd19a71a31b56d79b1d0a7b067e87d931f0 Mon Sep 17 00:00:00 2001 From: tajchman Date: Thu, 8 Apr 2004 15:59:22 +0000 Subject: [PATCH] *** empty log message *** --- idl/SALOME_ModuleCatalog.idl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/idl/SALOME_ModuleCatalog.idl b/idl/SALOME_ModuleCatalog.idl index 4215c612b..7a341fbbb 100644 --- a/idl/SALOME_ModuleCatalog.idl +++ b/idl/SALOME_ModuleCatalog.idl @@ -125,6 +125,20 @@ List of names of interfaces. */ typedef sequence ListOfInterfaces ; +/*! +PathPrefix : association of a machine name and +a path to a component +*/ + struct PathPrefix { + string machine; + string path; + }; + +/*! +List of path prefixes +*/ + typedef sequence PathPrefixes; + /*! Description of a component */ @@ -137,6 +151,7 @@ Description of a component string icon; string constraint; ListOfDefInterface interfaces; + PathPrefixes paths; }; /*! @@ -319,5 +334,7 @@ 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); + + void shutdown(); } ; }; -- 2.39.2