diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-03-14 20:27:08 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-03-14 20:27:08 +0000 |
commit | 8bc25a344642ffa5922503c24fd9f73e2bfcd7aa (patch) | |
tree | b596b1efd130816078e29d60dd2af56850677202 /TAO/examples/Callback_Quoter/Notifier_Input_Handler.h | |
parent | 912253de79552093c06da880070db33ef62674fc (diff) | |
download | ATCD-8bc25a344642ffa5922503c24fd9f73e2bfcd7aa.tar.gz |
ChangeLogTag: Mon Mar 14 12:22:37 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/examples/Callback_Quoter/Notifier_Input_Handler.h')
-rw-r--r-- | TAO/examples/Callback_Quoter/Notifier_Input_Handler.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Callback_Quoter/Notifier_Input_Handler.h b/TAO/examples/Callback_Quoter/Notifier_Input_Handler.h index 6073b6e7662..109db1f6bc0 100644 --- a/TAO/examples/Callback_Quoter/Notifier_Input_Handler.h +++ b/TAO/examples/Callback_Quoter/Notifier_Input_Handler.h @@ -21,9 +21,10 @@ #include "Notifier_i.h" #include "NotifierS.h" +#include "ace/Event_Handler.h" #include "tao/Utils/ORB_Manager.h" #include "orbsvcs/CosNamingS.h" -#include "orbsvcs/Naming/Naming_Server.h" +#include "orbsvcs/Naming/Naming_Client.h" class Notifier_Input_Handler : public ACE_Event_Handler { @@ -78,9 +79,8 @@ private: CosNaming::NamingContext_var naming_context_; // Naming context for the naming service. - TAO_Naming_Server naming_server_; - // An instance of the name server, wherein the naming context - // containg the factory of objects will be registered. + TAO_Naming_Client naming_server_; + // helper class for getting access to Naming Service. Notifier_i notifier_i_; // The servant object registered with the orb. |