Salome HOME
*** empty log message ***
[modules/superv.git] / src / Supervision / Link_Impl.cxx
index fe2d3443258726b72f1a07bcb386fda42a8dac59..f20bd13bd2c87e415c792d90931eabea663e7c86 100644 (file)
 using namespace std;
 #include <stdio.h>
 #include <fstream>
-#include <strstream>
+//#include <sstream>
 #include <string>
 
-#include "utilities.h"
+//#include "utilities.h"
 
 #include "Link_Impl.hxx"
 
@@ -151,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" );