]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Implementation of "setExtension" method (by Daniel remarks)
authormpv <mpv@opencascade.com>
Fri, 23 Nov 2012 13:27:03 +0000 (13:27 +0000)
committermpv <mpv@opencascade.com>
Fri, 23 Nov 2012 13:27:03 +0000 (13:27 +0000)
idl/SALOME_Component.idl

index 6dda46929bb53f2c7ebe37ab897c1e440a99b087..5c82cd3337abf03899357129ef461cef7743606c 100644 (file)
@@ -251,6 +251,10 @@ module Engines
     //! Returns the extension (type) of the document corresponding to this data container.
     //! It is taked from the SIMAN URL.
     string extension();
+
+    //! Defines the extension. It is required is extension of the file is not
+    //! matched with a read extension: archived file, for example.
+    void setExtension(in string extension);
   };