summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.h23
1 files changed, 10 insertions, 13 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.h
index 181db2a5943..08c2d6bfe6a 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.h
@@ -21,24 +21,21 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class AMI_Primary_Replication_Strategy;
class Update_Manager;
-class UpdateableHandler : public POA_FTRT::AMI_UpdateableHandler
+class UpdateableHandler : public POA_FTRT::AMI_UpdateableHandler
{
public:
- UpdateableHandler(AMI_Primary_Replication_Strategy* strategy);
- ~UpdateableHandler();
+ UpdateableHandler(AMI_Primary_Replication_Strategy* strategy);
+ ~UpdateableHandler();
- FTRT::AMI_UpdateableHandler_ptr activate(
- Update_Manager* mgr, int id,
- PortableServer::ObjectId& oid);
- typedef void (Update_Manager::*Handler)(int);
+ FTRT::AMI_UpdateableHandler_ptr activate(
+ Update_Manager* mgr, int id,
+ PortableServer::ObjectId& oid);
+ typedef void (Update_Manager::*Handler)(int);
- void dispatch(Handler handler) ;
+ void dispatch(Handler handler) ;
- virtual void set_update (
- );
- virtual void set_update_excep (
- ::Messaging::ExceptionHolder * excep_holder
- );
+ virtual void set_update ();
+ virtual void set_update_excep (::Messaging::ExceptionHolder * excep_holder);
private:
AMI_Primary_Replication_Strategy* strategy_;