libmoost
/home/mhx/git/github/libmoost/include/moost/kvds/detail/kvds_kch_win32.hpp
Go to the documentation of this file.
00001 /* vim:set ts=3 sw=3 sts=3 et: */
00028 #ifndef MOOST_KVDS_KVDSKCH_WIN32_HPP__
00029 #define MOOST_KVDS_KVDSKCH_WIN32_HPP__
00030 
00031 #pragma message ("********************************** WARNING **********************************")
00032 #pragma message ("Kyoto Cabinet (HT) is not supported on Windows, memory datastore used instead")
00033 #pragma message ("  This MUST only be used for debugging purposes and NOT put into production  ")
00034 #pragma message ("*****************************************************************************")
00035 
00036 #include "kvds_mem.hpp"
00037 
00038 namespace moost { namespace kvds {
00039 
00041 
00043 
00044    typedef KvdsMemMap KvdsKch; 
00045 
00046 }}
00047 
00048 
00049 #endif // MOOST_KVDS_KVDSKCH_WIN32_HPP__