]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBox.h
#3205 BBTK Feature New Normal - branch vtk7itk4wx3-mxecc
[bbtk.git] / kernel / src / bbtkBlackBox.h
index db02118273aaa83c2f12a3e7f912c656dca50d1e..dec177279c922b16c86d8d07e6cb863fbeaca0a0 100644 (file)
 #ifndef __bbtkBlackBox_h__
 #define __bbtkBlackBox_h__
 
+/*
+#include <boost/bind.hpp>
+#include <boost/signals2/signal.hpp>
+
 #include "bbtkSystem.h"
 #include "bbtkMessageManager.h"
 #include "bbtkBlackBoxDescriptor.h"
 #include "bbtkBlackBoxInputConnector.h"
+
 //#include "bbtkBlackBoxOutputConnector.h"
 #include <set>
 
 // Signal/slot mechanism for output change events
-#include <boost/signals2/signal.hpp>
+*/
+
 #include <boost/bind.hpp>
+#include <boost/signals2/signal.hpp>
+
+#include "bbtkSystem.h"
+#include "bbtkMessageManager.h"
+#include "bbtkBlackBoxDescriptor.h"
+#include "bbtkBlackBoxInputConnector.h"
+
+//#include "bbtkBlackBoxOutputConnector.h"
+#include <set>
+
+// Signal/slot mechanism for output change events
+
 
 
 #define bbtkBlackBoxMessage(key,level,mess) \