summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:36:14 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:36:14 +0000
commit6d3b1fce8f9c76fd07b94103eaa586be180d1207 (patch)
tree2218de89f000657affb1216c84a8db78e7ba8ad9 /configmgr
parent2ff4dcfc429cea193641f5d80c2431bbadc7bb0d (diff)
INTEGRATION: CWS cfglooseends (1.3.30); FILE MERGED
2004/11/02 16:57:22 jb 1.3.30.1: #109882# Use own servicemanager (-wrapper) for bootstrap context
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/bootstrapcontext.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/configmgr/source/inc/bootstrapcontext.hxx b/configmgr/source/inc/bootstrapcontext.hxx
index d344da2c531b..bf4b360d333f 100644
--- a/configmgr/source/inc/bootstrapcontext.hxx
+++ b/configmgr/source/inc/bootstrapcontext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bootstrapcontext.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-06-18 15:49:52 $
+ * last change: $Author: obo $ $Date: 2004-11-15 13:36:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,6 +196,8 @@ namespace configmgr
Context m_xContext;
/// The bootstrap data consulted as fallback
rtlBootstrapHandle m_hBootstrapData;
+ /// The service manager associated with this context
+ ServiceManager m_xServiceManager;
};
// -----------------------------------------------------------------------------