Salome HOME
Copyrights update 2013
[modules/smesh.git] / src / Tools / padder / meshjob / idl / MESHJOB.idl
index a5559cd77e8ee537e3a3d08daad65c90072e646e..50ef4d549b2fbfa701e062ec69c8ec75c081c50a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2011-201 EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -16,6 +16,7 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 // Authors : Guillaume Boulant (EDF) - 31/01/2011
 
 #ifndef _MESHJOB_IDL_
@@ -119,6 +120,8 @@ module MESHJOB
     MeshJobPaths getPaths(in long jobId)
       raises (SALOME::SALOME_Exception);
 
+    /*! Returns the last error message (for user display) */
+    string getLastErrorMessage();
   };
 
 };