Salome HOME
*** empty log message ***
[modules/superv.git] / src / Supervision / Link_Impl.cxx
index f93996cf4b8329a29530f2cbcad1f73c814bceaa..f20bd13bd2c87e415c792d90931eabea663e7c86 100644 (file)
@@ -1,18 +1,38 @@
-using namespace std;
-//=============================================================================
-// File      : Link_Impl.cxx
-// Created   : Nov 2001
-// Author    : Jean Rahuel
-// Project   : SALOME
-// $Header: 
-//=============================================================================
+//  SUPERV Supervision : contains the implementation of interfaces of SuperVision described in SUPERV.idl
+//
+//  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   : Link_Impl.cxx
+//  Author : Jean Rahuel
+//  Module : SUPERV
+//  $Header: 
 
+using namespace std;
 #include <stdio.h>
 #include <fstream>
-#include <strstream>
+//#include <sstream>
 #include <string>
 
-#include "utilities.h"
+//#include "utilities.h"
 
 #include "Link_Impl.hxx"
 
@@ -131,8 +151,8 @@ SUPERV::Port_ptr Link_Impl::OutPort() {
 
 GraphBase::SLink * Link_Impl::Info() {
 //  beginService( "Link_Impl::Info" );
-  char* FromNodeName ;
-  char* FromServiceParameterName ;
+//  char* FromNodeName ;
+//  char* FromServiceParameterName ;
   GraphBase::SLink * RetVal = _DataFlowEditor->GetLink( _DataFlowNode->ComputingNode() ,
                                                         _InputParameterName ) ;
 //  endService( "Link_Impl::Info" );