From: mpv Date: Fri, 23 Nov 2012 13:27:03 +0000 (+0000) Subject: Implementation of "setExtension" method (by Daniel remarks) X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6dd29252f0f0918ecf042e938d34665ab8a7d640;p=modules%2Fkernel.git Implementation of "setExtension" method (by Daniel remarks) --- diff --git a/idl/SALOME_Component.idl b/idl/SALOME_Component.idl index 6dda46929..5c82cd333 100644 --- a/idl/SALOME_Component.idl +++ b/idl/SALOME_Component.idl @@ -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); };