summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 13:07:50 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 13:07:50 +0000
commit00416fde0c20fda2671b93b04142f068a82d5186 (patch)
treeed4b72568bf9ede785b04d5effd36c70c20b5c62 /xmlhelp
parentdbb63ba1d88010c48514a790269b20bc4988faad (diff)
INTEGRATION: CWS abi31 (1.6.20); FILE MERGED
2006/10/26 14:53:07 abi 1.6.20.1: i#69213# applied patch
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/db.hxx27
1 files changed, 3 insertions, 24 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx
index 5b3244efc948..f8f06ed4d97e 100644
--- a/xmlhelp/source/cxxhelp/provider/db.hxx
+++ b/xmlhelp/source/cxxhelp/provider/db.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: db.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:39:17 $
+ * last change: $Author: vg $ $Date: 2006-11-01 14:07:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,6 @@ extern "C" {
namespace berkeleydbproxy {
- class DbEnv;
class Dbc;
class Dbt;
@@ -82,33 +81,13 @@ namespace berkeleydbproxy {
};
- class DbEnv : db_internal::Noncopyable
- {
- friend class Db;
-
- private:
- DB_ENV* m_pDBENV;
-
- public:
- explicit DbEnv(u_int32_t flags);
- ~DbEnv();
-
- int open(const char *db_home, u_int32_t flags, int mode);
- void close(u_int32_t flags);
-
- int set_alloc(
- db_malloc_fcn_type app_malloc,
- db_realloc_fcn_type app_realloc,
- db_free_fcn_type app_free);
- };
-
class Db : db_internal::Noncopyable
{
private:
DB* m_pDBP;
public:
- Db(DbEnv* dbbenv,u_int32_t flags);
+ Db();
~Db();
int close(u_int32_t flags);