std::exception retrofit sequel
Change-Id: Ide9234c50592fe4f12eb1f6ea836ad60ce4697df
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
}
|
||||
|
||||
virtual Any SAL_CALL queryInterface(const Type & _type)
|
||||
throw (RuntimeException)
|
||||
throw (RuntimeException, std::exception)
|
||||
{
|
||||
Any aInterface;
|
||||
if (_type == getCppuType< Reference< XInterface > >())
|
||||
|
Reference in New Issue
Block a user