00001 // Copyright Stjepan Rajko 2007. Use, modification and 00002 // distribution is subject to the Boost Software License, Version 00003 // 1.0. (See accompanying file LICENSE_1_0.txt or copy at 00004 // http://www.boost.org/LICENSE_1_0.txt) 00005 00006 #ifndef BOOST_RPC_HPP 00007 #define BOOST_RPC_HPP 00008 00009 #include <boost/rpc/call_options.hpp> 00010 #include <boost/rpc/serialize.hpp> 00011 00012 #endif
1.5.2