X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/a13795fc34cd1e74f94695d35253c3d00abec9bc..HEAD:/FunctionalInterface.h diff --git a/FunctionalInterface.h b/FunctionalInterface.h index 3c70703..6d0731a 100644 --- a/FunctionalInterface.h +++ b/FunctionalInterface.h @@ -45,8 +45,8 @@ public : // testers bool isFunctionalInterface(); - bool canConnectTo(AbstractInterface* iface); - bool canConnectFrom(AbstractInterface* iface); + bool canConnectTo(AbstractInterface* iface, bool testClock); + bool canConnectFrom(AbstractInterface* iface, bool testClock); // others