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
fb3f7e20
Kaydet (Commit)
fb3f7e20
authored
Eki 30, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Get this remove/re-add dance finally sorted out for good
Change-Id: I16cb3fdd699dcd45de25b49d30e0d1b6392fd82b
üst
6e273670
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
modifications.hxx
configmgr/source/modifications.hxx
+6
-1
No files found.
configmgr/source/modifications.hxx
Dosyayı görüntüle @
fb3f7e20
...
@@ -24,8 +24,9 @@
...
@@ -24,8 +24,9 @@
#include <boost/unordered_map.hpp>
#include <boost/unordered_map.hpp>
#include
"path.hxx"
#include
<config_dconf.h>
#include "path.hxx"
namespace
configmgr
{
namespace
configmgr
{
...
@@ -45,6 +46,10 @@ public:
...
@@ -45,6 +46,10 @@ public:
void
remove
(
Path
const
&
path
);
void
remove
(
Path
const
&
path
);
#if ENABLE_DCONF
void
clear
()
{
root_
.
children
.
clear
();
}
#endif
bool
empty
()
const
{
return
root_
.
children
.
empty
();
}
bool
empty
()
const
{
return
root_
.
children
.
empty
();
}
Node
const
&
getRoot
()
const
{
return
root_
;}
Node
const
&
getRoot
()
const
{
return
root_
;}
...
...
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