summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp')
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp b/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp
index 4cf2a709de5..778cf94d274 100644
--- a/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp
+++ b/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp
@@ -6,9 +6,9 @@
#include "ace/Log_Msg.h"
#include "ace/Process_Manager.h"
#include "Push_Iterator_Handler.h"
-#include "Callback_i.h"
+#include "Callback.h"
-ACE_RCSID (AMI_Observer, Push_Iterator_Handler, "$Id$")
+ACE_RCSID(AMI_Observer, Push_Iterator_Handler, "$Id$")
Push_Iterator_Handler::Push_Iterator_Handler (void)
: callback_servant_ (0),
@@ -24,7 +24,7 @@ Push_Iterator_Handler::~Push_Iterator_Handler (void)
}
void
-Push_Iterator_Handler::register_callback
+Push_Iterator_Handler::register_callback
(const Web_Server::Metadata_Type &metadata,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))