00001 #ifndef _MIDDLE_H_ 00002 #define _MIDDLE_H_ 00003 00004 #include "conv-config.h" /* If we don't make sure this is included, we may miss CMK_BIGSIM_CHARM */ 00005 00006 #if CMK_BIGSIM_CHARM 00007 # include "middle-blue.h" 00008 using namespace BGConverse; 00009 #else 00010 # include "middle-conv.h" 00011 using namespace Converse; 00012 #endif 00013 00014 #endif