diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-07-10 06:49:22 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-07-10 06:49:22 +0000 |
commit | 549ddd6ab1d64cea9efc07dbf73d6306d49863f8 (patch) | |
tree | bee3d2bff30801dbecca80f88dc7c5ed2bb152d0 /TAO/tao/params.i | |
parent | fe3f772293a0ca40d71cea8d3122206870c3514d (diff) | |
download | ATCD-549ddd6ab1d64cea9efc07dbf73d6306d49863f8.tar.gz |
ChangeLogTag:Mon Jul 09 23:43:29 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/params.i')
-rw-r--r-- | TAO/tao/params.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/params.i b/TAO/tao/params.i index 1cc26a6f065..450d9b93b47 100644 --- a/TAO/tao/params.i +++ b/TAO/tao/params.i @@ -139,7 +139,7 @@ TAO_ORB_Parameters::default_init_ref (const char *default_init_ref) ACE_INLINE char * TAO_ORB_Parameters::default_init_ref (void) const { - return this->default_init_ref_.rep (); + return CORBA::string_dup (this->default_init_ref_.c_str ()); } ACE_INLINE int |