]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Switch.hxx
Salome HOME
0023359: [CEA 1965] Problem with the method isAlreadyLinkedWith in YACS
[modules/yacs.git] / src / engine / Switch.hxx
index 49c620c5cde536ecaf85068e2253cd52639b2203..1ae0a3e348ff49b614201ec25a21ba5dbcfcc953 100644 (file)
@@ -40,7 +40,7 @@ namespace YACS
     private:
       int edGetNumberOfOutLinks() const;
       std::set<InPort *> edSetInPort() const;
-      bool isAlreadyLinkedWith(InPort *with) const;
+      bool isAlreadyLinkedWith(InPort *withp) const;
       std::string getNameOfTypeOfCurrentInstance() const;
       void edRemoveAllLinksLinkedWithMe() throw(Exception);
       TypeOfChannel getTypeOfChannel() const;