diff options
-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) |