From 54da30b7a620ffb8b8d861a47647e18f3dd6702d Mon Sep 17 00:00:00 2001 From: coryan Date: Fri, 31 Oct 1997 05:03:29 +0000 Subject: ChangeLogTag:Thu Oct 30 22:50:44 1997 Carlos O'Ryan --- TAO/TAO_IDL/be/be_decl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TAO/TAO_IDL/be/be_decl.cpp') diff --git a/TAO/TAO_IDL/be/be_decl.cpp b/TAO/TAO_IDL/be/be_decl.cpp index 44620d303b4..956eecdffda 100644 --- a/TAO/TAO_IDL/be/be_decl.cpp +++ b/TAO/TAO_IDL/be/be_decl.cpp @@ -1415,6 +1415,7 @@ be_decl::gen_out_defn (void) // required // bt->gen_type (); // XXXASG + *ch << " &operator[] (CORBA::ULong index);" << nl; } } @@ -1756,7 +1757,7 @@ be_decl::gen_out_impl (void) // operator -> ci->indent (); - *ci << "ACE_INLINE " << this->name () << " *&" << nl; + *ci << "ACE_INLINE " << this->name () << " *" << nl; *ci << fname << "::operator-> (void)" << nl; *ci << "{\n"; ci->incr_indent (); -- cgit v1.2.1