Salome HOME
Merge branch V7_3_1_BR
[modules/jobmanager.git] / src / genericgui / BL_CreateJobWizard.hxx
index 16260981442e8a792de32865e74395add94b96f2..28f1585eb4136b1c8741399e5abda9e88c76eab6 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2014  CEA/DEN, 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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -161,7 +161,6 @@ namespace BL{
       virtual ~BatchParametersPage();
 
       virtual void initializePage();
-      virtual bool isComplete() const;
       virtual int nextId() const;
       virtual void cleanupPage();
 
@@ -210,7 +209,7 @@ namespace BL{
 
       virtual void initializePage();
       virtual int nextId() const;
-      virtual bool validatePage();
+      virtual bool isComplete() const;
       virtual void cleanupPage() {}
 
     public slots: