X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=kvstore%2Fprotobufrpc%2Futil.h;fp=kvstore%2Fprotobufrpc%2Futil.h;h=0000000000000000000000000000000000000000;hb=d9c7ab29f5651da244cac393f446a6c5e823fcd1;hp=966921fe54eea6a0f7204ad40871900c9f73d743;hpb=3c2cbef21a11c4d86952922f4da7b830a91423f9;p=bluesky.git diff --git a/kvstore/protobufrpc/util.h b/kvstore/protobufrpc/util.h deleted file mode 100644 index 966921f..0000000 --- a/kvstore/protobufrpc/util.h +++ /dev/null @@ -1,37 +0,0 @@ -#ifndef _UTIL_H_ -#define _UTIL_H_ 1 - -#include - -#if BOOST_VERSION <= 103500 -#include -#include -#include -#include -#include -//typedef boost::condition condition_variable ; -//typedef boost::detail::thread::scoped_lock scoped_lock; -using asio::ip::tcp; -using asio::error_code; -using asio::buffers_begin; -namespace syserr=asio; -#else -#if BOOST_VERSION < 104000 -#include -#include -#include -using boost::asio::ip::tcp; -using boost::system::error_code; -using boost::system::system_error; -namespace syserr=boost::system; -#else -#include -#include -using boost::asio::ip::tcp; -using boost::system::error_code; -using boost::system::system_error; -namespace syserr=boost::system; -#endif -#endif - -#endif