summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_factory.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_factory.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_factory.cpp b/TAO/TAO_IDL/be/be_visitor_factory.cpp
index 48676cb5193..ecb094a9ede 100644
--- a/TAO/TAO_IDL/be/be_visitor_factory.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_factory.cpp
@@ -232,7 +232,6 @@ TAO_Common_Visitor_Factory::make_visitor (be_visitor_context *ctx)
# endif /* IDL_HAS_VALUETYPE */
-// #if defined TAO_IDL_HAS_AMI
case TAO_CodeGen::TAO_OPERATION_AMI:
return new be_visitor_operation_ami (new_ctx);
@@ -251,8 +250,10 @@ TAO_Common_Visitor_Factory::make_visitor (be_visitor_context *ctx)
case TAO_CodeGen::TAO_AMI_HANDLER_FWD_CH:
return new be_visitor_ami_handler_fwd_ch (new_ctx);
-// #endif /* TAO_IDL_HAS_AMI */
+ case TAO_CodeGen::TAO_AMI_HANDLER_FWD_CI:
+ return new be_visitor_ami_handler_fwd_ci (new_ctx);
+
case TAO_CodeGen::TAO_STRUCT_CH:
return new be_visitor_structure_ch (new_ctx);
case TAO_CodeGen::TAO_STRUCT_CS: