poolDb_hack.h
Go to the documentation of this file.00001 #ifndef POOLDB_HACK_H_
00002 #define POOLDB_HACK_H_
00003 #include "StorageSvc/poolDb.h"
00004 #include "StorageSvc/DbInstanceCount.h"
00005 namespace poolDb { void genMD5(const std::string& s, void* code); }
00006 namespace pool {
00007 using poolDb::INVALID;
00008 using poolDb::AccessMode;
00009 using poolDb::DbInstanceCount;
00010 using poolDb::releasePtr;
00011 using poolDb::deletePtr;
00012 using poolDb::Success;
00013 using poolDb::Error;
00014 using poolDb::debugBreak;
00015 using poolDb::READ;
00016 using poolDb::RECREATE;
00017 using poolDb::CREATE;
00018 using poolDb::UPDATE;
00019 using poolDb::accessMode;
00020 using poolDb::NOT_OPEN;
00021 inline void genMD5(const std::string& s, void* code) {
00022 poolDb::genMD5(s,code);
00023 }
00024
00025 }
00026 #endif