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
a4e5020f
Kaydet (Commit)
a4e5020f
authored
Haz 01, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1219792 Uncaught exception
Change-Id: Ibbcfb5cda4ce4f23f80ef4ba610e4fda6f8df41f
üst
a921f41a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
NeonSession.cxx
ucb/source/ucp/webdav-neon/NeonSession.cxx
+2
-2
NeonSession.hxx
ucb/source/ucp/webdav-neon/NeonSession.hxx
+1
-1
No files found.
ucb/source/ucp/webdav-neon/NeonSession.cxx
Dosyayı görüntüle @
a4e5020f
...
@@ -617,7 +617,7 @@ NeonSession::~NeonSession( )
...
@@ -617,7 +617,7 @@ NeonSession::~NeonSession( )
}
}
void
NeonSession
::
Init
(
const
DAVRequestEnvironment
&
rEnv
)
void
NeonSession
::
Init
(
const
DAVRequestEnvironment
&
rEnv
)
throw
(
std
::
exception
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
osl
::
Guard
<
osl
::
Mutex
>
theGuard
(
m_aMutex
);
osl
::
Guard
<
osl
::
Mutex
>
theGuard
(
m_aMutex
);
m_aEnv
=
rEnv
;
m_aEnv
=
rEnv
;
...
@@ -625,7 +625,7 @@ void NeonSession::Init( const DAVRequestEnvironment & rEnv )
...
@@ -625,7 +625,7 @@ void NeonSession::Init( const DAVRequestEnvironment & rEnv )
}
}
void
NeonSession
::
Init
()
void
NeonSession
::
Init
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
osl
::
Guard
<
osl
::
Mutex
>
theGuard
(
m_aMutex
);
osl
::
Guard
<
osl
::
Mutex
>
theGuard
(
m_aMutex
);
...
...
ucb/source/ucp/webdav-neon/NeonSession.hxx
Dosyayı görüntüle @
a4e5020f
...
@@ -236,7 +236,7 @@ private:
...
@@ -236,7 +236,7 @@ private:
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
void
Init
(
const
DAVRequestEnvironment
&
rEnv
)
void
Init
(
const
DAVRequestEnvironment
&
rEnv
)
throw
(
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
// ret: true => retry request.
// ret: true => retry request.
void
HandleError
(
int
nError
,
void
HandleError
(
int
nError
,
...
...
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