summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-01-29 15:00:27 +0000
committerRüdiger Timm <rt@openoffice.org>2007-01-29 15:00:27 +0000
commit6c76f062d4383699196be99045ccc2a12d77c3eb (patch)
treea4dd92863a83c8b179d383a179365543a3eec192
parent60e89d34c3cf09fe6d2f9b6a6a130eff468e9642 (diff)
INTEGRATION: CWS updchk03b_SRC680 (1.2.128); FILE MERGED
2007/01/26 09:18:31 obr 1.2.128.1: #i73853# do not join with check thread when a check is in progress
-rw-r--r--extensions/source/update/check/updateprotocol.hxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/extensions/source/update/check/updateprotocol.hxx b/extensions/source/update/check/updateprotocol.hxx
index 2116cfbc83a0..e38a6e744bbe 100644
--- a/extensions/source/update/check/updateprotocol.hxx
+++ b/extensions/source/update/check/updateprotocol.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: updateprotocol.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ihi $ $Date: 2006-08-04 09:56:56 $
+ * last change: $Author: rt $ $Date: 2007-01-29 16:00:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,8 +41,14 @@
#include <com/sun/star/task/XInteractionHandler.hpp>
#endif
+#ifndef _COM_SUN_STAR_DEPLOYMENT_UPDATEINFORMATIONPROVIDER_HPP_
+#include <com/sun/star/deployment/UpdateInformationProvider.hpp>
+#endif
+
// Returns 'true' if successfully connected to the update server
bool checkForUpdates(
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & rxContext,
::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > const & rxInteractionHandler,
- rtl::OUString& rUpdateURL, rtl::OUString& rVersionFound);
+ rtl::OUString& rUpdateURL, rtl::OUString& rVersionFound,
+ ::com::sun::star::uno::Reference< ::com::sun::star::deployment::XUpdateInformationProvider >& rxProvider
+ );