summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 16:06:21 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 16:06:21 +0000
commitc632ecc3842a55ed9e454052bc064e48033d11ff (patch)
tree0a7d50ac9f1492b3ef20ad50da4954e585433bd1 /desktop
parenta0b41557c875de6c0497b7626a6ebbb22c17a8e1 (diff)
INTEGRATION: CWS jsc7 (1.10.12); FILE MERGED
2006/06/28 07:21:53 jl 1.10.12.1: #66211# support of license files in extensions
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/inc/dp_backend.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index 4771d142501a..de1e807c7da5 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_backend.h,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2006-03-06 10:22:34 $
+ * last change: $Author: obo $ $Date: 2006-07-13 17:06:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -171,6 +171,15 @@ public:
css::ucb::CommandFailedException,
css::ucb::CommandAbortedException,
css::uno::RuntimeException);
+
+ virtual ::sal_Bool SAL_CALL checkPrerequisites(
+ const css::uno::Reference< css::task::XAbortChannel >& xAbortChannel,
+ const css::uno::Reference< css::ucb::XCommandEnvironment >& xCmdEnv )
+ throw (css::deployment::DeploymentException,
+ css::ucb::CommandFailedException,
+ css::ucb::CommandAbortedException,
+ css::uno::RuntimeException);
+
virtual void SAL_CALL registerPackage(
css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )