summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Notifier_Input_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Notifier_Input_Handler.h')
-rw-r--r--TAO/examples/Callback_Quoter/Notifier_Input_Handler.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/examples/Callback_Quoter/Notifier_Input_Handler.h b/TAO/examples/Callback_Quoter/Notifier_Input_Handler.h
index c57fb296c60..f2d7e27657c 100644
--- a/TAO/examples/Callback_Quoter/Notifier_Input_Handler.h
+++ b/TAO/examples/Callback_Quoter/Notifier_Input_Handler.h
@@ -55,10 +55,6 @@ public:
// Handle the user input.
private:
-
- TAO_ORB_Manager orb_manager_;
- // The tao orb manager object.
-
int parse_args (void);
// Parses the command line arguments.
@@ -82,6 +78,9 @@ private:
// An instance of the name server, wherein the naming context
// containg the factory of objects will be registered.
+ TAO_ORB_Manager orb_manager_;
+ // The tao orb manager object.
+
Notifier_i notifier_i_;
// The servant object registered with the orb.