diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-06-18 14:49:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-06-18 14:49:40 +0000 |
commit | d5be0d0d40cbed13d62b1993ad29b095caf41a3f (patch) | |
tree | 08618f38fd4061b95e7b7198a4f1841aa5fddc37 | |
parent | 988d07a0aeff86fd74bb9d489b2be98e94392984 (diff) |
INTEGRATION: CWS cfgapi (1.24.8); FILE MERGED
2004/06/03 12:50:20 ssmith 1.24.8.1: #109550# adding XServiceInfo
-rw-r--r-- | configmgr/source/inc/bootstrap.hxx | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/configmgr/source/inc/bootstrap.hxx b/configmgr/source/inc/bootstrap.hxx index 5ec1e8ec5e..724a613e64 100644 --- a/configmgr/source/inc/bootstrap.hxx +++ b/configmgr/source/inc/bootstrap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: bootstrap.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: kz $ $Date: 2004-03-23 10:24:42 $ + * last change: $Author: hr $ $Date: 2004-06-18 15:49:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -127,6 +127,16 @@ namespace configmgr void initialize(); public: + // XServiceInfo + virtual rtl::OUString SAL_CALL getImplementationName() + throw (uno::RuntimeException) ; + virtual sal_Bool SAL_CALL supportsService( + const rtl::OUString& aServiceName) + throw (uno::RuntimeException) ; + virtual uno::Sequence<rtl::OUString> SAL_CALL + getSupportedServiceNames(void) throw (uno::RuntimeException) ; + + typedef uno::Sequence < beans::NamedValue > Overrides; /** Constructs a Context based on the given arguments and context. @param _xContext |