#include "dataflow.h"

#ifdef _USE_NAMESPACES
    namespace Else { 
#endif // _USE_NAMESPACES

NullFlowAgent<ichar>     nullCharFlowAgent;
NullFlowListener<ichar>  nullCharFlowListener;
NullFlowAgent<string>    nullStringFlowAgent;
NullFlowListener<string> nullStringFlowListener;

#ifdef _USE_NAMESPACES
}
#endif // _USE_NAMESPACES

