Overview Tutorial API reference Examples Build Download | ZmqMessage 0.1 - 21 Oct 2011 |
00001 00009 #include <vector> 00010 #include <zmq.hpp> 00011 00012 #ifndef ZMQMESSAGE_MSGPTRVEC_HPP_ 00013 #define ZMQMESSAGE_MSGPTRVEC_HPP_ 00014 00015 namespace ZmqMessage 00016 { 00020 typedef std::vector<zmq::message_t*> MsgPtrVec; 00021 } 00022 00023 #endif /* ZMQMESSAGE_MSGPTRVEC_HPP_ */