]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/GraphEditor/SuperVisionEditor_CheckOfUndefined.cxx
Salome HOME
Bug fix: don't set "Loading" state for MacroNodes in InitialState() function (called...
[modules/superv.git] / src / GraphEditor / SuperVisionEditor_CheckOfUndefined.cxx
index 9e1a93c8bfc551ce043b541f95312debe0bc0d6f..5dcb456a2a6dabb72344a3bc93fe7008d60f530f 100644 (file)
@@ -1,3 +1,29 @@
+//  SUPERV GraphEditor : contains classes that permit edition of graphs
+//
+//  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
+// 
+//  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. 
+// 
+//  This library is distributed in the hope that it will be useful, 
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+//  Lesser General Public License for more details. 
+// 
+//  You should have received a copy of the GNU Lesser General Public 
+//  License along with this library; if not, write to the Free Software 
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
+// 
+//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+//
+//
+//
+//  File   : SuperVisionEditor_CheckOfUndefined.cxx
+//  Module : SUPERV
+
 using namespace std;
 #include <iostream>
 #include <fstream>
@@ -10,6 +36,9 @@ using namespace std;
 #include "DataFlowEditor_DataFlow.hxx"
 #include "DataFlowEditor_DataFlow.lxx"
 
+int _ArgC ;
+char ** _ArgV ;
+
 int main(int argc, char **argv) {
 
   return 1;