00001 #ifndef _MIDDLE_H_
00002 #define _MIDDLE_H_
00003
00004 #include "conv-config.h"
00005
00006 #if CMK_NAMESPACES_BROKEN
00007 # if CMK_BIGSIM_CHARM
00008 # error "BIGSIM Charm++ cannot be compiled without namespace support"
00009 # else
00010 # include "middle-conv.h"
00011 # endif
00012 #else
00013 # if CMK_BIGSIM_CHARM
00014 # include "middle-blue.h"
00015 using namespace BGConverse;
00016 # else
00017 # include "middle-conv.h"
00018 using namespace Converse;
00019 # endif
00020 #endif
00021
00022 #endif