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
f2ef6605
Kaydet (Commit)
f2ef6605
authored
Tem 17, 2013
tarafından
Andrzej J.R. Hunt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make m_aMutex a member variable rather than base type.
Change-Id: I91491af582b57ae602b89a971ccbe5e4901834bf
üst
30905e48
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
FConnection.cxx
connectivity/source/drivers/firebird/FConnection.cxx
+1
-1
FConnection.hxx
connectivity/source/drivers/firebird/FConnection.hxx
+2
-2
No files found.
connectivity/source/drivers/firebird/FConnection.cxx
Dosyayı görüntüle @
f2ef6605
...
@@ -85,7 +85,7 @@ using namespace ::com::sun::star::uno;
...
@@ -85,7 +85,7 @@ using namespace ::com::sun::star::uno;
const
OUString
OConnection
::
sDBLocation
(
"firebird.fdb"
);
const
OUString
OConnection
::
sDBLocation
(
"firebird.fdb"
);
OConnection
::
OConnection
(
FirebirdDriver
*
_pDriver
)
OConnection
::
OConnection
(
FirebirdDriver
*
_pDriver
)
:
O
Meta
Connection_BASE
(
m_aMutex
),
:
OConnection_BASE
(
m_aMutex
),
OSubComponent
<
OConnection
,
OConnection_BASE
>
((
::
cppu
::
OWeakObject
*
)
_pDriver
,
this
),
OSubComponent
<
OConnection
,
OConnection_BASE
>
((
::
cppu
::
OWeakObject
*
)
_pDriver
,
this
),
m_xMetaData
(
NULL
),
m_xMetaData
(
NULL
),
m_bIsEmbedded
(
sal_False
),
m_bIsEmbedded
(
sal_False
),
...
...
connectivity/source/drivers/firebird/FConnection.hxx
Dosyayı görüntüle @
f2ef6605
...
@@ -77,13 +77,13 @@ namespace connectivity
...
@@ -77,13 +77,13 @@ namespace connectivity
typedef
::
std
::
vector
<
::
connectivity
::
OTypeInfo
>
TTypeInfoVector
;
typedef
::
std
::
vector
<
::
connectivity
::
OTypeInfo
>
TTypeInfoVector
;
typedef
std
::
vector
<
::
com
::
sun
::
star
::
uno
::
WeakReferenceHelper
>
OWeakRefArray
;
typedef
std
::
vector
<
::
com
::
sun
::
star
::
uno
::
WeakReferenceHelper
>
OWeakRefArray
;
class
OConnection
:
public
OBase_Mutex
,
class
OConnection
:
public
OConnection_BASE
,
public
OConnection_BASE
,
public
connectivity
::
OSubComponent
<
OConnection
,
OConnection_BASE
>
public
connectivity
::
OSubComponent
<
OConnection
,
OConnection_BASE
>
{
{
friend
class
connectivity
::
OSubComponent
<
OConnection
,
OConnection_BASE
>
;
friend
class
connectivity
::
OSubComponent
<
OConnection
,
OConnection_BASE
>
;
protected
:
protected
:
::
osl
::
Mutex
m_aMutex
;
static
const
OUString
sDBLocation
;
// Location within .odb container
static
const
OUString
sDBLocation
;
// Location within .odb container
rtl_TextEncoding
m_nTextEncoding
;
// the encoding which is used for all text conversions
rtl_TextEncoding
m_nTextEncoding
;
// the encoding which is used for all text conversions
//====================================================================
//====================================================================
...
...
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