summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_operation.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-11-16 02:26:57 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-11-16 02:26:57 +0000
commit6c97890b241922a584c2900689cd5d51c3192abc (patch)
tree0ff814809d5039c47fa119db1b9773f4b0bbbfef /TAO/TAO_IDL/be/be_operation.cpp
parent82dac79f292da6cce442f433c9c9998b5a0c01d7 (diff)
downloadATCD-6c97890b241922a584c2900689cd5d51c3192abc.tar.gz
new files, some changes
CVS: CVS: CVS: CVS:
Diffstat (limited to 'TAO/TAO_IDL/be/be_operation.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_operation.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be/be_operation.cpp b/TAO/TAO_IDL/be/be_operation.cpp
index a43451c5379..76a696f0374 100644
--- a/TAO/TAO_IDL/be/be_operation.cpp
+++ b/TAO/TAO_IDL/be/be_operation.cpp
@@ -446,7 +446,7 @@ be_operation::gen_server_skeletons (void)
<< this->local_name () << "_skel ("
<< "CORBA::ServerRequest &_tao_server_request, "
<< "CORBA::Object_ptr _tao_object_reference, "
- << "CORBA::Environment &_tao_enviroment)" << nl;
+ << "CORBA::Environment &_tao_environment)" << nl;
*ss << "{\n";
ss->incr_indent ();
// define an NVList to hold arguments
@@ -563,13 +563,13 @@ be_operation::gen_server_skeletons (void)
switch (bd->direction ())
{
case AST_Argument::dir_IN:
- *ss << "CORBA::ARG_IN, _tao_enviroment);" << nl;
+ *ss << "CORBA::ARG_IN, _tao_environment);" << nl;
break;
case AST_Argument::dir_INOUT:
- *ss << "CORBA::ARG_INOUT, _tao_enviroment);" << nl;
+ *ss << "CORBA::ARG_INOUT, _tao_environment);" << nl;
break;
case AST_Argument::dir_OUT:
- *ss << "CORBA::ARG_OUT, _tao_enviroment);" << nl;
+ *ss << "CORBA::ARG_OUT, _tao_environment);" << nl;
break;
}
} // end if argument node