Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
00416fde
Kaydet (Commit)
00416fde
authored
Kas 01, 2006
tarafından
Vladimir Glazounov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS abi31 (1.6.20); FILE MERGED
2006/10/26 14:53:07 abi 1.6.20.1: i#69213# applied patch
üst
dbb63ba1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
24 deletions
+3
-24
db.hxx
xmlhelp/source/cxxhelp/provider/db.hxx
+3
-24
No files found.
xmlhelp/source/cxxhelp/provider/db.hxx
Dosyayı görüntüle @
00416fde
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment