summaryrefslogtreecommitdiff
path: root/configmgr/source/components.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-10-14 15:47:51 +0200
committerJens-Heiner Rechtien <hr@openoffice.org>2010-10-14 15:47:51 +0200
commitb7c5e022309c21eb86708e7ec650acee03ff27e0 (patch)
tree3aeb66477ba9a66ec096075215376ac1a90fe9a8 /configmgr/source/components.hxx
parentb52411d425729abc07766b4568e02d7e30f08a23 (diff)
parentb7a4a131ef8efa92d1aca33c1290e6a9218a3bf8 (diff)
CWS-TOOLING: integrate CWS sb133
Diffstat (limited to 'configmgr/source/components.hxx')
-rw-r--r--configmgr/source/components.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index 4fc47f791821..1c735efca6ba 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -94,6 +94,11 @@ public:
void writeModifications();
+ void flushModifications();
+ // must be called with configmgr::lock unaquired; must be called before
+ // shutdown if writeModifications has ever been called (probably
+ // indirectly, via removeExtensionXcuFile)
+
void insertExtensionXcsFile(bool shared, rtl::OUString const & fileUri);
void insertExtensionXcuFile(
@@ -160,11 +165,14 @@ private:
com::sun::star::beans::XPropertySet > >
ExternalServices;
+ class WriteThread;
+
com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
context_;
Data data_;
WeakRootSet roots_;
ExternalServices externalServices_;
+ rtl::Reference< WriteThread > writeThread_;
};
}