summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp
index 4e366f6ef46..82432bef649 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp
@@ -90,12 +90,12 @@ be_visitor_operation_is::visit_operation (be_operation *node)
delete visitor;
- ACE_CString str(node->flatname ());
+ ACE_CString str(node->flat_name ());
int lnmlength = ACE_OS::strlen (node->local_name ()->get_string ());
- int fnmlength = ACE_OS::strlen (node->flatname ());
+ int fnmlength = ACE_OS::strlen (node->flat_name ());
fnmlength--;
char * classname = str.substr (0,(fnmlength-lnmlength) ).rep ();
@@ -132,7 +132,7 @@ be_visitor_operation_is::visit_operation (be_operation *node)
delete visitor;
//generate the excetions thrown by the operation
- // this->gen_throw_spec (node);
+ this->gen_throw_spec (node);
*os <<be_idt_nl << "{"<<be_idt_nl;
*os << "//Add your implementation here"<<be_uidt_nl;