summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/framework/securityengine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/framework/securityengine.hxx')
-rw-r--r--xmlsecurity/inc/framework/securityengine.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlsecurity/inc/framework/securityengine.hxx b/xmlsecurity/inc/framework/securityengine.hxx
index 964f5aeac565..1315aae84b92 100644
--- a/xmlsecurity/inc/framework/securityengine.hxx
+++ b/xmlsecurity/inc/framework/securityengine.hxx
@@ -104,6 +104,8 @@ protected:
* perform the security operation.
* Any derived class will implement this method respectively.
*/
+ /// @throws css::uno::Exception
+ /// @throws css::uno::RuntimeException
virtual void tryToPerform( )
throw (css::uno::Exception, css::uno::RuntimeException){};
@@ -121,6 +123,8 @@ protected:
* be transferred to a listener by this method.
* Any derived class will implement this method respectively.
*/
+ /// @throws css::uno::Exception
+ /// @throws css::uno::RuntimeException
virtual void notifyResultListener() const
throw (css::uno::Exception, css::uno::RuntimeException)
{};