summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.h')
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.h b/TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.h
index 8fba05df706..c5f475d069b 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.h
+++ b/TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.h
@@ -52,13 +52,11 @@ public:
// Destructor
virtual CORBA::Boolean next_chunk (CORBA::ULongLong offset,
- Web_Server::Chunk_Type_out chunk)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Web_Server::Chunk_Type_out chunk);
// This operation returns the next <chunk> of the file starting at
// <offset>. If there are no more bindings, false is returned.
- virtual void destroy (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void destroy (void);
// Destroy the iterator.
private: