]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/OutputDataStreamPort.hxx
Salome HOME
0023359: [CEA 1965] Problem with the method isAlreadyLinkedWith in YACS
[modules/yacs.git] / src / engine / OutputDataStreamPort.hxx
index 564d53f7f8490ee38fa894a6b76dee202a3d2539..8969e9c11b1292988993f6d2ff8f707ea25431f8 100644 (file)
@@ -47,7 +47,7 @@ namespace YACS
       virtual ~OutputDataStreamPort();
       virtual OutputDataStreamPort *clone(Node *newHelder) const;
       std::set<InPort *> edSetInPort() const;
-      bool isAlreadyLinkedWith(InPort *with) const;
+      bool isAlreadyLinkedWith(InPort *withp) const;
       virtual std::string getNameOfTypeOfCurrentInstance() const;
       virtual bool addInPort(InPort *inPort) throw(Exception);
       virtual bool edAddInputDataStreamPort(InputDataStreamPort *port) throw(ConversionException);