summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-25 17:55:24 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-25 17:55:24 +0000
commitd43f56ac6fa47459e2335c7068e38ea42794dad6 (patch)
treea2e4877acb69c45cace8d5d8352b3eb5ed8cdbc2 /TAO/performance-tests
parentd0d188dca2a6a5d7e3d29c49133bd01325b6d2b5 (diff)
downloadATCD-d43f56ac6fa47459e2335c7068e38ea42794dad6.tar.gz
Removed member environment variable.
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Pluggable/PP_Test_Client.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/performance-tests/Pluggable/PP_Test_Client.h b/TAO/performance-tests/Pluggable/PP_Test_Client.h
index ac817bf8db9..51882c13277 100644
--- a/TAO/performance-tests/Pluggable/PP_Test_Client.h
+++ b/TAO/performance-tests/Pluggable/PP_Test_Client.h
@@ -89,7 +89,7 @@ private:
char *factory_key_;
// Key of factory obj ref.
- u_int loop_count_;
+ CORBA::ULong loop_count_;
// Number of times to do the send operations.
int shutdown_;
@@ -98,16 +98,13 @@ private:
Pluggable_Test_Factory_var factory_;
// factory pointer for cubit.
- CORBA::Environment env_;
- // Environment variable.
-
Pluggable_Test_var objref_;
// Pluggable_Test obj ref.
- u_int call_count_;
+ CORBA::ULong call_count_;
// # of calls made to functions.
- u_int error_count_;
+ CORBA::ULong error_count_;
// # of errors incurred in the lifetime of the application.
FILE *factory_ior_file_;