Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
a756344a
Kaydet (Commit)
a756344a
authored
Ara 16, 2004
tarafından
Kurt Zenker
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS jl15 (1.2.20); FILE MERGED
2004/11/24 12:42:36 jl 1.2.20.1: #i37225#
üst
a0227062
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
16 deletions
+7
-16
vendorbase.cxx
jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
+7
-16
No files found.
jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
Dosyayı görüntüle @
a756344a
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: vendorbase.cxx,v $
* $RCSfile: vendorbase.cxx,v $
*
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
*
* last change: $Author:
hr $ $Date: 2004-07-23 11:53:01
$
* last change: $Author:
kz $ $Date: 2004-12-16 11:46:09
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -64,7 +64,6 @@
...
@@ -64,7 +64,6 @@
#include "vendorbase.hxx"
#include "vendorbase.hxx"
#include "util.hxx"
#include "util.hxx"
#include "sunjre.hxx"
#include "sunjre.hxx"
#include "sunversion.hxx"
using
namespace
std
;
using
namespace
std
;
using
namespace
rtl
;
using
namespace
rtl
;
...
@@ -297,20 +296,12 @@ bool VendorBase::needsRestart() const
...
@@ -297,20 +296,12 @@ bool VendorBase::needsRestart() const
int
VendorBase
::
compareVersions
(
const
rtl
::
OUString
&
sSecond
)
const
int
VendorBase
::
compareVersions
(
const
rtl
::
OUString
&
sSecond
)
const
{
{
OUString
sFirst
=
getVersion
();
OSL_ENSURE
(
0
,
"[Java framework] VendorBase::compareVersions must be "
"overridden in derived class."
);
SunVersion
version1
(
sFirst
);
return
0
;
SunVersion
version2
(
sSecond
);
if
(
!
(
version1
&&
version2
))
throw
MalformedVersionException
();
if
(
version1
==
version2
)
return
0
;
if
(
version1
>
version2
)
return
1
;
else
return
-
1
;
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment