| 262 | |
| 263 | |
| 264 | void CDBEnv::lsn_reset(const std::string& strFile) |
| 265 | { |
| 266 | |
| 267 | dbenv->lsn_reset(strFile.c_str(),0); |
| 268 | |
| 269 | } |
| 270 | |
| 271 | CDB::CDB(const std::string& strFilename, const char* pszMode, bool fFlushOnCloseIn) : pdb(NULL), activeTxn(NULL) |
| 272 | { |
no outgoing calls
no test coverage detected