#ifndef MessageType_h__ #define MessageType_h__ #include #include #define BOARDSIZE 16 #define MAXCONNECTIONS 8 #define INPUTSIZE 128 typedef boost::shared_ptr socket_ptr; typedef boost::shared_ptr string_ptr; typedef boost::shared_ptr> messageQueue_ptr; #endif