summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Supplier_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Supplier_i.h')
-rw-r--r--TAO/examples/Callback_Quoter/Supplier_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Callback_Quoter/Supplier_i.h b/TAO/examples/Callback_Quoter/Supplier_i.h
index c547ae74ddb..541dd08104b 100644
--- a/TAO/examples/Callback_Quoter/Supplier_i.h
+++ b/TAO/examples/Callback_Quoter/Supplier_i.h
@@ -63,9 +63,6 @@ public:
// periodically.
private:
- CORBA::ORB_var orb_;
- // Remember our orb.
-
int read_ior (char *filename);
// Function to read the Notifier IOR from a file.
@@ -91,7 +88,7 @@ private:
char *ior_;
// IOR of the obj ref of the Notifier.
- CORBA::Environment env_;
+ CORBA::Environment env_;
// Environment variable.
TAO_Naming_Client naming_services_client_;
@@ -105,6 +102,9 @@ private:
Notifier_var notifier_;
// Notifier object reference.
+ CORBA::ORB_var orb_;
+ // Remember our orb.
+
FILE *f_ptr_;
// The pointer for accessing the input stream.