From 32781c09719c771cacedb5e3083979332eda7b5e Mon Sep 17 00:00:00 2001
From: "Bradley C. Kuszmaul" <bradley@tokutek.com>
Date: Fri, 21 Dec 2007 15:09:39 +0000
Subject: [PATCH] forgot to check in cxx header.  Addresses #215.

git-svn-id: file:///svn/tokudb@1313 c7de825b-a66e-492c-adef-691d508d4ae1
---
 include/db_cxx.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/db_cxx.h b/include/db_cxx.h
index 74053cf715..f3428cfb9a 100644
--- a/include/db_cxx.h
+++ b/include/db_cxx.h
@@ -19,6 +19,8 @@ class DbException : public std::exception
     const char *what() const throw();
     DbEnv *get_env() const;
     void set_env(DbEnv *);
+    DbException(const DbException &);
+    DbException &operator = (const DbException &);
  private:
     char *the_what;
     int   the_err;
-- 
2.30.9