summaryrefslogtreecommitdiff
path: root/configmgr/source/backend/updatesvc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/backend/updatesvc.hxx')
-rw-r--r--configmgr/source/backend/updatesvc.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/configmgr/source/backend/updatesvc.hxx b/configmgr/source/backend/updatesvc.hxx
index 2118b0e41d..5a7ed9132a 100644
--- a/configmgr/source/backend/updatesvc.hxx
+++ b/configmgr/source/backend/updatesvc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: updatesvc.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jb $ $Date: 2002-11-28 12:49:13 $
+ * last change: $Author: hr $ $Date: 2003-03-19 16:18:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,9 @@
#include <cppuhelper/implbase3.hxx>
#endif
+#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_
+#include <com/sun/star/uno/XComponentContext.hpp>
+#endif
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
#include <com/sun/star/lang/XServiceInfo.hpp>
#endif
@@ -107,10 +110,10 @@ namespace configmgr
>
{
public:
- typedef uno::Reference< lang::XMultiServiceFactory > const & CreationArg;
+ typedef uno::Reference< uno::XComponentContext > const & CreationArg;
explicit
- UpdateService(CreationArg _xServiceFactory);
+ UpdateService(CreationArg _xContext);
// XInitialization
virtual void SAL_CALL