Kaydet (Commit) 78f74e04 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS jl49 (1.12.8); FILE MERGED

2006/11/27 14:30:55 jl 1.12.8.5: #i70481# checkPrerequisites has another parameter
2006/11/27 13:12:05 sb 1.12.8.4: #i70481# Added XPackage.getIdentifier.
2006/11/21 12:20:52 jl 1.12.8.3: #i70481#
2006/11/20 13:15:39 sb 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED
2006/11/06 16:23:12 sb 1.12.8.1: #i70481# Check for Update button and context menu entry.
üst 6a136d4b
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dp_backend.h,v $ * $RCSfile: dp_backend.h,v $
* *
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* last change: $Author: obo $ $Date: 2006-10-12 14:10:44 $ * last change: $Author: ihi $ $Date: 2006-12-20 14:30:15 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
#include "tools/inetmime.hxx" #include "tools/inetmime.hxx"
#include "com/sun/star/lang/XEventListener.hpp" #include "com/sun/star/lang/XEventListener.hpp"
#include "com/sun/star/deployment/XPackageRegistry.hpp" #include "com/sun/star/deployment/XPackageRegistry.hpp"
#include "com/sun/star/deployment/XPackageManager.hpp"
#include <memory> #include <memory>
#include <hash_map> #include <hash_map>
#include "dp_registry.hrc" #include "dp_registry.hrc"
...@@ -174,7 +175,8 @@ public: ...@@ -174,7 +175,8 @@ public:
virtual ::sal_Bool SAL_CALL checkPrerequisites( virtual ::sal_Bool SAL_CALL checkPrerequisites(
const css::uno::Reference< css::task::XAbortChannel >& xAbortChannel, const css::uno::Reference< css::task::XAbortChannel >& xAbortChannel,
const css::uno::Reference< css::ucb::XCommandEnvironment >& xCmdEnv ) const css::uno::Reference< css::ucb::XCommandEnvironment >& xCmdEnv,
sal_Bool bInstalled, ::rtl::OUString const & aContextName)
throw (css::deployment::DeploymentException, throw (css::deployment::DeploymentException,
css::ucb::CommandFailedException, css::ucb::CommandFailedException,
css::ucb::CommandAbortedException, css::ucb::CommandAbortedException,
...@@ -208,6 +210,8 @@ public: ...@@ -208,6 +210,8 @@ public:
css::uno::RuntimeException); css::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getName() virtual ::rtl::OUString SAL_CALL getName()
throw (css::uno::RuntimeException); throw (css::uno::RuntimeException);
virtual css::beans::Optional< ::rtl::OUString > SAL_CALL getIdentifier()
throw (css::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getVersion() virtual ::rtl::OUString SAL_CALL getVersion()
throw (css::uno::RuntimeException); throw (css::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getURL() virtual ::rtl::OUString SAL_CALL getURL()
...@@ -216,6 +220,8 @@ public: ...@@ -216,6 +220,8 @@ public:
throw (css::uno::RuntimeException); throw (css::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getDescription() virtual ::rtl::OUString SAL_CALL getDescription()
throw (css::uno::RuntimeException); throw (css::uno::RuntimeException);
virtual css::uno::Sequence< ::rtl::OUString > SAL_CALL
getUpdateInformationURLs() throw (css::uno::RuntimeException);
virtual css::uno::Reference<css::deployment::XPackageTypeInfo> SAL_CALL virtual css::uno::Reference<css::deployment::XPackageTypeInfo> SAL_CALL
getPackageType() throw (css::uno::RuntimeException); getPackageType() throw (css::uno::RuntimeException);
virtual void SAL_CALL exportTo( virtual void SAL_CALL exportTo(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment