summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server/AMI_Observer/Callback_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Content_Server/AMI_Observer/Callback_i.h')
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/Callback_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/examples/Content_Server/AMI_Observer/Callback_i.h b/TAO/examples/Content_Server/AMI_Observer/Callback_i.h
index 18690abce63..5105bd46689 100644
--- a/TAO/examples/Content_Server/AMI_Observer/Callback_i.h
+++ b/TAO/examples/Content_Server/AMI_Observer/Callback_i.h
@@ -61,8 +61,7 @@ public:
// Constructor
virtual void next_chunk (const Web_Server::Chunk_Type &chunk,
- CORBA::Boolean last_chunk)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Boolean last_chunk);
// This operation returns the next <chunk> of the file starting at
// <offset>. If there are no more bindings, false is returned.