#ifndef __bbtkAtomicBlackBox_h__
#define __bbtkAtomicBlackBox_h__
-#include "bbtkBlackBox.h"
+#include "bbtkBlackBox.h"
#include "bbtkAtomicBlackBoxDescriptor.h"
namespace bbtk
Version: $Revision: 1.6 $
=========================================================================*/
-#include "bbtkAtomicBlackBoxDescriptor.h"
#include "bbtkBlackBox.h"
+#include "bbtkAtomicBlackBoxDescriptor.h"
#include "bbtkPackage.h"
#define bbtkDMessage(key,level,mess) \
bbtkMessage(key,level,"["<<GetFullTypeName()<<"] "<<mess)
#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) \
#include "bbtkPimpl.h"
#include <vector>
+
namespace bbtk
{
#ifndef __bbtkComplexBlackBoxDescriptor_h__
#define __bbtkComplexBlackBoxDescriptor_h__
+#include "bbtkFactory.h"
#include "bbtkBlackBoxDescriptor.h"
#include "bbtkComplexBlackBoxInputDescriptor.h"
#include "bbtkComplexBlackBoxOutputDescriptor.h"
-#include "bbtkFactory.h"
#include <fstream>
#include <vector>
#include "bbtkUtilities.h"
#ifndef __bbtkExecuter_h__
#define __bbtkExecuter_h__
-#include "bbtkVirtualExec.h"
+#include "bbtkFactory.h"
#include "bbtkSystem.h"
#include "bbtkComplexBlackBox.h"
-#include "bbtkFactory.h"
#include <string>
#include <deque>
#ifndef __bbtkInterpreterVirtual_h__
#define __bbtkInterpreterVirtual_h__
+
+// Signal/slot mechanism for 'break' commands
+//#include <boost/signals2/signal.hpp>
+#include <boost/bind.hpp>
+
//#include "bbtkSystem.h"
#include "bbtkMessageManager.h"
#include <fstream>
#include <deque>
-// Signal/slot mechanism for 'break' commands
-//#include <boost/signals2/signal.hpp>
-#include <boost/bind.hpp>
namespace bbtk
{
#define __bbtkVirtualExec_h__
#include "bbtkSystem.h"
-#include "bbtkComplexBlackBoxDescriptor.h"
#include "bbtkFactory.h"
+#include "bbtkComplexBlackBoxDescriptor.h"
namespace bbtk
{