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
753eeac8
Kaydet (Commit)
753eeac8
authored
Ock 23, 2014
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#704575 et al. and clean-up.
Change-Id: I24b38b63d26bc2d4e1d479754120dfd5b5635737
üst
3d954575
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
childaccess.cxx
configmgr/source/childaccess.cxx
+0
-0
childaccess.hxx
configmgr/source/childaccess.hxx
+8
-8
No files found.
configmgr/source/childaccess.cxx
Dosyayı görüntüle @
753eeac8
This diff is collapsed.
Click to expand it.
configmgr/source/childaccess.hxx
Dosyayı görüntüle @
753eeac8
...
...
@@ -105,7 +105,7 @@ public:
void
unbind
()
throw
();
bool
isInTransaction
()
const
{
return
inTransaction_
;
}
bool
isInTransaction
()
const
{
return
m_bInTransaction
;
}
void
committed
();
void
setNode
(
rtl
::
Reference
<
Node
>
const
&
node
);
...
...
@@ -130,14 +130,14 @@ private:
com
::
sun
::
star
::
uno
::
Type
const
&
aType
)
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
);
rtl
::
Reference
<
RootAccess
>
root_
;
rtl
::
Reference
<
Access
>
parent_
;
// null if free node
OUString
name_
;
rtl
::
Reference
<
Node
>
node_
;
std
::
auto_ptr
<
com
::
sun
::
star
::
uno
::
Any
>
changedValue_
;
bool
inTransaction_
;
rtl
::
Reference
<
RootAccess
>
m_rRoot
;
rtl
::
Reference
<
Access
>
m_rParent
;
// null if free node
OUString
m_sName
;
rtl
::
Reference
<
Node
>
m_rNode
;
std
::
auto_ptr
<
com
::
sun
::
star
::
uno
::
Any
>
m_changedValue
;
bool
m_bInTransaction
;
// to determine if a free node can be inserted underneath some root
boost
::
shared_ptr
<
osl
::
Mutex
>
lock_
;
boost
::
shared_ptr
<
osl
::
Mutex
>
m_pLock
;
};
}
...
...
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