Kaydet (Commit) d6e0201f authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#983995 Uncaught exception

Change-Id: I2ba52bee850646a82153df898fb73e2b01720598
üst a71f7409
...@@ -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 ( std::exception ) throw (css::uno::RuntimeException, std::exception )
{ {
osl::Guard< osl::Mutex > theGuard( m_aMutex ); osl::Guard< osl::Mutex > theGuard( m_aMutex );
......
...@@ -233,7 +233,7 @@ private: ...@@ -233,7 +233,7 @@ private:
friend class NeonLockStore; friend class NeonLockStore;
void Init( void ) void Init( void )
throw ( std::exception ); throw (css::uno::RuntimeException, std::exception);
void Init( const DAVRequestEnvironment & rEnv ) void Init( const DAVRequestEnvironment & rEnv )
throw ( std::exception ); throw ( std::exception );
......
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