00001 #ifndef BOOST_RPC_CONFIG_HPP 00002 #define BOOST_RPC_CONFIG_HPP 00003 00004 #define BOOST_RPC_MAX_ARGS 4 00005 #define BOOST_RPC_HEADER_BUFFER_SIZE 200 00006 #define BOOST_RPC_RPC_BUFFER_SIZE 1000 00007 00008 #endif // BOOST_RPC_CONFIG_HPP
1.5.2