summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Reactor/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Reactor/client.h')
-rw-r--r--TAO/tests/NestedUpcall/Reactor/client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/NestedUpcall/Reactor/client.h b/TAO/tests/NestedUpcall/Reactor/client.h
index c0d92fdb348..bc4123e44ac 100644
--- a/TAO/tests/NestedUpcall/Reactor/client.h
+++ b/TAO/tests/NestedUpcall/Reactor/client.h
@@ -68,15 +68,15 @@ private:
int shutdown_;
// Flag to tell server to shutdown.
- CORBA::ORB_var orb_;
- // Remember our orb.
-
Reactor_var reactor_;
// reactor pointer for NestedUpCalls.
CORBA::Environment env_;
// Environment variable.
+ CORBA::ORB_var orb_;
+ // Remember our orb.
+
u_int call_count_;
// # of calls made to functions.