Salome HOME
WIN32 compilation of the SMESH module:
[modules/smesh.git] / src / Tools / padder / meshjob / impl / MeshJobManager_i.hxx
index f53d7aa34888ce4f4b12fa44e2a81a0b1719cfd2..a8b270547daf29cd0d38229e041e4dca08ce0627 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2012  EDF R&D
+// Copyright (C) 2011-2013  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) - 01/03/2011
 
 #ifndef _MESHJOBMANAGER_HXX_
@@ -42,9 +43,9 @@ public:
   ~MeshJobManager_i();
 
   bool           configure  (const char *configId,
-                            const MESHJOB::ConfigParameter & configParameter);
+                             const MESHJOB::ConfigParameter & configParameter);
   CORBA::Long    initialize (const MESHJOB::MeshJobParameterList & meshJobParameterList,
-                            const char *configId);
+                             const char *configId);
   bool           start      (CORBA::Long jobId);
   char*          getState   (CORBA::Long jobId);
   MESHJOB::MeshJobResults * finalize(CORBA::Long jobId);