libmoost
/home/mhx/git/github/libmoost/include/moost/kvstore/kyoto_tycoon_connection.h
Go to the documentation of this file.
00001 /* vim:set ts=3 sw=3 sts=3 et: */
00028 
00029 
00030 
00031 #ifndef MOOST_KVSTORE_KYOTO_TYCOON_CONNECTION_H
00032 #define MOOST_KVSTORE_KYOTO_TYCOON_CONNECTION_H
00033 
00034 #ifdef WIN32
00035 
00036 #include "detail/kyoto_tycoon_connection_win32.h"
00037 
00038 #else
00039 
00040 #include "detail/kyoto_tycoon_connection_linux.h"
00041 
00042 #endif
00043 
00044 namespace moost { namespace kvstore {
00045 
00046 typedef detail::KyotoTycoonConnection KyotoTycoonConnection;
00047 
00048 }}  // end namespace
00049 
00050 #endif