diff options
author | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-05 16:00:25 +0000 |
---|---|---|
committer | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-05 16:00:25 +0000 |
commit | beaf31add22ca7d1eaf814805eedf7c2e5153f29 (patch) | |
tree | 381ed78886b282a9b2505a98c57255cc4ae742bb /TAO/CIAO | |
parent | 062a0eb71099430a217fa460b22fc07544135c59 (diff) | |
download | ATCD-beaf31add22ca7d1eaf814805eedf7c2e5153f29.tar.gz |
ChangeLogTag: Fri Nov 5 09:55:28 2004 Arvind S. Krishna <arvindk@dre.vanderbilt.edu
Diffstat (limited to 'TAO/CIAO')
-rw-r--r-- | TAO/CIAO/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog index 2b5de161663..8d579814329 100644 --- a/TAO/CIAO/ChangeLog +++ b/TAO/CIAO/ChangeLog @@ -1,3 +1,14 @@ +Fri Nov 5 09:55:28 2004 Arvind S. Krishna <arvindk@dre.vanderbilt.edu> + + * performance-tests/Benchmark/RoundTrip/client.cpp: + + The svc.conf file passed in to the client was not being passed + to the ORB as ACE::Get_Opt ate up the argument before being + passed to the client ORB. This fixes this error at the client + side temporarily by initializing the ORB before parsing the + arguments. Thanks to Abhi <abhi@qualcomm.com> for reporting + this. + Thu Nov 4 09:31:29 2004 Jaiganesh B <jai@dre.vanderbilt.edu> * DAnCE/RepositoryManager/Update_Plan.cpp: |