diff options
author | pgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-27 23:36:08 +0000 |
---|---|---|
committer | pgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-27 23:36:08 +0000 |
commit | ea0cd156c8b419607bae036ae943c937dfdbc735 (patch) | |
tree | ca4556ff7b49862641da526cb27ba85996477dc4 /TAO | |
parent | 1c47275c071d635d2699424333465a2d8f6dcf18 (diff) | |
download | ATCD-ea0cd156c8b419607bae036ae943c937dfdbc735.tar.gz |
ChangeLogTag: Fri Dec 27 11:49:22 2002 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/CORBALOC_Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/CORBALOC_Parser.h b/TAO/tao/CORBALOC_Parser.h index 91509409996..8a829e5db50 100644 --- a/TAO/tao/CORBALOC_Parser.h +++ b/TAO/tao/CORBALOC_Parser.h @@ -102,7 +102,7 @@ private: /// Tokenizes the <obj_addr_list> using "," as the seperator. Assigns /// individual endpoints to the elements of the ACE_Array_Base. - virtual void parse_string_assign_helper (CORBA::ULong &addr_list_length, + virtual void parse_string_assign_helper ( ACE_CString &key_string, ACE_CString &cloc_name, CORBA::ORB_ptr orb, |