]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/DataFlowPort.hxx
Salome HOME
merge from branch DEV tag mergeto_trunk_04apr08
[modules/yacs.git] / src / engine / DataFlowPort.hxx
index 77ba805f554415df8579b1f534d2e0abfb28d7dc..96ee8244ff641c287a4edde8f0ea165d007d05d5 100644 (file)
@@ -18,8 +18,9 @@ namespace YACS
       DataFlowPort(const std::string& name, Node *node, TypeCode* type);
     public:
       std::string getNameOfTypeOfCurrentInstance() const;
-      bool isDifferentTypeOf(const DataPort *other) const;
+      TypeOfChannel getTypeOfChannel() const { return DATAFLOW; }
       virtual ~DataFlowPort();
+      virtual std::string typeName() {return "YACS__ENGINE__DataFlowPort";}
     };
   }
 }