summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-06-18 14:49:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-06-18 14:49:18 +0000
commit07b37dba2134ea080191cd3b23d61bfdec9c25e0 (patch)
tree2d16f72335cafb5275a4fb9c07c1ee82147425dd /configmgr
parenteb238613083c0bf80ef7480bb0f1b018b4e9cf7d (diff)
INTEGRATION: CWS cfgapi (1.5.94); FILE MERGED
2004/05/04 12:59:17 ssmith 1.5.94.1: #112742# check if object is initialized
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/backend/singlebackendadapter.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/configmgr/source/backend/singlebackendadapter.hxx b/configmgr/source/backend/singlebackendadapter.hxx
index a70fccf128be..09e7cf76817c 100644
--- a/configmgr/source/backend/singlebackendadapter.hxx
+++ b/configmgr/source/backend/singlebackendadapter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: singlebackendadapter.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 13:18:28 $
+ * last change: $Author: hr $ $Date: 2004-06-18 15:49:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -202,6 +202,8 @@ class SingleBackendAdapter : public BackendBase {
osl::Mutex mMutex ;
/** Remote backend that the offline cache is handling */
uno::Reference<backenduno::XSchemaSupplier> mBackend ;
+ /* checks if object is in initialized and undisposed state */
+ bool checkOkState();
} ;
} } // configmgr.backend