summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_operation.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-17 16:28:18 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-17 16:28:18 +0000
commitdd732191b10333e02c02907158d67378413c3a17 (patch)
tree409ea226dbb318b4611301dafb3343b1369148cb /TAO/TAO_IDL/be/be_operation.cpp
parentacc0e5844967fca5b0d0b9e6774dda29e11a6c29 (diff)
downloadATCD-dd732191b10333e02c02907158d67378413c3a17.tar.gz
ChangeLogTag:Tue Mar 17 10:25:46 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_operation.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_operation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_operation.cpp b/TAO/TAO_IDL/be/be_operation.cpp
index a58f4a7de6e..88dfcdfd5ea 100644
--- a/TAO/TAO_IDL/be/be_operation.cpp
+++ b/TAO/TAO_IDL/be/be_operation.cpp
@@ -668,10 +668,10 @@ be_operation::gen_server_skeletons (void)
else
{
// define an NVList to hold arguments
- *ss << "CORBA::NVList_ptr \t nvlist;" << nl;
+ *ss << "CORBA::NVList_ptr nvlist;" << nl;
// define a variable that will eventually point to our
// implementation object
- *ss << intf->full_skel_name () << "_ptr \t impl = ("
+ *ss << intf->full_skel_name () << "_ptr impl = ("
<< intf->full_skel_name () << "_ptr) _tao_object_reference;"
<< nl;