diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-25 19:37:47 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-25 19:37:47 +0000 |
commit | a299c57f9d0061c7c626b0b80d43884ed39e8688 (patch) | |
tree | 5c7fbdc8291acefda5fb0734bae5c7bdece860e9 /TAO/performance-tests/Thruput | |
parent | 32172531d61fbaadda0bc2258b60fbfacfc1629b (diff) | |
download | ATCD-a299c57f9d0061c7c626b0b80d43884ed39e8688.tar.gz |
ChangeLogTag:Thu Jun 24 17:22:47 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests/Thruput')
-rw-r--r-- | TAO/performance-tests/Thruput/TAO/server.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/performance-tests/Thruput/TAO/server.cpp b/TAO/performance-tests/Thruput/TAO/server.cpp index d93e19dc742..ef9dade18aa 100644 --- a/TAO/performance-tests/Thruput/TAO/server.cpp +++ b/TAO/performance-tests/Thruput/TAO/server.cpp @@ -4,7 +4,7 @@ // // = TAO tests // Throughput measurement using the TTCP benchmark adapted to work -// using TAO +// using TAO // // = FILENAME // server.cpp @@ -73,8 +73,8 @@ main (int argc, char **argv) CORBA::String key = (CORBA::String) "key0"; // key assigned to our // target object CORBA::Object_var obj_var; - char *oa_name = "RootPOA"; // name of our OA - char *orb_name = "internet"; // name of our ORB + const char *oa_name = "RootPOA"; // name of our OA + const char *orb_name = "internet"; // name of our ORB CORBA::String str; // for stringified representation of the object reference FILE *ior_file = 0; |