X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSupervision%2FLink_Impl.cxx;h=f20bd13bd2c87e415c792d90931eabea663e7c86;hb=88e9fd6b2607ba9de53e5b5e0fd4c59fd3d6d885;hp=f93996cf4b8329a29530f2cbcad1f73c814bceaa;hpb=628503854743434655e81a0b11c9b9955315608e;p=modules%2Fsuperv.git diff --git a/src/Supervision/Link_Impl.cxx b/src/Supervision/Link_Impl.cxx index f93996c..f20bd13 100644 --- a/src/Supervision/Link_Impl.cxx +++ b/src/Supervision/Link_Impl.cxx @@ -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 #include -#include +//#include #include -#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" );