summaryrefslogtreecommitdiff
path: root/TAO/tests/Thruput/TAO
diff options
context:
space:
mode:
authorsergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-13 23:54:28 +0000
committersergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-13 23:54:28 +0000
commit8cd2a82ce64da7ecdb75516babd3af1ac669390d (patch)
tree45921dceb37584f0cd252ecf3cf420cefacfff3f /TAO/tests/Thruput/TAO
parent21d0728775ad8d7c8bf7f12ff400b2a8513b2070 (diff)
downloadATCD-8cd2a82ce64da7ecdb75516babd3af1ac669390d.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tests/Thruput/TAO')
-rw-r--r--TAO/tests/Thruput/TAO/ttcp_decl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Thruput/TAO/ttcp_decl.h b/TAO/tests/Thruput/TAO/ttcp_decl.h
index fa16898837c..8ff6e8b0730 100644
--- a/TAO/tests/Thruput/TAO/ttcp_decl.h
+++ b/TAO/tests/Thruput/TAO/ttcp_decl.h
@@ -60,10 +60,10 @@ extern ACE_Svc_Export CORBA::Char *title;
extern ACE_Svc_Export CORBA::Char stats[128];
extern ACE_Svc_Export unsigned long srcDataSize; /* Total amount of source data */
-extern ACE_Svc_Export CORBA::ULong nbytes; /* bytes on net */
-extern ACE_Svc_Export CORBA::ULong numCalls; /* # of I/O system calls */
+extern ACE_Svc_Export unsigned long nbytes; /* bytes on net */
+extern ACE_Svc_Export unsigned long numCalls; /* # of I/O system calls */
extern ACE_Svc_Export CORBA::Double cput, realt; /* user, real time (seconds) */
-extern ACE_Svc_Export CORBA::ULong dt;
+extern ACE_Svc_Export unsigned long dt;
/* declare struct variables for various message types */
extern ACE_Svc_Export ttcp_sequence::ShortSeq *sseq;