From 6dd29252f0f0918ecf042e938d34665ab8a7d640 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 23 Nov 2012 13:27:03 +0000 Subject: [PATCH] Implementation of "setExtension" method (by Daniel remarks) --- idl/SALOME_Component.idl | 4 ++++ 1 file changed, 4 insertions(+) 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); }; -- 2.39.2