From: guigues Date: Mon, 8 Dec 2008 13:05:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v0.9.1~51 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3ad62c24e0e183cd68aa9ef19321bd88b60cda05;p=bbtk.git *** empty log message *** --- diff --git a/kernel/src/bbtkBlackBoxInputConnector.h b/kernel/src/bbtkBlackBoxInputConnector.h index 05e414f..4a886b6 100644 --- a/kernel/src/bbtkBlackBoxInputConnector.h +++ b/kernel/src/bbtkBlackBoxInputConnector.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBoxInputConnector.h,v $ Language: C++ - Date: $Date: 2008/12/08 12:53:56 $ - Version: $Revision: 1.5 $ + Date: $Date: 2008/12/08 13:05:59 $ + Version: $Revision: 1.6 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -42,7 +42,6 @@ #define __bbtkBlackBoxInputConnector_h__ #include "bbtkConnection.h" -#include "bbtkChangeTime.h" #include namespace bbtk diff --git a/kernel/src/bbtkBlackBoxOutputConnector.h b/kernel/src/bbtkBlackBoxOutputConnector.h index d94b481..fdfb5eb 100644 --- a/kernel/src/bbtkBlackBoxOutputConnector.h +++ b/kernel/src/bbtkBlackBoxOutputConnector.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBoxOutputConnector.h,v $ Language: C++ - Date: $Date: 2008/12/08 12:54:06 $ - Version: $Revision: 1.5 $ + Date: $Date: 2008/12/08 13:05:59 $ + Version: $Revision: 1.6 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -136,7 +136,7 @@ namespace bbtk BlackBox::OutputChangeSignalType mChangeSignal; // The change time - ChangeTime mChangeTime; +// ChangeTime mChangeTime; }; }