]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/OutputPort.hxx
Salome HOME
0023359: [CEA 1965] Problem with the method isAlreadyLinkedWith in YACS
[modules/yacs.git] / src / engine / OutputPort.hxx
index 69dd1dc3550f01f4b0f581dc745d576734714991..f36fc8f9addc87aa8c29e9903e8b3e95b3fc7779 100644 (file)
@@ -50,7 +50,7 @@ namespace YACS
     public:
       virtual ~OutputPort();
       std::set<InPort *> edSetInPort() const;
-      bool isAlreadyLinkedWith(InPort *with) const;
+      bool isAlreadyLinkedWith(InPort *withp) const;
       bool isAlreadyInSet(InputPort *inputPort) const;
       bool isConnected() const;
       std::string getNameOfTypeOfCurrentInstance() const;