Commit 9ab87128 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

forgot to check in cxx header. Addresses #215.

git-svn-id: file:///svn/tokudb@1313 c7de825b-a66e-492c-adef-691d508d4ae1
parent 96be1163
...@@ -19,6 +19,8 @@ class DbException : public std::exception ...@@ -19,6 +19,8 @@ class DbException : public std::exception
const char *what() const throw(); const char *what() const throw();
DbEnv *get_env() const; DbEnv *get_env() const;
void set_env(DbEnv *); void set_env(DbEnv *);
DbException(const DbException &);
DbException &operator = (const DbException &);
private: private:
char *the_what; char *the_what;
int the_err; int the_err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment