From 3ad62c24e0e183cd68aa9ef19321bd88b60cda05 Mon Sep 17 00:00:00 2001 From: guigues Date: Mon, 8 Dec 2008 13:05:59 +0000 Subject: [PATCH] *** empty log message *** --- kernel/src/bbtkBlackBoxInputConnector.h | 5 ++--- kernel/src/bbtkBlackBoxOutputConnector.h | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) 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; }; } -- 2.45.1