diff options
Diffstat (limited to 'cpp/include/Ice/Outgoing.h')
-rw-r--r-- | cpp/include/Ice/Outgoing.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/Ice/Outgoing.h b/cpp/include/Ice/Outgoing.h index 10f3db806e0..403a042a6f1 100644 --- a/cpp/include/Ice/Outgoing.h +++ b/cpp/include/Ice/Outgoing.h @@ -87,6 +87,8 @@ public: BasicStream* is() { return &_is; } BasicStream* os() { return &_os; } + void throwUserException(); + private: // |