diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-21 00:59:35 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-21 00:59:35 -0500 |
commit | eabc5d4920513ea41d57b7753d75702fd2d1da60 (patch) | |
tree | 61db1482167ae1ba11877e84f41ad7c6472bb7d4 /ucb/source/cacher/cacheddynamicresultsetstub.hxx | |
parent | 4cf5556f12812c1fea256252e1d01fa40983c666 (diff) |
kill ucbhelper XSERVICEINFO_DECL
Change-Id: Ide6ecff036de4ea30a58ef2d63d5590e9e9786dc
Diffstat (limited to 'ucb/source/cacher/cacheddynamicresultsetstub.hxx')
-rw-r--r-- | ucb/source/cacher/cacheddynamicresultsetstub.hxx | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ucb/source/cacher/cacheddynamicresultsetstub.hxx b/ucb/source/cacher/cacheddynamicresultsetstub.hxx index 5524e5611bde..f9956f6ee801 100644 --- a/ucb/source/cacher/cacheddynamicresultsetstub.hxx +++ b/ucb/source/cacher/cacheddynamicresultsetstub.hxx @@ -105,8 +105,19 @@ public: throw( css::uno::RuntimeException, std::exception ); // XServiceInfo - XSERVICEINFO_DECL() + virtual OUString SAL_CALL getImplementationName() + throw( css::uno::RuntimeException, std::exception ); + virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) + throw( css::uno::RuntimeException, std::exception ); + virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() + throw( css::uno::RuntimeException, std::exception ); + + static OUString getImplementationName_Static(); + static css::uno::Sequence< OUString > getSupportedServiceNames_Static(); + static css::uno::Reference< css::lang::XSingleServiceFactory > + createServiceFactory( const css::uno::Reference< + css::lang::XMultiServiceFactory >& rxServiceMgr ); // XCachedDynamicResultSetStubFactory |