Bytemaster's Boost Libraries
|
00001 #include <boost/rpc/json/tcp/connection.hpp> 00002 00003 namespace boost { namespace rpc { namespace json { namespace tcp { 00004 00005 typedef boost::function<void(const boost::rpc::json::tcp::connection::ptr&)> handler; 00006 00007 void listen( uint16_t port, const handler& handle ); 00008 00009 } } } } // boost::rpc::json::tcp