diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-14 21:01:42 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-14 21:01:42 +0000 |
commit | 50d3102377333ebbb1f7a1635fe2c857daf4ae64 (patch) | |
tree | 41ae90935c1a649147c2e074845afe83af5cb606 /TAO/tao | |
parent | 37310a518999cfc24399d33eb9c7f0e640297489 (diff) | |
download | ATCD-50d3102377333ebbb1f7a1635fe2c857daf4ae64.tar.gz |
ChangeLogTag:Fri Dec 14 12:18:51 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/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 5a834488436..fe45acd9e67 100644 --- a/TAO/tao/CORBALOC_Parser.h +++ b/TAO/tao/CORBALOC_Parser.h @@ -64,7 +64,7 @@ private: /// Helps count the length of the <obj_addr_list> and the number of /// individual <obj_addr> in the <obj_addr_list>. - virtual void parse_string_count_helper (const char * &corbaloc_name, + virtual void parse_string_count_helper (const char * corbaloc_name, CORBA::ULong &addr_list_length, CORBA::ULong &count_addr TAO_ENV_ARG_DECL_NOT_USED) |