X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSupervision%2FINode_Impl.hxx;h=d41f49d0477e560ba4be65abcbb30784bb5cd02b;hb=refs%2Ftags%2FV4_1_0_maintainance_20090313;hp=13000bf7a8be771d23ac870b7b0c589ad7972dab;hpb=e4b2f8f88a294e451364a8b84d170a59dcbb5d3f;p=modules%2Fsuperv.git diff --git a/src/Supervision/INode_Impl.hxx b/src/Supervision/INode_Impl.hxx index 13000bf..d41f49d 100644 --- a/src/Supervision/INode_Impl.hxx +++ b/src/Supervision/INode_Impl.hxx @@ -1,14 +1,29 @@ -// SUPERV Supervision : contains the implementation of interfaces of SuperVision described in SUPERV.idl +// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE +// +// Copyright (C) 2003-2007 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. // -// Copyright (C) 2003 CEA/DEN, EDF R&D +// 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.salome-platform.org/ or email : webmaster.salome@opencascade.com // +// SUPERV Supervision : contains the implementation of interfaces of SuperVision described in SUPERV.idl // File : INode_Impl.hxx // Author : Jean Rahuel // Module : SUPERV -// $Header: - +// #ifndef _INODE_IMPL_HXX_ #define _INODE_IMPL_HXX_ @@ -87,10 +102,10 @@ class INode_Impl : public CNode_Impl , const char * aParameterType ) ; virtual SUPERV::StreamPort_ptr InStreamPort( const char * aParameterName , - const SALOME_ModuleCatalog::DataStreamType aParameterType , + const char * aParameterType , const SALOME_ModuleCatalog::DataStreamDependency aDependency ) ; virtual SUPERV::StreamPort_ptr OutStreamPort( const char * aParameterName , - const SALOME_ModuleCatalog::DataStreamType aParameterType , + const char * aParameterType , const SALOME_ModuleCatalog::DataStreamDependency aDependency ) ; } ;