diff options
Diffstat (limited to 'executive-summary/idl/HtmlView.idl')
-rw-r--r-- | executive-summary/idl/HtmlView.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executive-summary/idl/HtmlView.idl b/executive-summary/idl/HtmlView.idl index 547c3148a5..25ec63de9b 100644 --- a/executive-summary/idl/HtmlView.idl +++ b/executive-summary/idl/HtmlView.idl @@ -16,6 +16,8 @@ module Summary { interface HTMLView : Bonobo::Unknown { string getHtml (); + + void handleURI (in string uri); }; }; }; |