Kaydet (Commit) 03fa2b70 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS jl49 (1.2.8); FILE MERGED

2006/11/22 17:40:08 sb 1.2.8.2: #i70481# Introduced additional deploymentmisc shared library.
2006/11/16 14:36:49 sb 1.2.8.1: #i70481# Merged in rev. 1.3.
üst adfd3507
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dp_version.hxx,v $ * $RCSfile: dp_version.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: kz $ $Date: 2006-11-06 14:54:42 $ * last change: $Author: ihi $ $Date: 2006-12-20 14:27:54 $
* *
* 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.
...@@ -44,6 +44,10 @@ ...@@ -44,6 +44,10 @@
#include "com/sun/star/uno/Reference.hxx" #include "com/sun/star/uno/Reference.hxx"
#endif #endif
#ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_MISC_API_HXX
#include "dp_misc_api.hxx"
#endif
namespace com { namespace sun { namespace star { namespace deployment { namespace com { namespace sun { namespace star { namespace deployment {
class XPackage; class XPackage;
} } } } } } } }
...@@ -53,10 +57,10 @@ namespace dp_misc { ...@@ -53,10 +57,10 @@ namespace dp_misc {
enum Order { LESS, EQUAL, GREATER }; enum Order { LESS, EQUAL, GREATER };
Order compareVersions( DESKTOP_DEPLOYMENTMISC_DLLPUBLIC Order compareVersions(
::rtl::OUString const & version1, ::rtl::OUString const & version2); ::rtl::OUString const & version1, ::rtl::OUString const & version2);
Order comparePackageVersions( DESKTOP_DEPLOYMENTMISC_DLLPUBLIC Order comparePackageVersions(
::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackage > ::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackage >
const & package1, const & package1,
::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackage > ::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackage >
......
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