summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Consumer_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Consumer_Handler.h')
-rw-r--r--TAO/examples/Event_Comm/Consumer_Handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Event_Comm/Consumer_Handler.h b/TAO/examples/Event_Comm/Consumer_Handler.h
index f4b031644d5..69219365550 100644
--- a/TAO/examples/Event_Comm/Consumer_Handler.h
+++ b/TAO/examples/Event_Comm/Consumer_Handler.h
@@ -68,9 +68,6 @@ private:
// gets the notifier reference from the naming service.
// returns 0 on success, -1 on error.
- CORBA::ORB_var orb_;
- // Remember our orb.
-
Consumer_i receiver_i_;
// The <Consumer> implementation.
@@ -84,6 +81,9 @@ private:
// An instance of the name client used for resolving the factory
// objects.
+ CORBA::ORB_var orb_;
+ // Remember our orb.
+
ShutdownCallback* shutdowncallback;
// The Shutdown callback used to shutdown the consumer application.
};