X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/4cf57e6db08da791233d75237f62e74bc88dd427..60c13e8b4c7ea3d595969c1e7c0a28b068a17ca6:/ConnectedInterface.h diff --git a/ConnectedInterface.h b/ConnectedInterface.h index f0a36a4..c9e03e8 100644 --- a/ConnectedInterface.h +++ b/ConnectedInterface.h @@ -46,6 +46,7 @@ public : virtual bool canConnectFrom(AbstractInterface* iface) = 0; // others + void resetOutputPattern() { outputPattern = NULL; } void connectTo(ConnectedInterface* iface); void disconnectTo(ConnectedInterface* iface); //bool connectFrom(ConnectedInterface* iface);