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

coverity#706531 Uncaught exception

Change-Id: Ibcd5d2b4124ab441a90748588d063f394b1ef372
üst 81a8f537
...@@ -46,7 +46,7 @@ namespace pcr ...@@ -46,7 +46,7 @@ namespace pcr
,m_xTranslatedEventSource( _rxTranslatedEventSource ) ,m_xTranslatedEventSource( _rxTranslatedEventSource )
{ {
if ( !m_xDelegator.is() ) if ( !m_xDelegator.is() )
throw NullPointerException(); throw RuntimeException();
} }
......
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