summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-03 17:40:05 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-03 17:40:05 +0000
commit89f3f7122732136c69862de39067197393dbba5e (patch)
tree35517b529ea638f592a1224ab1d4009cc6b7b87b
parente6a5546e37352da1b3b0e64be4a8c4dac6fb6d22 (diff)
downloadATCD-89f3f7122732136c69862de39067197393dbba5e.tar.gz
Added ACE_RCSID to TAO/TAO_IDL/
-rw-r--r--TAO/ChangeLog-98c264
-rw-r--r--TAO/TAO_IDL/ast/ast_argument.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_array.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_attribute.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_check.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_concrete_type.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_constant.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_decl.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_enum.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_enum_val.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_exception.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_expression.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_field.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_generator.cpp3
-rw-r--r--TAO/TAO_IDL/ast/ast_interface.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_interface_fwd.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_module.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_native.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_operation.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_predefined_type.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_recursive.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_redef.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_root.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_sequence.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_string.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_structure.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_type.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_typedef.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_union.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_union_branch.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_union_label.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_args.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_argument.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_array.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_attribute.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp7
-rw-r--r--TAO/TAO_IDL/be/be_constant.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_decl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_enum.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_enum_val.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_exception.cpp5
-rw-r--r--TAO/TAO_IDL/be/be_expression.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_factory.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_field.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_generator.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_helper.cpp5
-rw-r--r--TAO/TAO_IDL/be/be_init.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_interface_fwd.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_interpretive.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_module.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_native.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_operation.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_predefined_type.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_produce.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_root.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_scope.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_sequence.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_state.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_state_argument.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_state_array.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_state_attribute.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_state_exception.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_state_operation.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_state_sequence.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_state_structure.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_state_typedef.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_state_union.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_string.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_structure.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_sunsoft.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_type.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_typedef.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_union.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_union_branch.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_union_label.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/arglist.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/argument.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/docall_cs.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/marshal_ss.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/post_docall_cs.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/post_marshal_ss.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/pre_upcall_ss.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/upcall_ss.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attribute.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_constant.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_context.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_decl.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/ctor_assign.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field/field_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field/field_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/collocated_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/collocated_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/tie_si.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface_fwd.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/any_op.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/module.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/module_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/argument.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/collocated_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/collocated_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype_assign_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype_docall_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype_marshal_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype_post_docall_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype_post_upcall_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype_pre_docall_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype_vardecl_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/tie_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/any_op.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_si.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_scope.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/buffer_type.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/elemtype.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/gen_object_manager_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/structure.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/structure_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/structure_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/structure_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typecode.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/typedef.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/discriminant_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/discriminant_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/discriminant_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/union.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/union_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/union_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_access_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp2
-rw-r--r--TAO/TAO_IDL/driver/drv_args.cpp2
-rw-r--r--TAO/TAO_IDL/driver/drv_fork.cpp2
-rw-r--r--TAO/TAO_IDL/driver/drv_init.cpp2
-rw-r--r--TAO/TAO_IDL/driver/drv_link.cpp2
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp5
-rw-r--r--TAO/TAO_IDL/driver/drv_private.cpp2
-rw-r--r--TAO/TAO_IDL/fe/fe_declarator.cpp2
-rw-r--r--TAO/TAO_IDL/fe/fe_extern.cpp2
-rw-r--r--TAO/TAO_IDL/fe/fe_init.cpp2
-rw-r--r--TAO/TAO_IDL/fe/fe_interface_header.cpp2
-rw-r--r--TAO/TAO_IDL/fe/fe_private.cpp2
-rw-r--r--TAO/TAO_IDL/narrow/narrow.cpp2
-rw-r--r--TAO/TAO_IDL/tao_idl.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_decllist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_err.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_error.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_exceptlist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_exprlist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_global.cpp5
-rw-r--r--TAO/TAO_IDL/util/utl_identifier.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_idlist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_indenter.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_labellist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_list.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_namelist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_scope.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_stack.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_string.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_strlist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp2
262 files changed, 873 insertions, 13 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 772735ea8b1..babfb91b9ba 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,267 @@
+Mon Aug 3 12:08:15 1998 Gonzalo Diethelm <gonzo@tango.cs.wustl.edu>
+
+ * TAO_IDL/tao_idl.cpp:
+ * TAO_IDL/ast/ast_argument.cpp:
+ * TAO_IDL/ast/ast_array.cpp:
+ * TAO_IDL/ast/ast_attribute.cpp:
+ * TAO_IDL/ast/ast_check.cpp:
+ * TAO_IDL/ast/ast_concrete_type.cpp:
+ * TAO_IDL/ast/ast_constant.cpp:
+ * TAO_IDL/ast/ast_decl.cpp:
+ * TAO_IDL/ast/ast_enum.cpp:
+ * TAO_IDL/ast/ast_enum_val.cpp:
+ * TAO_IDL/ast/ast_exception.cpp:
+ * TAO_IDL/ast/ast_expression.cpp:
+ * TAO_IDL/ast/ast_field.cpp:
+ * TAO_IDL/ast/ast_generator.cpp:
+ * TAO_IDL/ast/ast_interface.cpp:
+ * TAO_IDL/ast/ast_interface_fwd.cpp:
+ * TAO_IDL/ast/ast_module.cpp:
+ * TAO_IDL/ast/ast_native.cpp:
+ * TAO_IDL/ast/ast_operation.cpp:
+ * TAO_IDL/ast/ast_predefined_type.cpp:
+ * TAO_IDL/ast/ast_recursive.cpp:
+ * TAO_IDL/ast/ast_redef.cpp:
+ * TAO_IDL/ast/ast_root.cpp:
+ * TAO_IDL/ast/ast_sequence.cpp:
+ * TAO_IDL/ast/ast_string.cpp:
+ * TAO_IDL/ast/ast_structure.cpp:
+ * TAO_IDL/ast/ast_type.cpp:
+ * TAO_IDL/ast/ast_typedef.cpp:
+ * TAO_IDL/ast/ast_union.cpp:
+ * TAO_IDL/ast/ast_union_branch.cpp:
+ * TAO_IDL/ast/ast_union_label.cpp:
+ * TAO_IDL/be/be_args.cpp:
+ * TAO_IDL/be/be_argument.cpp:
+ * TAO_IDL/be/be_array.cpp:
+ * TAO_IDL/be/be_attribute.cpp:
+ * TAO_IDL/be/be_codegen.cpp:
+ * TAO_IDL/be/be_constant.cpp:
+ * TAO_IDL/be/be_decl.cpp:
+ * TAO_IDL/be/be_enum.cpp:
+ * TAO_IDL/be/be_enum_val.cpp:
+ * TAO_IDL/be/be_exception.cpp:
+ * TAO_IDL/be/be_expression.cpp:
+ * TAO_IDL/be/be_factory.cpp:
+ * TAO_IDL/be/be_field.cpp:
+ * TAO_IDL/be/be_generator.cpp:
+ * TAO_IDL/be/be_helper.cpp:
+ * TAO_IDL/be/be_init.cpp:
+ * TAO_IDL/be/be_interface.cpp:
+ * TAO_IDL/be/be_interface_fwd.cpp:
+ * TAO_IDL/be/be_interpretive.cpp:
+ * TAO_IDL/be/be_module.cpp:
+ * TAO_IDL/be/be_native.cpp:
+ * TAO_IDL/be/be_operation.cpp:
+ * TAO_IDL/be/be_predefined_type.cpp:
+ * TAO_IDL/be/be_produce.cpp:
+ * TAO_IDL/be/be_root.cpp:
+ * TAO_IDL/be/be_scope.cpp:
+ * TAO_IDL/be/be_sequence.cpp:
+ * TAO_IDL/be/be_state.cpp:
+ * TAO_IDL/be/be_state_argument.cpp:
+ * TAO_IDL/be/be_state_array.cpp:
+ * TAO_IDL/be/be_state_attribute.cpp:
+ * TAO_IDL/be/be_state_exception.cpp:
+ * TAO_IDL/be/be_state_operation.cpp:
+ * TAO_IDL/be/be_state_sequence.cpp:
+ * TAO_IDL/be/be_state_structure.cpp:
+ * TAO_IDL/be/be_state_typedef.cpp:
+ * TAO_IDL/be/be_state_union.cpp:
+ * TAO_IDL/be/be_string.cpp:
+ * TAO_IDL/be/be_structure.cpp:
+ * TAO_IDL/be/be_sunsoft.cpp:
+ * TAO_IDL/be/be_type.cpp:
+ * TAO_IDL/be/be_typedef.cpp:
+ * TAO_IDL/be/be_union.cpp:
+ * TAO_IDL/be/be_union_branch.cpp:
+ * TAO_IDL/be/be_union_label.cpp:
+ * TAO_IDL/be/be_visitor.cpp:
+ * TAO_IDL/be/be_visitor_argument.cpp:
+ * TAO_IDL/be/be_visitor_array.cpp:
+ * TAO_IDL/be/be_visitor_attribute.cpp:
+ * TAO_IDL/be/be_visitor_constant.cpp:
+ * TAO_IDL/be/be_visitor_context.cpp:
+ * TAO_IDL/be/be_visitor_decl.cpp:
+ * TAO_IDL/be/be_visitor_enum.cpp:
+ * TAO_IDL/be/be_visitor_exception.cpp:
+ * TAO_IDL/be/be_visitor_field.cpp:
+ * TAO_IDL/be/be_visitor_interface.cpp:
+ * TAO_IDL/be/be_visitor_interface_fwd.cpp:
+ * TAO_IDL/be/be_visitor_module.cpp:
+ * TAO_IDL/be/be_visitor_operation.cpp:
+ * TAO_IDL/be/be_visitor_root.cpp:
+ * TAO_IDL/be/be_visitor_scope.cpp:
+ * TAO_IDL/be/be_visitor_sequence.cpp:
+ * TAO_IDL/be/be_visitor_structure.cpp:
+ * TAO_IDL/be/be_visitor_typecode.cpp:
+ * TAO_IDL/be/be_visitor_typedef.cpp:
+ * TAO_IDL/be/be_visitor_union.cpp:
+ * TAO_IDL/be/be_visitor_union_branch.cpp:
+ * TAO_IDL/be/be_visitor_argument/arglist.cpp:
+ * TAO_IDL/be/be_visitor_argument/argument.cpp:
+ * TAO_IDL/be/be_visitor_argument/docall_cs.cpp:
+ * TAO_IDL/be/be_visitor_argument/marshal_ss.cpp:
+ * TAO_IDL/be/be_visitor_argument/post_docall_cs.cpp:
+ * TAO_IDL/be/be_visitor_argument/post_marshal_ss.cpp:
+ * TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp:
+ * TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp:
+ * TAO_IDL/be/be_visitor_argument/pre_upcall_ss.cpp:
+ * TAO_IDL/be/be_visitor_argument/upcall_ss.cpp:
+ * TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp:
+ * TAO_IDL/be/be_visitor_array/any_op_ch.cpp:
+ * TAO_IDL/be/be_visitor_array/any_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_array/array.cpp:
+ * TAO_IDL/be/be_visitor_array/array_ch.cpp:
+ * TAO_IDL/be/be_visitor_array/array_ci.cpp:
+ * TAO_IDL/be/be_visitor_array/array_cs.cpp:
+ * TAO_IDL/be/be_visitor_attribute/attribute.cpp:
+ * TAO_IDL/be/be_visitor_constant/constant_ch.cpp:
+ * TAO_IDL/be/be_visitor_constant/constant_cs.cpp:
+ * TAO_IDL/be/be_visitor_enum/any_op_ch.cpp:
+ * TAO_IDL/be/be_visitor_enum/any_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_enum/enum_ch.cpp:
+ * TAO_IDL/be/be_visitor_enum/enum_cs.cpp:
+ * TAO_IDL/be/be_visitor_exception/any_op_ch.cpp:
+ * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_exception/ctor_assign.cpp:
+ * TAO_IDL/be/be_visitor_exception/exception.cpp:
+ * TAO_IDL/be/be_visitor_exception/exception_ch.cpp:
+ * TAO_IDL/be/be_visitor_exception/exception_ci.cpp:
+ * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
+ * TAO_IDL/be/be_visitor_exception/exception_ctor.cpp:
+ * TAO_IDL/be/be_visitor_field/field_ch.cpp:
+ * TAO_IDL/be/be_visitor_field/field_ci.cpp:
+ * TAO_IDL/be/be_visitor_field/field_cs.cpp:
+ * TAO_IDL/be/be_visitor_interface/any_op_ch.cpp:
+ * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_interface/collocated_sh.cpp:
+ * TAO_IDL/be/be_visitor_interface/collocated_ss.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_ci.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_si.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
+ * TAO_IDL/be/be_visitor_interface/tie_sh.cpp:
+ * TAO_IDL/be/be_visitor_interface/tie_si.cpp:
+ * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp:
+ * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp:
+ * TAO_IDL/be/be_visitor_module/any_op.cpp:
+ * TAO_IDL/be/be_visitor_module/module.cpp:
+ * TAO_IDL/be/be_visitor_module/module_ch.cpp:
+ * TAO_IDL/be/be_visitor_module/module_sh.cpp:
+ * TAO_IDL/be/be_visitor_operation/arglist.cpp:
+ * TAO_IDL/be/be_visitor_operation/argument.cpp:
+ * TAO_IDL/be/be_visitor_operation/collocated_sh.cpp:
+ * TAO_IDL/be/be_visitor_operation/collocated_ss.cpp:
+ * TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp:
+ * TAO_IDL/be/be_visitor_operation/operation_ch.cpp:
+ * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
+ * TAO_IDL/be/be_visitor_operation/operation_sh.cpp:
+ * TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
+ * TAO_IDL/be/be_visitor_operation/rettype.cpp:
+ * TAO_IDL/be/be_visitor_operation/rettype_assign_ss.cpp:
+ * TAO_IDL/be/be_visitor_operation/rettype_docall_cs.cpp:
+ * TAO_IDL/be/be_visitor_operation/rettype_marshal_ss.cpp:
+ * TAO_IDL/be/be_visitor_operation/rettype_post_docall_cs.cpp:
+ * TAO_IDL/be/be_visitor_operation/rettype_post_upcall_ss.cpp:
+ * TAO_IDL/be/be_visitor_operation/rettype_pre_docall_cs.cpp:
+ * TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp:
+ * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
+ * TAO_IDL/be/be_visitor_operation/rettype_vardecl_ss.cpp:
+ * TAO_IDL/be/be_visitor_operation/tie_sh.cpp:
+ * TAO_IDL/be/be_visitor_operation/tie_si.cpp:
+ * TAO_IDL/be/be_visitor_root/any_op.cpp:
+ * TAO_IDL/be/be_visitor_root/root.cpp:
+ * TAO_IDL/be/be_visitor_root/root_ch.cpp:
+ * TAO_IDL/be/be_visitor_root/root_ci.cpp:
+ * TAO_IDL/be/be_visitor_root/root_cs.cpp:
+ * TAO_IDL/be/be_visitor_root/root_sh.cpp:
+ * TAO_IDL/be/be_visitor_root/root_si.cpp:
+ * TAO_IDL/be/be_visitor_root/root_ss.cpp:
+ * TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_sequence/buffer_type.cpp:
+ * TAO_IDL/be/be_visitor_sequence/elemtype.cpp:
+ * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/gen_object_manager_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_base.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
+ * TAO_IDL/be/be_visitor_structure/any_op_ch.cpp:
+ * TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_structure/structure.cpp:
+ * TAO_IDL/be/be_visitor_structure/structure_ch.cpp:
+ * TAO_IDL/be/be_visitor_structure/structure_ci.cpp:
+ * TAO_IDL/be/be_visitor_structure/structure_cs.cpp:
+ * TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp:
+ * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
+ * TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp:
+ * TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_typedef/typedef.cpp:
+ * TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp:
+ * TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp:
+ * TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp:
+ * TAO_IDL/be/be_visitor_union/any_op_ch.cpp:
+ * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_union/discriminant_ch.cpp:
+ * TAO_IDL/be/be_visitor_union/discriminant_ci.cpp:
+ * TAO_IDL/be/be_visitor_union/discriminant_cs.cpp:
+ * TAO_IDL/be/be_visitor_union/union.cpp:
+ * TAO_IDL/be/be_visitor_union/union_ch.cpp:
+ * TAO_IDL/be/be_visitor_union/union_ci.cpp:
+ * TAO_IDL/be/be_visitor_union/union_cs.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/private_ch.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/public_access_cs.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/public_ch.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/public_cs.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp:
+ * TAO_IDL/driver/drv_args.cpp:
+ * TAO_IDL/driver/drv_fork.cpp:
+ * TAO_IDL/driver/drv_init.cpp:
+ * TAO_IDL/driver/drv_link.cpp:
+ * TAO_IDL/driver/drv_preproc.cpp:
+ * TAO_IDL/driver/drv_private.cpp:
+ * TAO_IDL/fe/fe_declarator.cpp:
+ * TAO_IDL/fe/fe_extern.cpp:
+ * TAO_IDL/fe/fe_init.cpp:
+ * TAO_IDL/fe/fe_interface_header.cpp:
+ * TAO_IDL/fe/fe_private.cpp:
+ * TAO_IDL/narrow/narrow.cpp:
+ * TAO_IDL/util/utl_decllist.cpp:
+ * TAO_IDL/util/utl_error.cpp:
+ * TAO_IDL/util/utl_exceptlist.cpp:
+ * TAO_IDL/util/utl_exprlist.cpp:
+ * TAO_IDL/util/utl_global.cpp:
+ * TAO_IDL/util/utl_identifier.cpp:
+ * TAO_IDL/util/utl_idlist.cpp:
+ * TAO_IDL/util/utl_indenter.cpp:
+ * TAO_IDL/util/utl_labellist.cpp:
+ * TAO_IDL/util/utl_list.cpp:
+ * TAO_IDL/util/utl_namelist.cpp:
+ * TAO_IDL/util/utl_scope.cpp:
+ * TAO_IDL/util/utl_stack.cpp:
+ * TAO_IDL/util/utl_string.cpp:
+ * TAO_IDL/util/utl_strlist.cpp:
+ * TAO_IDL/util/utl_tmpl/utl_decllist.cpp:
+ * TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp:
+ * TAO_IDL/util/utl_tmpl/utl_exprlist.cpp:
+ * TAO_IDL/util/utl_tmpl/utl_idlist.cpp:
+ * TAO_IDL/util/utl_tmpl/utl_labellist.cpp:
+ * TAO_IDL/util/utl_tmpl/utl_list.cpp:
+ * TAO_IDL/util/utl_tmpl/utl_namelist.cpp:
+ * TAO_IDL/util/utl_tmpl/utl_strlist.cpp:
+ Added ACE_RCSID to these files.
+
Mon Aug 3 09:27:46 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
* TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
diff --git a/TAO/TAO_IDL/ast/ast_argument.cpp b/TAO/TAO_IDL/ast/ast_argument.cpp
index 496922bf326..149e04849f7 100644
--- a/TAO/TAO_IDL/ast/ast_argument.cpp
+++ b/TAO/TAO_IDL/ast/ast_argument.cpp
@@ -77,6 +77,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_argument, "$Id$")
+
/*
* Static functions
*/
diff --git a/TAO/TAO_IDL/ast/ast_array.cpp b/TAO/TAO_IDL/ast/ast_array.cpp
index 6a273498668..152089f2af4 100644
--- a/TAO/TAO_IDL/ast/ast_array.cpp
+++ b/TAO/TAO_IDL/ast/ast_array.cpp
@@ -77,6 +77,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_array, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_attribute.cpp b/TAO/TAO_IDL/ast/ast_attribute.cpp
index 20c272431e8..f2e14754d45 100644
--- a/TAO/TAO_IDL/ast/ast_attribute.cpp
+++ b/TAO/TAO_IDL/ast/ast_attribute.cpp
@@ -77,6 +77,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_attribute, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_check.cpp b/TAO/TAO_IDL/ast/ast_check.cpp
index ed37a75dc86..c7039402e41 100644
--- a/TAO/TAO_IDL/ast/ast_check.cpp
+++ b/TAO/TAO_IDL/ast/ast_check.cpp
@@ -75,6 +75,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_check, "$Id$")
+
/*
* Static storage for remembering nodes
*/
diff --git a/TAO/TAO_IDL/ast/ast_concrete_type.cpp b/TAO/TAO_IDL/ast/ast_concrete_type.cpp
index 11d42dfc93e..886a33af0eb 100644
--- a/TAO/TAO_IDL/ast/ast_concrete_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_concrete_type.cpp
@@ -74,6 +74,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_concrete_type, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_constant.cpp b/TAO/TAO_IDL/ast/ast_constant.cpp
index 075f8827806..ba9f32570f4 100644
--- a/TAO/TAO_IDL/ast/ast_constant.cpp
+++ b/TAO/TAO_IDL/ast/ast_constant.cpp
@@ -78,6 +78,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_constant, "$Id$")
+
/*
* Static functions
*/
diff --git a/TAO/TAO_IDL/ast/ast_decl.cpp b/TAO/TAO_IDL/ast/ast_decl.cpp
index f01a4f0bf22..ad9d6e1281b 100644
--- a/TAO/TAO_IDL/ast/ast_decl.cpp
+++ b/TAO/TAO_IDL/ast/ast_decl.cpp
@@ -79,6 +79,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_decl, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_enum.cpp b/TAO/TAO_IDL/ast/ast_enum.cpp
index 5072fe282ce..d64f16e8ba5 100644
--- a/TAO/TAO_IDL/ast/ast_enum.cpp
+++ b/TAO/TAO_IDL/ast/ast_enum.cpp
@@ -76,6 +76,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_enum, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_enum_val.cpp b/TAO/TAO_IDL/ast/ast_enum_val.cpp
index ef665127456..54397f8e52f 100644
--- a/TAO/TAO_IDL/ast/ast_enum_val.cpp
+++ b/TAO/TAO_IDL/ast/ast_enum_val.cpp
@@ -75,6 +75,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_enum_val, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_exception.cpp b/TAO/TAO_IDL/ast/ast_exception.cpp
index 5ef44d18cba..0a3e34ff1d0 100644
--- a/TAO/TAO_IDL/ast/ast_exception.cpp
+++ b/TAO/TAO_IDL/ast/ast_exception.cpp
@@ -75,6 +75,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_exception, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_expression.cpp b/TAO/TAO_IDL/ast/ast_expression.cpp
index 308fe9b4a3e..9af610749de 100644
--- a/TAO/TAO_IDL/ast/ast_expression.cpp
+++ b/TAO/TAO_IDL/ast/ast_expression.cpp
@@ -75,6 +75,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include <limits.h>
#include <float.h>
+ACE_RCSID(ast, ast_expression, "$Id$")
+
#undef MAXCHAR
#define MAXCHAR 128
diff --git a/TAO/TAO_IDL/ast/ast_field.cpp b/TAO/TAO_IDL/ast/ast_field.cpp
index 80939bcc2ce..1715d29680f 100644
--- a/TAO/TAO_IDL/ast/ast_field.cpp
+++ b/TAO/TAO_IDL/ast/ast_field.cpp
@@ -81,6 +81,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_field, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_generator.cpp b/TAO/TAO_IDL/ast/ast_generator.cpp
index 65b03aee387..b95c5151e00 100644
--- a/TAO/TAO_IDL/ast/ast_generator.cpp
+++ b/TAO/TAO_IDL/ast/ast_generator.cpp
@@ -1,4 +1,5 @@
// $Id$
+
/*
COPYRIGHT
@@ -78,6 +79,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ace/inc_user_config.h"
+ACE_RCSID(ast, ast_generator, "$Id$")
+
/*
* Constructors
*/
diff --git a/TAO/TAO_IDL/ast/ast_interface.cpp b/TAO/TAO_IDL/ast/ast_interface.cpp
index 86e9b43c1b9..66268ee9796 100644
--- a/TAO/TAO_IDL/ast/ast_interface.cpp
+++ b/TAO/TAO_IDL/ast/ast_interface.cpp
@@ -78,6 +78,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_interface, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_interface_fwd.cpp b/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
index f9d20fdcca9..48d1bd4fe88 100644
--- a/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
+++ b/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
@@ -76,6 +76,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_interface_fwd, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_module.cpp b/TAO/TAO_IDL/ast/ast_module.cpp
index ea5ab115fb7..907aa22d965 100644
--- a/TAO/TAO_IDL/ast/ast_module.cpp
+++ b/TAO/TAO_IDL/ast/ast_module.cpp
@@ -75,6 +75,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_module, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_native.cpp b/TAO/TAO_IDL/ast/ast_native.cpp
index 17888d86403..d4ab8ef1075 100644
--- a/TAO/TAO_IDL/ast/ast_native.cpp
+++ b/TAO/TAO_IDL/ast/ast_native.cpp
@@ -6,6 +6,8 @@
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_native, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/ast/ast_operation.cpp b/TAO/TAO_IDL/ast/ast_operation.cpp
index c0371591258..67e7ac8b749 100644
--- a/TAO/TAO_IDL/ast/ast_operation.cpp
+++ b/TAO/TAO_IDL/ast/ast_operation.cpp
@@ -81,6 +81,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_operation, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_predefined_type.cpp b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
index 2d2a393c01d..52ad257ec10 100644
--- a/TAO/TAO_IDL/ast/ast_predefined_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
@@ -78,6 +78,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_predefined_type, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/ast/ast_recursive.cpp b/TAO/TAO_IDL/ast/ast_recursive.cpp
index 09591dffe12..6c72be562fc 100644
--- a/TAO/TAO_IDL/ast/ast_recursive.cpp
+++ b/TAO/TAO_IDL/ast/ast_recursive.cpp
@@ -87,6 +87,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_recursive, "$Id$")
+
/*
* FE_illegal_recursive_type() - Implement the algorithm described above
*/
diff --git a/TAO/TAO_IDL/ast/ast_redef.cpp b/TAO/TAO_IDL/ast/ast_redef.cpp
index 482bc2d869c..8decdd3ffb3 100644
--- a/TAO/TAO_IDL/ast/ast_redef.cpp
+++ b/TAO/TAO_IDL/ast/ast_redef.cpp
@@ -72,6 +72,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_redef, "$Id$")
+
/*
* Return TRUE if the node d represents an IDL construct whose name
* can be redefined.
diff --git a/TAO/TAO_IDL/ast/ast_root.cpp b/TAO/TAO_IDL/ast/ast_root.cpp
index a4ffb8e2997..f97f30a028c 100644
--- a/TAO/TAO_IDL/ast/ast_root.cpp
+++ b/TAO/TAO_IDL/ast/ast_root.cpp
@@ -76,6 +76,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_root, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_sequence.cpp b/TAO/TAO_IDL/ast/ast_sequence.cpp
index 276cc31a137..ca23b86dc49 100644
--- a/TAO/TAO_IDL/ast/ast_sequence.cpp
+++ b/TAO/TAO_IDL/ast/ast_sequence.cpp
@@ -77,6 +77,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_sequence, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_string.cpp b/TAO/TAO_IDL/ast/ast_string.cpp
index e6a502d7604..7540024e3cc 100644
--- a/TAO/TAO_IDL/ast/ast_string.cpp
+++ b/TAO/TAO_IDL/ast/ast_string.cpp
@@ -76,6 +76,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_string, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_structure.cpp b/TAO/TAO_IDL/ast/ast_structure.cpp
index e99616b36f9..fdf8e49ecfe 100644
--- a/TAO/TAO_IDL/ast/ast_structure.cpp
+++ b/TAO/TAO_IDL/ast/ast_structure.cpp
@@ -75,6 +75,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_structure, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_type.cpp b/TAO/TAO_IDL/ast/ast_type.cpp
index da7ccc9aeef..b692b0b4c25 100644
--- a/TAO/TAO_IDL/ast/ast_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_type.cpp
@@ -74,6 +74,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_type, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_typedef.cpp b/TAO/TAO_IDL/ast/ast_typedef.cpp
index 580880b23b0..0db573bfa2d 100644
--- a/TAO/TAO_IDL/ast/ast_typedef.cpp
+++ b/TAO/TAO_IDL/ast/ast_typedef.cpp
@@ -77,6 +77,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_typedef, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_union.cpp b/TAO/TAO_IDL/ast/ast_union.cpp
index 125cd69c4d2..7cb74273141 100644
--- a/TAO/TAO_IDL/ast/ast_union.cpp
+++ b/TAO/TAO_IDL/ast/ast_union.cpp
@@ -80,6 +80,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_union, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_union_branch.cpp b/TAO/TAO_IDL/ast/ast_union_branch.cpp
index 269528a6da4..b2518e3cb61 100644
--- a/TAO/TAO_IDL/ast/ast_union_branch.cpp
+++ b/TAO/TAO_IDL/ast/ast_union_branch.cpp
@@ -76,6 +76,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_union_branch, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/ast/ast_union_label.cpp b/TAO/TAO_IDL/ast/ast_union_label.cpp
index c2666b54f66..6fc9928982f 100644
--- a/TAO/TAO_IDL/ast/ast_union_label.cpp
+++ b/TAO/TAO_IDL/ast/ast_union_label.cpp
@@ -77,6 +77,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(ast, ast_union_label, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/be/be_args.cpp b/TAO/TAO_IDL/be/be_args.cpp
index eea2996eb0a..ae99845193c 100644
--- a/TAO/TAO_IDL/be/be_args.cpp
+++ b/TAO/TAO_IDL/be/be_args.cpp
@@ -70,6 +70,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_args, "$Id$")
+
/*
* Prepare an argument for a BE
*
diff --git a/TAO/TAO_IDL/be/be_argument.cpp b/TAO/TAO_IDL/be/be_argument.cpp
index 44387bb8a7a..f6ae7a8f713 100644
--- a/TAO/TAO_IDL/be/be_argument.cpp
+++ b/TAO/TAO_IDL/be/be_argument.cpp
@@ -23,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_argument, "$Id$")
+
/*
* BE_Argument
*/
diff --git a/TAO/TAO_IDL/be/be_array.cpp b/TAO/TAO_IDL/be/be_array.cpp
index 8937d4b3dae..6e7a9a86782 100644
--- a/TAO/TAO_IDL/be/be_array.cpp
+++ b/TAO/TAO_IDL/be/be_array.cpp
@@ -1,5 +1,5 @@
// $Id$
-//
+
// ============================================================================
//
// = LIBRARY
@@ -23,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_array, "$Id$")
+
/*
* BE_Array
*/
diff --git a/TAO/TAO_IDL/be/be_attribute.cpp b/TAO/TAO_IDL/be/be_attribute.cpp
index a39e1d027fa..28c377c9797 100644
--- a/TAO/TAO_IDL/be/be_attribute.cpp
+++ b/TAO/TAO_IDL/be/be_attribute.cpp
@@ -23,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_attribute, "$Id$")
+
/*
* BE_Attribute
*/
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index c54ff27f953..cbdb76d52e4 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -1,7 +1,6 @@
-/* -*- c++ -*- */
-// ============================================================================
-//
// $Id$
+
+// ============================================================================
//
// = LIBRARY
// TAO IDL
@@ -21,6 +20,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_codegen, "$Id$")
+
TAO_CodeGen *tao_cg = TAO_CODEGEN::instance ();
/* BE global Data */
diff --git a/TAO/TAO_IDL/be/be_constant.cpp b/TAO/TAO_IDL/be/be_constant.cpp
index f64d348e179..9a184a592b0 100644
--- a/TAO/TAO_IDL/be/be_constant.cpp
+++ b/TAO/TAO_IDL/be/be_constant.cpp
@@ -23,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_constant, "$Id$")
+
/*
* BE_Constant
*/
diff --git a/TAO/TAO_IDL/be/be_decl.cpp b/TAO/TAO_IDL/be/be_decl.cpp
index c88099131dd..b22dae86014 100644
--- a/TAO/TAO_IDL/be/be_decl.cpp
+++ b/TAO/TAO_IDL/be/be_decl.cpp
@@ -23,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_decl, "$Id$")
+
// Default Constructor
be_decl::be_decl (void)
: cli_hdr_gen_ (I_FALSE),
diff --git a/TAO/TAO_IDL/be/be_enum.cpp b/TAO/TAO_IDL/be/be_enum.cpp
index 943d356870b..176be9bf235 100644
--- a/TAO/TAO_IDL/be/be_enum.cpp
+++ b/TAO/TAO_IDL/be/be_enum.cpp
@@ -23,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_enum, "$Id$")
+
/*
* BE_Enum
*/
diff --git a/TAO/TAO_IDL/be/be_enum_val.cpp b/TAO/TAO_IDL/be/be_enum_val.cpp
index 7236cc80d22..995af70cd31 100644
--- a/TAO/TAO_IDL/be/be_enum_val.cpp
+++ b/TAO/TAO_IDL/be/be_enum_val.cpp
@@ -23,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_enum_val, "$Id$")
+
be_enum_val::be_enum_val (void)
{
}
diff --git a/TAO/TAO_IDL/be/be_exception.cpp b/TAO/TAO_IDL/be/be_exception.cpp
index 667e7916612..744cbf9cc40 100644
--- a/TAO/TAO_IDL/be/be_exception.cpp
+++ b/TAO/TAO_IDL/be/be_exception.cpp
@@ -1,6 +1,5 @@
-//
// $Id$
-//
+
// ============================================================================
//
// = LIBRARY
@@ -25,6 +24,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_exception, "$Id$")
+
/*
* BE_Exception
*/
diff --git a/TAO/TAO_IDL/be/be_expression.cpp b/TAO/TAO_IDL/be/be_expression.cpp
index f04e22e5e10..9a0dd75c4bf 100644
--- a/TAO/TAO_IDL/be/be_expression.cpp
+++ b/TAO/TAO_IDL/be/be_expression.cpp
@@ -23,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_expression, "$Id$")
+
/*
* BE_Expression
*/
diff --git a/TAO/TAO_IDL/be/be_factory.cpp b/TAO/TAO_IDL/be/be_factory.cpp
index 5523b329c0c..b8aade84bb4 100644
--- a/TAO/TAO_IDL/be/be_factory.cpp
+++ b/TAO/TAO_IDL/be/be_factory.cpp
@@ -6,6 +6,8 @@
#include "be_sunsoft.h"
+ACE_RCSID(be, be_factory, "$Id$")
+
// destructor
TAO_Visitor_Factory::~TAO_Visitor_Factory (void)
{
diff --git a/TAO/TAO_IDL/be/be_field.cpp b/TAO/TAO_IDL/be/be_field.cpp
index 99f471b9064..72fbde2a82f 100644
--- a/TAO/TAO_IDL/be/be_field.cpp
+++ b/TAO/TAO_IDL/be/be_field.cpp
@@ -23,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_field, "$Id$")
+
/*
* BE_Field
*/
diff --git a/TAO/TAO_IDL/be/be_generator.cpp b/TAO/TAO_IDL/be/be_generator.cpp
index 4279bcdf2de..60d53081ba6 100644
--- a/TAO/TAO_IDL/be/be_generator.cpp
+++ b/TAO/TAO_IDL/be/be_generator.cpp
@@ -77,6 +77,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ace/inc_user_config.h"
+ACE_RCSID(be, be_generator, "$Id$")
+
/*
* Constructor
*/
diff --git a/TAO/TAO_IDL/be/be_helper.cpp b/TAO/TAO_IDL/be/be_helper.cpp
index fb2b11b3395..3a22e65019f 100644
--- a/TAO/TAO_IDL/be/be_helper.cpp
+++ b/TAO/TAO_IDL/be/be_helper.cpp
@@ -1,6 +1,7 @@
+// $Id$
+
// ============================================================================
//
-// $Id$
//
// = LIBRARY
// TAO IDL
@@ -22,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_helper, "$Id$")
+
static const char copyright [] =
"/* -*- C++ -*- */\n\n\
// ****** Code generated by the The ACE ORB (TAO) IDL Compiler *******\n\
diff --git a/TAO/TAO_IDL/be/be_init.cpp b/TAO/TAO_IDL/be/be_init.cpp
index 4a41bbd9003..8be66d3756c 100644
--- a/TAO/TAO_IDL/be/be_init.cpp
+++ b/TAO/TAO_IDL/be/be_init.cpp
@@ -70,6 +70,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_init, "$Id$")
+
/*
* Initialize the BE. The protocol requires only that this routine
* return an instance of AST_Generator (or a subclass thereof).
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 4eb74fc752d..0434c4ecd0f 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_interface.h"
#include "be.h"
+ACE_RCSID(be, be_interface, "$Id$")
+
/*
* BE_Interface
*/
diff --git a/TAO/TAO_IDL/be/be_interface_fwd.cpp b/TAO/TAO_IDL/be/be_interface_fwd.cpp
index 52cc4622ff3..9815b2bf22d 100644
--- a/TAO/TAO_IDL/be/be_interface_fwd.cpp
+++ b/TAO/TAO_IDL/be/be_interface_fwd.cpp
@@ -1,4 +1,3 @@
-/* -*- c++ -*- */
// $Id$
// ============================================================================
@@ -24,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_interface_fwd, "$Id$")
+
/*
* BE_InterfaceFwd
*/
diff --git a/TAO/TAO_IDL/be/be_interpretive.cpp b/TAO/TAO_IDL/be/be_interpretive.cpp
index be95f7f06b6..953bf9e93d6 100644
--- a/TAO/TAO_IDL/be/be_interpretive.cpp
+++ b/TAO/TAO_IDL/be/be_interpretive.cpp
@@ -44,6 +44,9 @@
#include "be_visitor_union.h"
#include "be_visitor_union_branch.h"
+ACE_RCSID(be, be_interpretive, "$Id$")
+
+
TAO_Interpretive_Visitor_Factory::TAO_Interpretive_Visitor_Factory (void)
{
}
diff --git a/TAO/TAO_IDL/be/be_module.cpp b/TAO/TAO_IDL/be/be_module.cpp
index 5de398f507e..1d2138b0264 100644
--- a/TAO/TAO_IDL/be/be_module.cpp
+++ b/TAO/TAO_IDL/be/be_module.cpp
@@ -1,4 +1,5 @@
// $Id$
+
// ============================================================================
//
// = LIBRARY
@@ -22,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_module, "$Id$")
+
/*
* BE_Module
*/
diff --git a/TAO/TAO_IDL/be/be_native.cpp b/TAO/TAO_IDL/be/be_native.cpp
index eb86680262e..149d5956dee 100644
--- a/TAO/TAO_IDL/be/be_native.cpp
+++ b/TAO/TAO_IDL/be/be_native.cpp
@@ -1,6 +1,5 @@
// $Id$
-// Id
// ============================================================================
//
// = LIBRARY
@@ -21,6 +20,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_native, "$Id$")
+
// be_native: New IDL type added by the POA spec
/*
diff --git a/TAO/TAO_IDL/be/be_operation.cpp b/TAO/TAO_IDL/be/be_operation.cpp
index 5b1189f7cf4..6ffc0518b48 100644
--- a/TAO/TAO_IDL/be/be_operation.cpp
+++ b/TAO/TAO_IDL/be/be_operation.cpp
@@ -23,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_operation, "$Id$")
+
/*
* BE_Operation
*/
diff --git a/TAO/TAO_IDL/be/be_predefined_type.cpp b/TAO/TAO_IDL/be/be_predefined_type.cpp
index baede491bfe..e6f82fcdf93 100644
--- a/TAO/TAO_IDL/be/be_predefined_type.cpp
+++ b/TAO/TAO_IDL/be/be_predefined_type.cpp
@@ -1,4 +1,5 @@
// $Id$
+
// ============================================================================
//
// = LIBRARY
@@ -22,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_predefined_type, "$Id$")
+
/*
* BE_PredefinedType
*/
diff --git a/TAO/TAO_IDL/be/be_produce.cpp b/TAO/TAO_IDL/be/be_produce.cpp
index 1e7a2844c43..05e45759458 100644
--- a/TAO/TAO_IDL/be/be_produce.cpp
+++ b/TAO/TAO_IDL/be/be_produce.cpp
@@ -73,6 +73,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "be_interpretive.h"
+ACE_RCSID(be, be_produce, "$Id$")
+
/*
* Do the work of this BE. This is the starting point for code generation.
*/
diff --git a/TAO/TAO_IDL/be/be_root.cpp b/TAO/TAO_IDL/be/be_root.cpp
index 0028f985067..43aa5ffa9ca 100644
--- a/TAO/TAO_IDL/be/be_root.cpp
+++ b/TAO/TAO_IDL/be/be_root.cpp
@@ -1,4 +1,5 @@
// $Id$
+
// ============================================================================
//
// = LIBRARY
@@ -22,6 +23,8 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_root, "$Id$")
+
// Default Constructor
be_root::be_root (void)
{
diff --git a/TAO/TAO_IDL/be/be_scope.cpp b/TAO/TAO_IDL/be/be_scope.cpp
index 403431f1609..24d3eb1daf4 100644
--- a/TAO/TAO_IDL/be/be_scope.cpp
+++ b/TAO/TAO_IDL/be/be_scope.cpp
@@ -5,6 +5,9 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_scope, "$Id$")
+
+
// Default Constructor
be_scope::be_scope (void)
: comma_ (0)
diff --git a/TAO/TAO_IDL/be/be_sequence.cpp b/TAO/TAO_IDL/be/be_sequence.cpp
index fdfdb3c60fc..fa7645f2901 100644
--- a/TAO/TAO_IDL/be/be_sequence.cpp
+++ b/TAO/TAO_IDL/be/be_sequence.cpp
@@ -24,6 +24,9 @@
#include "be.h"
#include "be_visitor_sequence.h"
+ACE_RCSID(be, be_sequence, "$Id$")
+
+
/*
* BE_Sequence
*/
diff --git a/TAO/TAO_IDL/be/be_state.cpp b/TAO/TAO_IDL/be/be_state.cpp
index a3f3c32389f..daf256f6b7a 100644
--- a/TAO/TAO_IDL/be/be_state.cpp
+++ b/TAO/TAO_IDL/be/be_state.cpp
@@ -19,6 +19,10 @@
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
+#include "be_state.h"
+
+ACE_RCSID(be, be_state, "$Id$")
+
// constructor
be_state::be_state (void)
diff --git a/TAO/TAO_IDL/be/be_state_argument.cpp b/TAO/TAO_IDL/be/be_state_argument.cpp
index e9772e552a5..e29e40c65e2 100644
--- a/TAO/TAO_IDL/be/be_state_argument.cpp
+++ b/TAO/TAO_IDL/be/be_state_argument.cpp
@@ -19,6 +19,10 @@
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
+#include "be_state.h"
+
+ACE_RCSID(be, be_state_argument, "$Id$")
+
// return type for argument
be_state_argument::be_state_argument (void)
diff --git a/TAO/TAO_IDL/be/be_state_array.cpp b/TAO/TAO_IDL/be/be_state_array.cpp
index 118d3e0f4ee..3c91a39c4a0 100644
--- a/TAO/TAO_IDL/be/be_state_array.cpp
+++ b/TAO/TAO_IDL/be/be_state_array.cpp
@@ -19,6 +19,10 @@
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
+#include "be_state.h"
+
+ACE_RCSID(be, be_state_array, "$Id$")
+
// return type for array
be_state_array::be_state_array (void)
diff --git a/TAO/TAO_IDL/be/be_state_attribute.cpp b/TAO/TAO_IDL/be/be_state_attribute.cpp
index 5d43cd30c42..aa24c8fbd63 100644
--- a/TAO/TAO_IDL/be/be_state_attribute.cpp
+++ b/TAO/TAO_IDL/be/be_state_attribute.cpp
@@ -20,6 +20,10 @@
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
+#include "be_state.h"
+
+ACE_RCSID(be, be_state_attribute, "$Id$")
+
// constructor
be_state_attribute::be_state_attribute (void)
diff --git a/TAO/TAO_IDL/be/be_state_exception.cpp b/TAO/TAO_IDL/be/be_state_exception.cpp
index 769104ffe65..f2fc1467403 100644
--- a/TAO/TAO_IDL/be/be_state_exception.cpp
+++ b/TAO/TAO_IDL/be/be_state_exception.cpp
@@ -19,6 +19,10 @@
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
+#include "be_state.h"
+
+ACE_RCSID(be, be_state_exception, "$Id$")
+
be_state_exception::be_state_exception (void)
{
diff --git a/TAO/TAO_IDL/be/be_state_operation.cpp b/TAO/TAO_IDL/be/be_state_operation.cpp
index da056cf1c75..0fa85a9fe0d 100644
--- a/TAO/TAO_IDL/be/be_state_operation.cpp
+++ b/TAO/TAO_IDL/be/be_state_operation.cpp
@@ -19,6 +19,10 @@
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
+#include "be_state.h"
+
+ACE_RCSID(be, be_state_operation, "$Id$")
+
// return type for operation
be_state_operation::be_state_operation (void)
diff --git a/TAO/TAO_IDL/be/be_state_sequence.cpp b/TAO/TAO_IDL/be/be_state_sequence.cpp
index 92e7b869da5..ab933c419d0 100644
--- a/TAO/TAO_IDL/be/be_state_sequence.cpp
+++ b/TAO/TAO_IDL/be/be_state_sequence.cpp
@@ -19,6 +19,10 @@
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
+#include "be_state.h"
+
+ACE_RCSID(be, be_state_sequence, "$Id$")
+
// return type for sequence
be_state_sequence::be_state_sequence (void)
diff --git a/TAO/TAO_IDL/be/be_state_structure.cpp b/TAO/TAO_IDL/be/be_state_structure.cpp
index 86ab10cac5a..f9b3c15b053 100644
--- a/TAO/TAO_IDL/be/be_state_structure.cpp
+++ b/TAO/TAO_IDL/be/be_state_structure.cpp
@@ -19,6 +19,10 @@
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
+#include "be_state.h"
+
+ACE_RCSID(be, be_state_structure, "$Id$")
+
be_state_struct::be_state_struct (void)
{
diff --git a/TAO/TAO_IDL/be/be_state_typedef.cpp b/TAO/TAO_IDL/be/be_state_typedef.cpp
index c43f77381ed..e7929d7ef64 100644
--- a/TAO/TAO_IDL/be/be_state_typedef.cpp
+++ b/TAO/TAO_IDL/be/be_state_typedef.cpp
@@ -19,6 +19,10 @@
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
+#include "be_state.h"
+
+ACE_RCSID(be, be_state_typedef, "$Id$")
+
// return type for typedef
be_state_typedef::be_state_typedef (void)
diff --git a/TAO/TAO_IDL/be/be_state_union.cpp b/TAO/TAO_IDL/be/be_state_union.cpp
index ad9d894bb56..f180e7e45b6 100644
--- a/TAO/TAO_IDL/be/be_state_union.cpp
+++ b/TAO/TAO_IDL/be/be_state_union.cpp
@@ -19,6 +19,10 @@
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
+#include "be_state.h"
+
+ACE_RCSID(be, be_state_union, "$Id$")
+
be_state_union_disctypedefn_ch::be_state_union_disctypedefn_ch (void)
{
diff --git a/TAO/TAO_IDL/be/be_string.cpp b/TAO/TAO_IDL/be/be_string.cpp
index 565bc77ec08..ba4a3c87277 100644
--- a/TAO/TAO_IDL/be/be_string.cpp
+++ b/TAO/TAO_IDL/be/be_string.cpp
@@ -23,6 +23,9 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_string, "$Id$")
+
+
/*
* BE_String
*/
diff --git a/TAO/TAO_IDL/be/be_structure.cpp b/TAO/TAO_IDL/be/be_structure.cpp
index 98b0bac3928..5f735c43d15 100644
--- a/TAO/TAO_IDL/be/be_structure.cpp
+++ b/TAO/TAO_IDL/be/be_structure.cpp
@@ -23,6 +23,9 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_structure, "$Id$")
+
+
/*
* BE_Structure
*/
diff --git a/TAO/TAO_IDL/be/be_sunsoft.cpp b/TAO/TAO_IDL/be/be_sunsoft.cpp
index c37e11354d3..18e509168db 100644
--- a/TAO/TAO_IDL/be/be_sunsoft.cpp
+++ b/TAO/TAO_IDL/be/be_sunsoft.cpp
@@ -5,6 +5,9 @@
#include "be.h"
#include "be_sunsoft.h"
+ACE_RCSID(be, be_sunsoft, "$Id$")
+
+
TAO_SunSoft_OutStream::TAO_SunSoft_OutStream (void)
: TAO_OutStream ()
{
diff --git a/TAO/TAO_IDL/be/be_type.cpp b/TAO/TAO_IDL/be/be_type.cpp
index b9fb7bb5ea1..54b25f68707 100644
--- a/TAO/TAO_IDL/be/be_type.cpp
+++ b/TAO/TAO_IDL/be/be_type.cpp
@@ -23,6 +23,9 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_type, "$Id$")
+
+
/*
* BE_Type
*/
diff --git a/TAO/TAO_IDL/be/be_typedef.cpp b/TAO/TAO_IDL/be/be_typedef.cpp
index df95a3ebb45..0fa4f180967 100644
--- a/TAO/TAO_IDL/be/be_typedef.cpp
+++ b/TAO/TAO_IDL/be/be_typedef.cpp
@@ -23,6 +23,9 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_typedef, "$Id$")
+
+
be_typedef::be_typedef (void)
{
}
diff --git a/TAO/TAO_IDL/be/be_union.cpp b/TAO/TAO_IDL/be/be_union.cpp
index ebaf03f2549..62680599fcf 100644
--- a/TAO/TAO_IDL/be/be_union.cpp
+++ b/TAO/TAO_IDL/be/be_union.cpp
@@ -23,6 +23,9 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_union, "$Id$")
+
+
/*
* BE_Union
*/
diff --git a/TAO/TAO_IDL/be/be_union_branch.cpp b/TAO/TAO_IDL/be/be_union_branch.cpp
index 97cd2f13f17..11a5e4ac0dc 100644
--- a/TAO/TAO_IDL/be/be_union_branch.cpp
+++ b/TAO/TAO_IDL/be/be_union_branch.cpp
@@ -23,6 +23,9 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_union_branch, "$Id$")
+
+
/*
* BE_UnionBranch
*/
diff --git a/TAO/TAO_IDL/be/be_union_label.cpp b/TAO/TAO_IDL/be/be_union_label.cpp
index 64d1f74893e..16b8a09bb41 100644
--- a/TAO/TAO_IDL/be/be_union_label.cpp
+++ b/TAO/TAO_IDL/be/be_union_label.cpp
@@ -5,6 +5,9 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_union_label, "$Id$")
+
+
/*
* BE_UnionLabel
*/
diff --git a/TAO/TAO_IDL/be/be_visitor.cpp b/TAO/TAO_IDL/be/be_visitor.cpp
index 38e10c4eb16..7230637567b 100644
--- a/TAO/TAO_IDL/be/be_visitor.cpp
+++ b/TAO/TAO_IDL/be/be_visitor.cpp
@@ -25,6 +25,9 @@
#include "be.h"
#include "be_visitor.h"
+ACE_RCSID(be, be_visitor, "$Id$")
+
+
be_visitor::be_visitor (void)
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_argument.cpp b/TAO/TAO_IDL/be/be_visitor_argument.cpp
index 81d9ddb3b7d..01a6b4266ab 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument.cpp
@@ -34,3 +34,6 @@
#include "be_visitor_argument/pre_upcall_ss.cpp"
#include "be_visitor_argument/upcall_ss.cpp"
#include "be_visitor_argument/vardecl_ss.cpp"
+
+ACE_RCSID(be, be_visitor_argument, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/arglist.cpp b/TAO/TAO_IDL/be/be_visitor_argument/arglist.cpp
index 6e4b7d94f2c..dadb0375cb8 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/arglist.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/arglist.cpp
@@ -22,6 +22,9 @@
#include "be.h"
#include "be_visitor_argument.h"
+ACE_RCSID(be_visitor_argument, arglist, "$Id$")
+
+
// ************************************************************
// be_visitor_args_arglist for parameter list in method declarations and
// definitions
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp b/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp
index 319f739469a..dbd2bd18dfa 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp
@@ -22,6 +22,8 @@
#include "be.h"
#include "be_visitor_argument.h"
+ACE_RCSID(be_visitor_argument, argument, "$Id$")
+
be_visitor_args::be_visitor_args (be_visitor_context *ctx)
: be_visitor_decl (ctx)
{
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/docall_cs.cpp b/TAO/TAO_IDL/be/be_visitor_argument/docall_cs.cpp
index 524d9d36e6c..d5c99073ffb 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/docall_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/docall_cs.cpp
@@ -22,6 +22,9 @@
#include "be.h"
#include "be_visitor_argument.h"
+ACE_RCSID(be_visitor_argument, docall_cs, "$Id$")
+
+
// ****************************************************************************
// visitor for argument passing to do_static_call. The do_static_call method takes a variable
// number of parameters. The total number of parameters is determined by the
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/marshal_ss.cpp b/TAO/TAO_IDL/be/be_visitor_argument/marshal_ss.cpp
index 3956db21710..53560d84047 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/marshal_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/marshal_ss.cpp
@@ -23,6 +23,9 @@
#include "be.h"
#include "be_visitor_argument.h"
+ACE_RCSID(be_visitor_argument, marshal_ss, "$Id$")
+
+
// ************************************************************************
// Visitor to generate code for passing argument to the marshal/demarshal
// routines
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/post_docall_cs.cpp b/TAO/TAO_IDL/be/be_visitor_argument/post_docall_cs.cpp
index 554cfafa9b6..426566b132d 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/post_docall_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/post_docall_cs.cpp
@@ -23,6 +23,9 @@
#include "be.h"
#include "be_visitor_argument.h"
+ACE_RCSID(be_visitor_argument, post_docall_cs, "$Id$")
+
+
// *************************************************************************
// visitor for argument to do any pre docall processing. Not all types need
// this. Only those that have an _out type need this. In addition, interfaces
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/post_marshal_ss.cpp b/TAO/TAO_IDL/be/be_visitor_argument/post_marshal_ss.cpp
index 939baacd4b2..b95f03d06b3 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/post_marshal_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/post_marshal_ss.cpp
@@ -23,6 +23,9 @@
#include "be.h"
#include "be_visitor_argument.h"
+ACE_RCSID(be_visitor_argument, post_marshal_ss, "$Id$")
+
+
// ************************************************************************
// visitor for doing any post-processing after the marshaling is done
// ************************************************************************
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp b/TAO/TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp
index 1027456f22f..6a209592742 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp
@@ -23,6 +23,9 @@
#include "be.h"
#include "be_visitor_argument.h"
+ACE_RCSID(be_visitor_argument, post_upcall_ss, "$Id$")
+
+
// ************************************************************************
// visitor for doing any post-processing after the upcall is made
// ************************************************************************
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp b/TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp
index 2971d6c1a4e..642892eb8a2 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp
@@ -23,6 +23,9 @@
#include "be.h"
#include "be_visitor_argument.h"
+ACE_RCSID(be_visitor_argument, pre_docall_cs, "$Id$")
+
+
// *************************************************************************
// visitor for argument to do any pre docall processing. Not all types need
// this. Only those that have an _out type need this. In addition, interfaces
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/pre_upcall_ss.cpp b/TAO/TAO_IDL/be/be_visitor_argument/pre_upcall_ss.cpp
index ddd0e822105..6b36b7bc816 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/pre_upcall_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/pre_upcall_ss.cpp
@@ -23,6 +23,9 @@
#include "be.h"
#include "be_visitor_argument.h"
+ACE_RCSID(be_visitor_argument, pre_upcall_ss, "$Id$")
+
+
// ************************************************************************
// visitor for passing arguments to the upcall
// ************************************************************************
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/upcall_ss.cpp b/TAO/TAO_IDL/be/be_visitor_argument/upcall_ss.cpp
index 43f27735449..004958b33b4 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/upcall_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/upcall_ss.cpp
@@ -23,6 +23,9 @@
#include "be.h"
#include "be_visitor_argument.h"
+ACE_RCSID(be_visitor_argument, upcall_ss, "$Id$")
+
+
// ************************************************************************
// visitor for passing arguments to the upcall
// ************************************************************************
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp b/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
index 3d395fa7c29..b20a68f9619 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
@@ -23,6 +23,9 @@
#include "be.h"
#include "be_visitor_argument.h"
+ACE_RCSID(be_visitor_argument, vardecl_ss, "$Id$")
+
+
// ************************************************************************
// Visitor to generate code for argument variable declaration
// ************************************************************************
diff --git a/TAO/TAO_IDL/be/be_visitor_array.cpp b/TAO/TAO_IDL/be/be_visitor_array.cpp
index ef8594af845..d55355a5466 100644
--- a/TAO/TAO_IDL/be/be_visitor_array.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array.cpp
@@ -31,3 +31,6 @@
#include "be_visitor_array/array_ch.cpp"
#include "be_visitor_array/array_ci.cpp"
#include "be_visitor_array/array_cs.cpp"
+
+ACE_RCSID(be, be_visitor_array, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp
index 412fe6de16e..f0b06de755e 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp
@@ -25,6 +25,9 @@
#include "be_visitor_array.h"
+ACE_RCSID(be_visitor_array, any_op_ch, "$Id$")
+
+
// ***************************************************************************
// Array visitor for generating Any operator declarations in the client header
// ***************************************************************************
diff --git a/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp
index 3a71d919239..105c5ce579f 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp
@@ -25,6 +25,9 @@
#include "be_visitor_array.h"
+ACE_RCSID(be_visitor_array, any_op_cs, "$Id$")
+
+
// ***************************************************************************
// Array visitor for generating Any operator declarations in the client
// stubs file
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array.cpp b/TAO/TAO_IDL/be/be_visitor_array/array.cpp
index c8827264b95..c44511084ba 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_array.h"
+ACE_RCSID(be_visitor_array, array, "$Id$")
+
+
// ************************************************************************
// generic visitor for array declaration
// ************************************************************************
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp b/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
index ebbac697d7b..77c844bc0cd 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_array.h"
+ACE_RCSID(be_visitor_array, array_ch, "$Id$")
+
+
// ************************************************************************
// visitor for array declaration in client header
// ************************************************************************
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp b/TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp
index d0cb218c5d8..751352e59f8 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_array.h"
+ACE_RCSID(be_visitor_array, array_ci, "$Id$")
+
+
// ************************************************************************
// visitor for array declaration in client inline
// ************************************************************************
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp
index 987425d7068..c44498415d9 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_array.h"
+ACE_RCSID(be_visitor_array, array_cs, "$Id$")
+
+
// ************************************************************************
// visitor for array declaration in client stubs
// ************************************************************************
diff --git a/TAO/TAO_IDL/be/be_visitor_attribute.cpp b/TAO/TAO_IDL/be/be_visitor_attribute.cpp
index de67d91bb47..7b11a6294c2 100644
--- a/TAO/TAO_IDL/be/be_visitor_attribute.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attribute.cpp
@@ -26,3 +26,6 @@
// include all the individual files
#include "be_visitor_attribute/attribute.cpp"
+
+ACE_RCSID(be, be_visitor_attribute, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp b/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp
index 9b5d6e3fe88..7a1841f0dc9 100644
--- a/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_attribute.h"
+ACE_RCSID(be_visitor_attribute, attribute, "$Id$")
+
+
// Attribute gets mapped to one or possibly two operations based on whether
// it is readonly or not. The two operations "get" and "set" the value of the
// attribute.
diff --git a/TAO/TAO_IDL/be/be_visitor_constant.cpp b/TAO/TAO_IDL/be/be_visitor_constant.cpp
index 2ebf9283907..0281cbccf4d 100644
--- a/TAO/TAO_IDL/be/be_visitor_constant.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_constant.cpp
@@ -28,3 +28,5 @@
#include "be_visitor_constant/constant_ch.cpp"
#include "be_visitor_constant/constant_cs.cpp"
+ACE_RCSID(be, be_visitor_constant, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp b/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp
index 73e7af87f9d..5f38c6e62fc 100644
--- a/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_constant.h"
+ACE_RCSID(be_visitor_constant, constant_ch, "$Id$")
+
+
// ********************************************************************
// Visitor implementation for the Constant type
// This one for the client header file
diff --git a/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp b/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
index add132a9357..2f40e9fbbf9 100644
--- a/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_constant.h"
+ACE_RCSID(be_visitor_constant, constant_cs, "$Id$")
+
+
// ********************************************************************
// Visitor implementation for the Constant type
// This one for the client stubs file
diff --git a/TAO/TAO_IDL/be/be_visitor_context.cpp b/TAO/TAO_IDL/be/be_visitor_context.cpp
index a430e5cb54e..57d8b991bae 100644
--- a/TAO/TAO_IDL/be/be_visitor_context.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_context.cpp
@@ -22,6 +22,9 @@
#include "idl_extern.h"
#include "be.h"
+ACE_RCSID(be, be_visitor_context, "$Id$")
+
+
// constructor
be_visitor_context::be_visitor_context (void)
: state_ (TAO_CodeGen::TAO_UNKNOWN),
diff --git a/TAO/TAO_IDL/be/be_visitor_decl.cpp b/TAO/TAO_IDL/be/be_visitor_decl.cpp
index 86b6a179068..7658f3e181f 100644
--- a/TAO/TAO_IDL/be/be_visitor_decl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_decl.cpp
@@ -25,6 +25,9 @@
#include "be_visitor_decl.h"
+ACE_RCSID(be, be_visitor_decl, "$Id$")
+
+
// Root visitor for client header
be_visitor_decl::be_visitor_decl (be_visitor_context *ctx)
: ctx_ (ctx)
diff --git a/TAO/TAO_IDL/be/be_visitor_enum.cpp b/TAO/TAO_IDL/be/be_visitor_enum.cpp
index 3a0ff49e7e9..53700899b80 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum.cpp
@@ -29,3 +29,6 @@
#include "be_visitor_enum/any_op_cs.cpp"
#include "be_visitor_enum/enum_ch.cpp"
#include "be_visitor_enum/enum_cs.cpp"
+
+ACE_RCSID(be, be_visitor_enum, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp
index 766e743dbf3..5e79530c2f1 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_enum.h"
+ACE_RCSID(be_visitor_enum, any_op_ch, "$Id$")
+
// ***************************************************************************
// Enum visitor for generating Any operator declarations in the client header
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp
index 0f05d7e5c3e..2bdb4bd0db3 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_enum.h"
+ACE_RCSID(be_visitor_enum, any_op_cs, "$Id$")
+
+
// ***************************************************************************
// Enum visitor for generating Any operator declarations in the client
// stubs file
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp b/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
index 728dd164dfc..d5a4564483a 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_enum.h"
+ACE_RCSID(be_visitor_enum, enum_ch, "$Id$")
+
// ********************************************************************
// Visitor implementation for the Enum type
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp b/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp
index ad0d23b1755..2ced2f40cfe 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_enum.h"
+ACE_RCSID(be_visitor_enum, enum_cs, "$Id$")
+
+
// ********************************************************************
// Visitor implementation for the Enum type
// This one for the client stubs file
diff --git a/TAO/TAO_IDL/be/be_visitor_exception.cpp b/TAO/TAO_IDL/be/be_visitor_exception.cpp
index a71cda41037..59b7d194e03 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception.cpp
@@ -33,3 +33,6 @@
#include "be_visitor_exception/exception_ci.cpp"
#include "be_visitor_exception/exception_cs.cpp"
#include "be_visitor_exception/exception_ctor.cpp"
+
+ACE_RCSID(be, be_visitor_exception, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp
index 0c2ce3f484f..f444cc73f35 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_exception.h"
+ACE_RCSID(be_visitor_exception, any_op_ch, "$Id$")
+
// ***************************************************************************
// Exception visitor for generating Any operator declarations in the client header
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp
index 6d2850202c9..b93a1c0b6c7 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_exception.h"
+ACE_RCSID(be_visitor_exception, any_op_cs, "$Id$")
+
// ***************************************************************************
// Exception visitor for generating Any operator declarations in the client
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/ctor_assign.cpp b/TAO/TAO_IDL/be/be_visitor_exception/ctor_assign.cpp
index 664e15fbea1..c6599d92e98 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/ctor_assign.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/ctor_assign.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_exception.h"
+ACE_RCSID(be_visitor_exception, ctor_assign, "$Id$")
+
// ************************************************************************
// used for the body of the assignment operator and the copy constructor
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp
index f0a0b46d072..847357cf22c 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_exception.h"
+ACE_RCSID(be_visitor_exception, exception, "$Id$")
+
// generic struct visitor
be_visitor_exception::be_visitor_exception (be_visitor_context *ctx)
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp
index 97548360d12..ba171bc40eb 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_exception.h"
+ACE_RCSID(be_visitor_exception, exception_ch, "$Id$")
+
// ******************************************************
// for client header
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception_ci.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception_ci.cpp
index 19366da8a13..7f7a34758b1 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception_ci.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_exception.h"
+ACE_RCSID(be_visitor_exception, exception_ci, "$Id$")
+
// ******************************************************
// for client inline
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
index febb0f9329b..fa20a36d19c 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_exception.h"
+ACE_RCSID(be_visitor_exception, exception_cs, "$Id$")
+
// ***************************************************************************
// for client stubs
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
index 6d026158f80..598c6d0db18 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_exception.h"
+ACE_RCSID(be_visitor_exception, exception_ctor, "$Id$")
+
// ************************************************************************
// code to generate the special ctor
diff --git a/TAO/TAO_IDL/be/be_visitor_field.cpp b/TAO/TAO_IDL/be/be_visitor_field.cpp
index 4728ac23d5a..ebfb12b472f 100644
--- a/TAO/TAO_IDL/be/be_visitor_field.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field.cpp
@@ -27,3 +27,6 @@
#include "be_visitor_field/field_ch.cpp"
#include "be_visitor_field/field_ci.cpp"
#include "be_visitor_field/field_cs.cpp"
+
+ACE_RCSID(be, be_visitor_field, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp b/TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp
index b401e4e17d3..5e1cdbd1a16 100644
--- a/TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_field.h"
+ACE_RCSID(be_visitor_field, field_ch, "$Id$")
+
// **********************************************
// visitor for field in the client header file
diff --git a/TAO/TAO_IDL/be/be_visitor_field/field_ci.cpp b/TAO/TAO_IDL/be/be_visitor_field/field_ci.cpp
index 6aceee99970..596212da7de 100644
--- a/TAO/TAO_IDL/be/be_visitor_field/field_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field/field_ci.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_field.h"
+ACE_RCSID(be_visitor_field, field_ci, "$Id$")
+
// **********************************************
// visitor for field in the client inline file.
diff --git a/TAO/TAO_IDL/be/be_visitor_field/field_cs.cpp b/TAO/TAO_IDL/be/be_visitor_field/field_cs.cpp
index c3fbec4ccbb..561b255eada 100644
--- a/TAO/TAO_IDL/be/be_visitor_field/field_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field/field_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_field.h"
+ACE_RCSID(be_visitor_field, field_cs, "$Id$")
+
// **********************************************
// visitor for field in the client stubs file
diff --git a/TAO/TAO_IDL/be/be_visitor_interface.cpp b/TAO/TAO_IDL/be/be_visitor_interface.cpp
index a067928f0ec..f7ffd05d0d6 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface.cpp
@@ -36,3 +36,6 @@
#include "be_visitor_interface/interface_ss.cpp"
#include "be_visitor_interface/tie_sh.cpp"
#include "be_visitor_interface/tie_si.cpp"
+
+ACE_RCSID(be, be_visitor_interface, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp
index 1c699cec8a5..31649c842a5 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, any_op_ch, "$Id$")
+
// ***************************************************************************
// Interface visitor for generating Any operator declarations in the client header
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
index f6b5520587c..3fada47aff2 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, any_op_cs, "$Id$")
+
// ***************************************************************************
// Interface visitor for generating Any operator declarations in the client
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/collocated_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/collocated_sh.cpp
index dbc6721bbe8..46619143dd2 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/collocated_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/collocated_sh.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, collocated_sh, "$Id$")
+
// ************************************************************
// collocated class in header
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/collocated_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/collocated_ss.cpp
index bf2745c03dd..c68e2507290 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/collocated_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/collocated_ss.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, collocated_ss, "$Id$")
+
// ************************************************************
// be_visitor_interface_collacted_ss
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
index a8d0f2cac6e..12595042baa 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, interface, "$Id$")
+
+
// ******************************************************
// Generic Interface visitor
// ******************************************************
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp
index c45fb65d730..ba87c88c17d 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, interface_ch, "$Id$")
+
// ******************************************************
// Interface visitor for client header
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
index b3fd272704d..420bd26cc40 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, interface_ci, "$Id$")
+
// **************************************************
// Interface visitor for client inline
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
index 50f87638261..776e06e1593 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, interface_cs, "$Id$")
+
// ************************************************************
// Interface visitor for client stubs
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
index c8edbb4fa74..402e4f66874 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, interface_sh, "$Id$")
+
// ************************************************************
// Interface visitor for server header
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp
index 781b1180fc5..76768659b91 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, interface_si, "$Id$")
+
// ************************************************************************
// Interface visitor for server inline
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
index ec86c70bf21..227849f59b7 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, interface_ss, "$Id$")
+
// ************************************************************
// Interface visitor for server skeletons
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp
index 021309aee09..911ef7ad0ca 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, tie_sh, "$Id$")
+
// ************************************************************
// Interface visitor for server header
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/tie_si.cpp b/TAO/TAO_IDL/be/be_visitor_interface/tie_si.cpp
index 15d17f4aba9..47553306ffa 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/tie_si.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/tie_si.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_interface.h"
+ACE_RCSID(be_visitor_interface, tie_si, "$Id$")
+
// ************************************************************************
// Interface visitor for server inline
diff --git a/TAO/TAO_IDL/be/be_visitor_interface_fwd.cpp b/TAO/TAO_IDL/be/be_visitor_interface_fwd.cpp
index 555cef07429..dddb1fc84dc 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface_fwd.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface_fwd.cpp
@@ -27,3 +27,6 @@
// include all the individual files
#include "be_visitor_interface_fwd/interface_fwd_ch.cpp"
#include "be_visitor_interface_fwd/interface_fwd_ci.cpp"
+
+ACE_RCSID(be, be_visitor_interface_fwd, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp
index 0f3447f9b49..7591f4d83be 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_interface_fwd.h"
+ACE_RCSID(be_visitor_interface_fwd, interface_fwd_ch, "$Id$")
+
// ********************************************************************
// Visitor implementation for the Interface_Fwd type
diff --git a/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp b/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp
index a98a3c077b4..173f0829a88 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_interface_fwd.h"
+ACE_RCSID(be_visitor_interface_fwd, interface_fwd_ci, "$Id$")
+
+
// ********************************************************************
// Visitor implementation for the Interface_Fwd type
// This one for the client inline file
diff --git a/TAO/TAO_IDL/be/be_visitor_module.cpp b/TAO/TAO_IDL/be/be_visitor_module.cpp
index 01a7ea2a4fa..bae68aa09bc 100644
--- a/TAO/TAO_IDL/be/be_visitor_module.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module.cpp
@@ -29,3 +29,6 @@
#include "be_visitor_module/module.cpp"
#include "be_visitor_module/module_ch.cpp"
#include "be_visitor_module/module_sh.cpp"
+
+ACE_RCSID(be, be_visitor_module, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp b/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp
index 19fb82922d0..2d50f3b54d0 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_module.h"
+ACE_RCSID(be_visitor_module, any_op, "$Id$")
+
// ***************************************************************************
// Module visitor for generating Any operator declarations in the client header
diff --git a/TAO/TAO_IDL/be/be_visitor_module/module.cpp b/TAO/TAO_IDL/be/be_visitor_module/module.cpp
index b746ee940c1..19f207eac6e 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/module.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/module.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_module.h"
+ACE_RCSID(be_visitor_module, module, "$Id$")
+
// ******************************************************
// Generic Module visitor
diff --git a/TAO/TAO_IDL/be/be_visitor_module/module_ch.cpp b/TAO/TAO_IDL/be/be_visitor_module/module_ch.cpp
index 23d9590d06f..f109e3cd647 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/module_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/module_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_module.h"
+ACE_RCSID(be_visitor_module, module_ch, "$Id$")
+
// ******************************************************
// Module visitor for client header
diff --git a/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp b/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
index 0f658b199d1..f3080384f59 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_module.h"
+ACE_RCSID(be_visitor_module, module_sh, "$Id$")
+
// ************************************************************
// Module visitor for server header
diff --git a/TAO/TAO_IDL/be/be_visitor_operation.cpp b/TAO/TAO_IDL/be/be_visitor_operation.cpp
index c8c1c664aee..2d4ce818f44 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation.cpp
@@ -46,3 +46,6 @@
#include "be_visitor_operation/rettype_vardecl_ss.cpp"
#include "be_visitor_operation/tie_sh.cpp"
#include "be_visitor_operation/tie_si.cpp"
+
+ACE_RCSID(be, be_visitor_operation, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp b/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
index e7c4c339dae..88a8970054f 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, arglist, "$Id$")
+
// ************************************************************
// operation visitor to generate the argument list.
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/argument.cpp b/TAO/TAO_IDL/be/be_visitor_operation/argument.cpp
index 5f502360cb1..13aecc40e88 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/argument.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/argument.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, argument, "$Id$")
+
// ************************************************************
// generic operation visitor to handle the pre/post do_static_call/upcall stuff with
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/collocated_sh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/collocated_sh.cpp
index 4493f5c6d5f..6e24c848923 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/collocated_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/collocated_sh.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, collocated_sh, "$Id$")
+
// *************************************************************************
// be_visitor_operation_collocated_sh --
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/collocated_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/collocated_ss.cpp
index e7a07aa7ce7..2d4119b7a62 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/collocated_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/collocated_ss.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, collocated_ss, "$Id$")
+
// *************************************************************************
// be_visitor_operation_collocated_ss --
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp
index 671848b4fa9..4f0eef339d7 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, exceptlist_cs, "$Id$")
+
// ****************************************************************************
// visitor to generate the exception list for operations
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp
index e86c9c4401b..b58cf932529 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, operation_ch, "$Id$")
+
// ******************************************************
// primary visitor for "operation" in client header
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
index a30bffd40fe..7569202b216 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, operation_cs, "$Id$")
+
// ************************************************************
// Operation visitor for client stubs
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_sh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_sh.cpp
index 722f9fdf5f6..e9f3705704b 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_sh.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, operation_sh, "$Id$")
+
// ************************************************************
// Operation visitor for server header
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
index 85751032c22..174f3a76c17 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, operation_ss, "$Id$")
+
// ************************************************************
// Operation visitor for server skeletons
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype.cpp
index 66851c0b3fc..49ee0d64acb 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, rettype, "$Id$")
+
// ****************************************************************************
// Operation visitor for return types. This generates the mapping for a return
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype_assign_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype_assign_ss.cpp
index 217817b3c1d..18da2e48a94 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype_assign_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype_assign_ss.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, rettype_assign_ss, "$Id$")
+
// ****************************************************************************
// visitor for assignment to a return value variable from the upcall
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype_docall_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype_docall_cs.cpp
index 8ea3099c626..1e21d6a8106 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype_docall_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype_docall_cs.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, rettype_docall_cs, "$Id$")
+
// *****************************************************************************
// be_visitor_operation_rettype_docall_cs
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype_marshal_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype_marshal_ss.cpp
index c379584a560..c29b91f99ee 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype_marshal_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype_marshal_ss.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, rettype_marshal_ss, "$Id$")
+
// ****************************************************************************
// Visitor that passes the return value to the marshal/demarshal routine
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype_post_docall_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype_post_docall_cs.cpp
index 4d5235cd2e8..52d013c259f 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype_post_docall_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype_post_docall_cs.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, rettype_post_docall_cs, "$Id$")
+
// *******************************************************************************
// be_visitor_operation_rettype_post_docall_cs
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype_post_upcall_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype_post_upcall_ss.cpp
index 909cdb9a7aa..b1e9623cf7c 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype_post_upcall_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype_post_upcall_ss.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, rettype_post_upcall_ss, "$Id$")
+
// ****************************************************************************
// visitor to do any post processing for return type after an upcall
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype_pre_docall_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype_pre_docall_cs.cpp
index c6e82de1e74..f6f656853e4 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype_pre_docall_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype_pre_docall_cs.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, rettype_pre_docall_cs, "$Id$")
+
// *****************************************************************************
// be_visitor_operation_rettype_pre_docall_cs
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp
index 72e59343e27..6f36cc21644 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, rettype_return_cs, "$Id$")
+
// ************************************************************
// be_visitor_operation_rettype_return_cs
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp
index 1816390ad9e..5613cffe2db 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, rettype_vardecl_cs, "$Id$")
+
// ************************************************************
// be_visitor_operation_rettype_vardecl_cs
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype_vardecl_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype_vardecl_ss.cpp
index 0f5abf1bea9..b77fd3e1e7b 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype_vardecl_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype_vardecl_ss.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, rettype_vardecl_ss, "$Id$")
+
// ********************************************************************************
// be_visitor_operation_rettype_vardecl_ss
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/tie_sh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/tie_sh.cpp
index 5ec925ee3f5..08c28a0d6ee 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/tie_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/tie_sh.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, tie_sh, "$Id$")
+
// ************************************************************
// Operation visitor for server header for TIE class operations
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp b/TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp
index d5935ce7791..0116bbbe466 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_operation.h"
+ACE_RCSID(be_visitor_operation, tie_si, "$Id$")
+
// ************************************************************
// Operation visitor for server inline for TIE class operations
diff --git a/TAO/TAO_IDL/be/be_visitor_root.cpp b/TAO/TAO_IDL/be/be_visitor_root.cpp
index e6c7c6c6c34..9532299b48b 100644
--- a/TAO/TAO_IDL/be/be_visitor_root.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root.cpp
@@ -30,3 +30,6 @@
#include "be_visitor_root/root_sh.cpp"
#include "be_visitor_root/root_si.cpp"
#include "be_visitor_root/root_ss.cpp"
+
+ACE_RCSID(be, be_visitor_root, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_root/any_op.cpp b/TAO/TAO_IDL/be/be_visitor_root/any_op.cpp
index 740fed8b97c..9d31730b5c7 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/any_op.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/any_op.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_root.h"
+ACE_RCSID(be_visitor_root, any_op, "$Id$")
+
// ***************************************************************************
// Root visitor for generating Any operator declarations in the client header
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root.cpp b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
index 3b1cf0fef05..37b0b9d8bc3 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_root.h"
+ACE_RCSID(be_visitor_root, root, "$Id$")
+
// Generic Root visitor
be_visitor_root::be_visitor_root (be_visitor_context *ctx)
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp
index 4b90947687d..29a3dacdfb9 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_root.h"
+ACE_RCSID(be_visitor_root, root_ch, "$Id$")
+
// ********************************
// Root visitor for client header
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_ci.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_ci.cpp
index a4849fb6ab4..d7ca5008cba 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_ci.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_root.h"
+ACE_RCSID(be_visitor_root, root_ci, "$Id$")
+
// *********************************
// Root visitor for client inline
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_cs.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_cs.cpp
index 12e6f6155da..a6d0bc90b54 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_root.h"
+ACE_RCSID(be_visitor_root, root_cs, "$Id$")
+
// ***********************************
// Root visitor for client stubs
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_sh.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_sh.cpp
index a6bb7e00f32..43c9141de34 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_sh.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_root.h"
+ACE_RCSID(be_visitor_root, root_sh, "$Id$")
+
// ***********************************
// Root visitor for server header
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_si.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_si.cpp
index 414a40083fb..5a4ec77261c 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_si.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_si.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_root.h"
+ACE_RCSID(be_visitor_root, root_si, "$Id$")
+
// ***********************************************
// Root visitor for server inline
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_ss.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_ss.cpp
index ce0486ffad6..c5557f3fa80 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_ss.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_root.h"
+ACE_RCSID(be_visitor_root, root_ss, "$Id$")
+
// ******************************************************
// Root visitor for server skeletons
diff --git a/TAO/TAO_IDL/be/be_visitor_scope.cpp b/TAO/TAO_IDL/be/be_visitor_scope.cpp
index 0d28959f0f3..d748cd15b65 100644
--- a/TAO/TAO_IDL/be/be_visitor_scope.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_scope.cpp
@@ -25,6 +25,9 @@
#include "be_visitor_scope.h"
+ACE_RCSID(be, be_visitor_scope, "$Id$")
+
+
// ******************************************************
// Generic visitor for a scope.
// All elements that give rise to a scope inherit from
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence.cpp b/TAO/TAO_IDL/be/be_visitor_sequence.cpp
index a5d670a06f3..95884aee138 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence.cpp
@@ -36,3 +36,6 @@
#include "be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp"
#include "be_visitor_sequence/gen_bounded_str_sequence_ch.cpp"
#include "be_visitor_sequence/gen_object_manager_ch.cpp"
+
+ACE_RCSID(be, be_visitor_sequence, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp
index 09bb17911ca..622c5a566ba 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, any_op_ch, "$Id$")
+
// ***************************************************************************
// Sequence visitor for generating Any operator declarations in the client header
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp
index a2985a8bb25..671ea0dd77f 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, any_op_cs, "$Id$")
+
// ***************************************************************************
// Sequence visitor for generating Any operator declarations in the client
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/buffer_type.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/buffer_type.cpp
index 5474bceb86a..5ffe0a8aced 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/buffer_type.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/buffer_type.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, buffer_type, "$Id$")
+
// ****************************************************************
// We have to generate the buffer type in the constructor
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/elemtype.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/elemtype.cpp
index 016ff73d843..a4437f04935 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/elemtype.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/elemtype.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, elemtype, "$Id$")
+
// ***********************************************************
// sequence element type visitor for return types of [] methods
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp
index eab1bc2f076..25d9a54410e 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp
@@ -22,6 +22,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, gen_bounded_obj_sequence_ch, "$Id$")
+
int
be_visitor_sequence_ch::gen_bounded_obj_sequence (be_sequence *node)
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ch.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ch.cpp
index ee7664d286a..b6eb33c3de5 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ch.cpp
@@ -22,6 +22,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, gen_bounded_sequence_ch, "$Id$")
+
int
be_visitor_sequence_ch::gen_bounded_sequence (be_sequence *node)
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ch.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ch.cpp
index 600f3324432..ecdce315b92 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ch.cpp
@@ -22,6 +22,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, gen_bounded_str_sequence_ch, "$Id$")
+
int
be_visitor_sequence_ch::gen_bounded_str_sequence (be_sequence *node)
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/gen_object_manager_ch.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/gen_object_manager_ch.cpp
index 9b23aab424a..7c27d842029 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/gen_object_manager_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/gen_object_manager_ch.cpp
@@ -23,6 +23,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, gen_object_manager_ch, "$Id$")
+
int
be_visitor_sequence_ch::gen_object_manager (be_sequence *node)
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp
index f9b4f907bec..fb009f118c4 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp
@@ -23,6 +23,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, gen_unbounded_obj_sequence_ch, "$Id$")
+
int
be_visitor_sequence_ch::gen_unbounded_obj_sequence (be_sequence *node)
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ch.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ch.cpp
index 10f75dc2fb5..ba14f88d8e7 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ch.cpp
@@ -22,6 +22,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, gen_unbounded_sequence_ch, "$Id$")
+
int
be_visitor_sequence_ch::gen_unbounded_sequence (be_sequence *node)
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp
index 207a573b9fe..78aaef41f62 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, sequence_base, "$Id$")
+
// ****************************************************************
// We have to generate the parameters for the template that implements
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp
index 70cea9a237a..d77b77ae704 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, sequence_ch, "$Id$")
+
// Root visitor for client header
be_visitor_sequence_ch::be_visitor_sequence_ch (be_visitor_context *ctx)
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp
index 965908b9bb7..0e170613b10 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, sequence_ci, "$Id$")
+
// ***********************************************************
// sequence visitor for inline generation
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp
index 63910850d75..4fd02027959 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_sequence.h"
+ACE_RCSID(be_visitor_sequence, sequence_cs, "$Id$")
+
// ************************************************************
// Root visitor for client stub class
diff --git a/TAO/TAO_IDL/be/be_visitor_structure.cpp b/TAO/TAO_IDL/be/be_visitor_structure.cpp
index 06b3ddf1e91..a76b89a6938 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure.cpp
@@ -31,3 +31,6 @@
#include "be_visitor_structure/structure_ch.cpp"
#include "be_visitor_structure/structure_ci.cpp"
#include "be_visitor_structure/structure_cs.cpp"
+
+ACE_RCSID(be, be_visitor_structure, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp
index d3c705e34d2..e3fa722bef5 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_structure.h"
+ACE_RCSID(be_visitor_structure, any_op_ch, "$Id$")
+
// ***************************************************************************
// Structure visitor for generating Any operator declarations in the client header
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
index c1f5c82f0ff..d826e28918d 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_structure.h"
+ACE_RCSID(be_visitor_structure, any_op_cs, "$Id$")
+
// ***************************************************************************
// Structure visitor for generating Any operator declarations in the client
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/structure.cpp b/TAO/TAO_IDL/be/be_visitor_structure/structure.cpp
index 4bb06dd49ca..c68780ce0d8 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/structure.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/structure.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_structure.h"
+ACE_RCSID(be_visitor_structure, structure, "$Id$")
+
// generic struct visitor
be_visitor_structure::be_visitor_structure (be_visitor_context *ctx)
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/structure_ch.cpp b/TAO/TAO_IDL/be/be_visitor_structure/structure_ch.cpp
index 0d91287b757..f9ce9cb68e2 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/structure_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/structure_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_structure.h"
+ACE_RCSID(be_visitor_structure, structure_ch, "$Id$")
+
// ******************************************************
// for client header
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/structure_ci.cpp b/TAO/TAO_IDL/be/be_visitor_structure/structure_ci.cpp
index e4b78ca86ca..8271008eb2b 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/structure_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/structure_ci.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_structure.h"
+ACE_RCSID(be_visitor_structure, structure_ci, "$Id$")
+
// ******************************************************
// for client inline
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/structure_cs.cpp b/TAO/TAO_IDL/be/be_visitor_structure/structure_cs.cpp
index 412faaea865..7f0338d4947 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/structure_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/structure_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_structure.h"
+ACE_RCSID(be_visitor_structure, structure_cs, "$Id$")
+
// ***************************************************************************
// for client stubs
diff --git a/TAO/TAO_IDL/be/be_visitor_typecode.cpp b/TAO/TAO_IDL/be/be_visitor_typecode.cpp
index 9e11d5c2885..9267ece581e 100644
--- a/TAO/TAO_IDL/be/be_visitor_typecode.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typecode.cpp
@@ -27,3 +27,6 @@
// include all the individual files
#include "be_visitor_typecode/typecode_decl.cpp"
#include "be_visitor_typecode/typecode_defn.cpp"
+
+ACE_RCSID(be, be_visitor_typecode, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp
index 2d77cdd2fe3..134201bca63 100644
--- a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_typecode.h"
+ACE_RCSID(be_visitor_typecode, typecode_decl, "$Id$")
+
// ******************************************************
// TypeCode declarations
diff --git a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
index c1f676449ee..98d06f50cd5 100644
--- a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_typecode.h"
+ACE_RCSID(be_visitor_typecode, typecode_defn, "$Id$")
+
// ******************************************************
// TypeCode Definitions
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef.cpp b/TAO/TAO_IDL/be/be_visitor_typedef.cpp
index 6a0f7c6562a..629fa92853d 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef.cpp
@@ -31,3 +31,6 @@
#include "be_visitor_typedef/typedef_ch.cpp"
#include "be_visitor_typedef/typedef_ci.cpp"
#include "be_visitor_typedef/typedef_cs.cpp"
+
+ACE_RCSID(be, be_visitor_typedef, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp
index ebeb21d5cb1..1ce2a21d9c0 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_typedef.h"
+ACE_RCSID(be_visitor_typedef, any_op_ch, "$Id$")
+
// ***************************************************************************
// Typedef visitor for generating Any operator declarations in the client header
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp
index 62dc1e4ef76..87d7215633d 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_typedef.h"
+ACE_RCSID(be_visitor_typedef, any_op_cs, "$Id$")
+
// ***************************************************************************
// Typedef visitor for generating Any operator declarations in the client
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/typedef.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/typedef.cpp
index 1f10f25a85b..3c37704a173 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/typedef.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/typedef.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_typedef.h"
+ACE_RCSID(be_visitor_typedef, typedef, "$Id$")
+
// ******************************************************
// Generic Typedef visitor
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp
index c1f10f36d51..87d9e2977b6 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_typedef.h"
+ACE_RCSID(be_visitor_typedef, typedef_ch, "$Id$")
+
// ******************************************************
// Typedef visitor for client header
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp
index 93b7cdc3306..554d0018d1c 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_typedef.h"
+ACE_RCSID(be_visitor_typedef, typedef_ci, "$Id$")
+
// ******************************************************
// Typedef visitor for client inline
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp
index ff4338e002a..44f3ff45da0 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_typedef.h"
+ACE_RCSID(be_visitor_typedef, typedef_cs, "$Id$")
+
// ******************************************************
// Typedef visitor for client stubs
diff --git a/TAO/TAO_IDL/be/be_visitor_union.cpp b/TAO/TAO_IDL/be/be_visitor_union.cpp
index 92cc1c717cb..a778facdb7e 100644
--- a/TAO/TAO_IDL/be/be_visitor_union.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union.cpp
@@ -34,3 +34,6 @@
#include "be_visitor_union/union_ch.cpp"
#include "be_visitor_union/union_ci.cpp"
#include "be_visitor_union/union_cs.cpp"
+
+ACE_RCSID(be, be_visitor_union, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp
index 0a1d05e1033..2f46f76a34f 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union.h"
+ACE_RCSID(be_visitor_union, any_op_ch, "$Id$")
+
// ***************************************************************************
// Union visitor for generating Any operator declarations in the client header
diff --git a/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp
index ac5b5aeb2ab..fcdd82ba452 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union.h"
+ACE_RCSID(be_visitor_union, any_op_cs, "$Id$")
+
// ***************************************************************************
// Union visitor for generating Any operator declarations in the client
diff --git a/TAO/TAO_IDL/be/be_visitor_union/discriminant_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union/discriminant_ch.cpp
index 64f6418f620..00dbb913417 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/discriminant_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/discriminant_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union.h"
+ACE_RCSID(be_visitor_union, discriminant_ch, "$Id$")
+
// *************************************************************************
// be_visitor_discriminant_ch - visitor for discriminant in client header file
diff --git a/TAO/TAO_IDL/be/be_visitor_union/discriminant_ci.cpp b/TAO/TAO_IDL/be/be_visitor_union/discriminant_ci.cpp
index 02ab7c6aa3c..540d4f6340e 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/discriminant_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/discriminant_ci.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union.h"
+ACE_RCSID(be_visitor_union, discriminant_ci, "$Id$")
+
// *************************************************************************
// be_visitor_discriminant_ci - visitor for discriminant in client inline file
diff --git a/TAO/TAO_IDL/be/be_visitor_union/discriminant_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union/discriminant_cs.cpp
index 09c8e4d4e48..48cff3f389e 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/discriminant_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/discriminant_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union.h"
+ACE_RCSID(be_visitor_union, discriminant_cs, "$Id$")
+
// *************************************************************************
// be_visitor_discriminant_cs - visitor for discriminant in client stubs
diff --git a/TAO/TAO_IDL/be/be_visitor_union/union.cpp b/TAO/TAO_IDL/be/be_visitor_union/union.cpp
index 20a4e19d260..27936c26918 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/union.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/union.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union.h"
+ACE_RCSID(be_visitor_union, union, "$Id$")
+
// generic struct visitor
be_visitor_union::be_visitor_union (be_visitor_context *ctx)
diff --git a/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
index 21e3616666f..0fd71f3ad11 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union.h"
+ACE_RCSID(be_visitor_union, union_ch, "$Id$")
+
// ******************************************************
// for client header
diff --git a/TAO/TAO_IDL/be/be_visitor_union/union_ci.cpp b/TAO/TAO_IDL/be/be_visitor_union/union_ci.cpp
index 75fd633ba85..d1c555d7295 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/union_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/union_ci.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union.h"
+ACE_RCSID(be_visitor_union, union_ci, "$Id$")
+
// ******************************************************
// for client inline
diff --git a/TAO/TAO_IDL/be/be_visitor_union/union_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union/union_cs.cpp
index ec1d686b180..d20112ca600 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/union_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/union_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union.h"
+ACE_RCSID(be_visitor_union, union_cs, "$Id$")
+
// ******************************************************
// for client stubs
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch.cpp
index 3e7d06f1be7..28bf8500195 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch.cpp
@@ -31,3 +31,6 @@
#include "be_visitor_union_branch/public_ch.cpp"
#include "be_visitor_union_branch/public_ci.cpp"
#include "be_visitor_union_branch/public_cs.cpp"
+
+ACE_RCSID(be, be_visitor_union_branch, "$Id$")
+
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
index b75f39f79bf..a6d26d9565e 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
@@ -25,6 +25,8 @@
#include "be_visitor_union_branch.h"
+ACE_RCSID(be_visitor_union_branch, private_ch, "$Id$")
+
// **********************************************
// visitor for union_branch in the client header generating the private information
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_access_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_access_cs.cpp
index c23779c9db8..d29675d8029 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_access_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_access_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union_branch.h"
+ACE_RCSID(be_visitor_union_branch, public_access_cs, "$Id$")
+
// *****************************************************
// visitor for union_branch in the client
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp
index ffa6d4ba564..84db004e6a3 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union_branch.h"
+ACE_RCSID(be_visitor_union_branch, public_assign_cs, "$Id$")
+
// **********************************************
// visitor for union_branch in the client stubs file generating the code for
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp
index 51df25a3d98..cc3245fed0e 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union_branch.h"
+ACE_RCSID(be_visitor_union_branch, public_ch, "$Id$")
+
// **********************************************
// visitor for union_branch in the client header file
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
index 9f741d49312..2b170344c70 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union_branch.h"
+ACE_RCSID(be_visitor_union_branch, public_ci, "$Id$")
+
// *****************************************************
// visitor for union_branch in the client inline file
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_cs.cpp
index dc2c7700d2a..35669bb74a0 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union_branch.h"
+ACE_RCSID(be_visitor_union_branch, public_cs, "$Id$")
+
// **********************************************
// visitor for union_branch in the client stubs file
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp
index 9919b067e51..88be044701b 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp
@@ -24,6 +24,8 @@
#include "be_visitor_union_branch.h"
+ACE_RCSID(be_visitor_union_branch, public_reset_cs, "$Id$")
+
// *****************************************************
// visitor for union_branch in the client
diff --git a/TAO/TAO_IDL/driver/drv_args.cpp b/TAO/TAO_IDL/driver/drv_args.cpp
index ab9a55c0b22..5f90c252560 100644
--- a/TAO/TAO_IDL/driver/drv_args.cpp
+++ b/TAO/TAO_IDL/driver/drv_args.cpp
@@ -75,6 +75,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "be.h"
#include <stdio.h>
+ACE_RCSID(driver, drv_args, "$Id$")
+
/*
* Push a file into the list of files to be processed
*/
diff --git a/TAO/TAO_IDL/driver/drv_fork.cpp b/TAO/TAO_IDL/driver/drv_fork.cpp
index 963da3a9dac..db5fb4ab976 100644
--- a/TAO/TAO_IDL/driver/drv_fork.cpp
+++ b/TAO/TAO_IDL/driver/drv_fork.cpp
@@ -76,6 +76,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ace/Process_Manager.h"
+ACE_RCSID(driver, drv_fork, "$Id$")
+
/*
* Fork off a process, wait for it to die
*/
diff --git a/TAO/TAO_IDL/driver/drv_init.cpp b/TAO/TAO_IDL/driver/drv_init.cpp
index c34c2c923ed..1c5cdea6b9c 100644
--- a/TAO/TAO_IDL/driver/drv_init.cpp
+++ b/TAO/TAO_IDL/driver/drv_init.cpp
@@ -72,6 +72,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "drv_private.h"
#include "drv_link.h"
+ACE_RCSID(driver, drv_init, "$Id$")
+
void
DRV_init()
{
diff --git a/TAO/TAO_IDL/driver/drv_link.cpp b/TAO/TAO_IDL/driver/drv_link.cpp
index b142b67a3f3..b678587b1d1 100644
--- a/TAO/TAO_IDL/driver/drv_link.cpp
+++ b/TAO/TAO_IDL/driver/drv_link.cpp
@@ -79,6 +79,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "drv_private.h"
#include "drv_link.h"
+ACE_RCSID(driver, drv_link, "$Id$")
+
DRV_PF_FE_init_stage1 DRV_FE_init_stage1;
DRV_PF_FE_init_stage2 DRV_FE_init_stage2;
DRV_PF_FE_yyparse DRV_FE_yyparse;
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index afeec34b615..b2c1d4ac74f 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -1,6 +1,5 @@
-//
// $Id$
-//
+
/*
COPYRIGHT
@@ -78,6 +77,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ace/Process_Manager.h"
#include "ace/Env_Value_T.h"
+ACE_RCSID(driver, drv_preproc, "$Id$")
+
#undef MAX_ARGLIST
#define MAX_ARGLIST 128
diff --git a/TAO/TAO_IDL/driver/drv_private.cpp b/TAO/TAO_IDL/driver/drv_private.cpp
index 5766ace1506..2ed8bc61179 100644
--- a/TAO/TAO_IDL/driver/drv_private.cpp
+++ b/TAO/TAO_IDL/driver/drv_private.cpp
@@ -71,6 +71,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "drv_private.h"
+ACE_RCSID(driver, drv_private, "$Id$")
+
// Storage for file names
#define NFILES 1024
diff --git a/TAO/TAO_IDL/fe/fe_declarator.cpp b/TAO/TAO_IDL/fe/fe_declarator.cpp
index 08a6407d7fd..400dbe1b29f 100644
--- a/TAO/TAO_IDL/fe/fe_declarator.cpp
+++ b/TAO/TAO_IDL/fe/fe_declarator.cpp
@@ -78,6 +78,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "fe_private.h"
+ACE_RCSID(fe, fe_declarator, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/fe/fe_extern.cpp b/TAO/TAO_IDL/fe/fe_extern.cpp
index c98fcff5333..ee87e7c1da4 100644
--- a/TAO/TAO_IDL/fe/fe_extern.cpp
+++ b/TAO/TAO_IDL/fe/fe_extern.cpp
@@ -78,6 +78,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "utl_indenter.h"
#include "utl_string.h"
+ACE_RCSID(fe, fe_extern, "$Id$")
+
/*
* yacc parser interface
*/
diff --git a/TAO/TAO_IDL/fe/fe_init.cpp b/TAO/TAO_IDL/fe/fe_init.cpp
index 2c16d2e9946..c6cdad7e109 100644
--- a/TAO/TAO_IDL/fe/fe_init.cpp
+++ b/TAO/TAO_IDL/fe/fe_init.cpp
@@ -84,6 +84,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "fe_private.h"
+ACE_RCSID(fe, fe_init, "$Id$")
+
/*
* Create a scoped name
*/
diff --git a/TAO/TAO_IDL/fe/fe_interface_header.cpp b/TAO/TAO_IDL/fe/fe_interface_header.cpp
index 7df470f7ffa..f74dd531550 100644
--- a/TAO/TAO_IDL/fe/fe_interface_header.cpp
+++ b/TAO/TAO_IDL/fe/fe_interface_header.cpp
@@ -77,6 +77,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "fe_private.h"
+ACE_RCSID(fe, fe_interface_header, "$Id$")
+
/*
* Constructor(s) and destructor
*/
diff --git a/TAO/TAO_IDL/fe/fe_private.cpp b/TAO/TAO_IDL/fe/fe_private.cpp
index 90a2ec449f5..bec725f9a20 100644
--- a/TAO/TAO_IDL/fe/fe_private.cpp
+++ b/TAO/TAO_IDL/fe/fe_private.cpp
@@ -74,6 +74,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "fe_private.h"
+ACE_RCSID(fe, fe_private, "$Id$")
+
/*
* List of pragmas
*/
diff --git a/TAO/TAO_IDL/narrow/narrow.cpp b/TAO/TAO_IDL/narrow/narrow.cpp
index ef11448f4b0..cbcdb978305 100644
--- a/TAO/TAO_IDL/narrow/narrow.cpp
+++ b/TAO/TAO_IDL/narrow/narrow.cpp
@@ -67,6 +67,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(narrow, narrow, "$Id$")
+
// Narrowing functions for AST
/*
diff --git a/TAO/TAO_IDL/tao_idl.cpp b/TAO/TAO_IDL/tao_idl.cpp
index b7b61ad777a..1ecc1ecc665 100644
--- a/TAO/TAO_IDL/tao_idl.cpp
+++ b/TAO/TAO_IDL/tao_idl.cpp
@@ -81,6 +81,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "drv_private.h"
#include "drv_link.h"
+ACE_RCSID(TAO_IDL, tao_idl, "$Id$")
+
static void
DRV_version()
{
diff --git a/TAO/TAO_IDL/util/utl_decllist.cpp b/TAO/TAO_IDL/util/utl_decllist.cpp
index c5127550b57..2a810a6e5f8 100644
--- a/TAO/TAO_IDL/util/utl_decllist.cpp
+++ b/TAO/TAO_IDL/util/utl_decllist.cpp
@@ -83,6 +83,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_decllist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_err.cpp b/TAO/TAO_IDL/util/utl_err.cpp
index 441f900a720..d12395206c5 100644
--- a/TAO/TAO_IDL/util/utl_err.cpp
+++ b/TAO/TAO_IDL/util/utl_err.cpp
@@ -70,6 +70,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_error, "$Id$")
+
/*
* Helper functions to do:
*
diff --git a/TAO/TAO_IDL/util/utl_error.cpp b/TAO/TAO_IDL/util/utl_error.cpp
index 441f900a720..d12395206c5 100644
--- a/TAO/TAO_IDL/util/utl_error.cpp
+++ b/TAO/TAO_IDL/util/utl_error.cpp
@@ -70,6 +70,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_error, "$Id$")
+
/*
* Helper functions to do:
*
diff --git a/TAO/TAO_IDL/util/utl_exceptlist.cpp b/TAO/TAO_IDL/util/utl_exceptlist.cpp
index 9d55984cfb9..e291f95a82e 100644
--- a/TAO/TAO_IDL/util/utl_exceptlist.cpp
+++ b/TAO/TAO_IDL/util/utl_exceptlist.cpp
@@ -83,6 +83,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_exceptlist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_exprlist.cpp b/TAO/TAO_IDL/util/utl_exprlist.cpp
index aa65055ac0a..ad710e53ae2 100644
--- a/TAO/TAO_IDL/util/utl_exprlist.cpp
+++ b/TAO/TAO_IDL/util/utl_exprlist.cpp
@@ -83,6 +83,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_exprlist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_global.cpp b/TAO/TAO_IDL/util/utl_global.cpp
index 7e92d40eea8..30525870f5f 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -1,6 +1,5 @@
-//
// $Id$
-//
+
/*
COPYRIGHT
@@ -71,6 +70,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_global, "$Id$")
+
// Define an increment for the size of the array used to store names of
// included files
#undef INCREMENT
diff --git a/TAO/TAO_IDL/util/utl_identifier.cpp b/TAO/TAO_IDL/util/utl_identifier.cpp
index e24b385e7f9..185cd23f413 100644
--- a/TAO/TAO_IDL/util/utl_identifier.cpp
+++ b/TAO/TAO_IDL/util/utl_identifier.cpp
@@ -69,6 +69,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_identifier, "$Id$")
+
/*
* Constructors
*/
diff --git a/TAO/TAO_IDL/util/utl_idlist.cpp b/TAO/TAO_IDL/util/utl_idlist.cpp
index 6c06ab18903..93fd57bd468 100644
--- a/TAO/TAO_IDL/util/utl_idlist.cpp
+++ b/TAO/TAO_IDL/util/utl_idlist.cpp
@@ -83,6 +83,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_idlist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_indenter.cpp b/TAO/TAO_IDL/util/utl_indenter.cpp
index 4d43b0ebef5..852e5c203f6 100644
--- a/TAO/TAO_IDL/util/utl_indenter.cpp
+++ b/TAO/TAO_IDL/util/utl_indenter.cpp
@@ -70,6 +70,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_indenter, "$Id$")
+
/*
* Constructors
*/
diff --git a/TAO/TAO_IDL/util/utl_labellist.cpp b/TAO/TAO_IDL/util/utl_labellist.cpp
index 43bc82a89cb..8dfa1b4907f 100644
--- a/TAO/TAO_IDL/util/utl_labellist.cpp
+++ b/TAO/TAO_IDL/util/utl_labellist.cpp
@@ -83,6 +83,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_labellist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_list.cpp b/TAO/TAO_IDL/util/utl_list.cpp
index ab291d32777..ffbbe4e52f4 100644
--- a/TAO/TAO_IDL/util/utl_list.cpp
+++ b/TAO/TAO_IDL/util/utl_list.cpp
@@ -83,6 +83,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_list, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_namelist.cpp b/TAO/TAO_IDL/util/utl_namelist.cpp
index 63bc96cdc4d..d0f34fbf3f7 100644
--- a/TAO/TAO_IDL/util/utl_namelist.cpp
+++ b/TAO/TAO_IDL/util/utl_namelist.cpp
@@ -83,6 +83,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_namelist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_scope.cpp b/TAO/TAO_IDL/util/utl_scope.cpp
index 6b73c5668df..a44ffaedd0f 100644
--- a/TAO/TAO_IDL/util/utl_scope.cpp
+++ b/TAO/TAO_IDL/util/utl_scope.cpp
@@ -71,6 +71,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_scope, "$Id$")
+
#undef INCREMENT
#define INCREMENT 64
diff --git a/TAO/TAO_IDL/util/utl_stack.cpp b/TAO/TAO_IDL/util/utl_stack.cpp
index a9a69be27dd..719f6642cf7 100644
--- a/TAO/TAO_IDL/util/utl_stack.cpp
+++ b/TAO/TAO_IDL/util/utl_stack.cpp
@@ -71,6 +71,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_stack, "$Id$")
+
// Class UTL_ScopeStack
#undef INCREMENT
diff --git a/TAO/TAO_IDL/util/utl_string.cpp b/TAO/TAO_IDL/util/utl_string.cpp
index 970951133a9..692c5ba37a6 100644
--- a/TAO/TAO_IDL/util/utl_string.cpp
+++ b/TAO/TAO_IDL/util/utl_string.cpp
@@ -70,6 +70,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_string, "$Id$")
+
/*
* Constructors
*/
diff --git a/TAO/TAO_IDL/util/utl_strlist.cpp b/TAO/TAO_IDL/util/utl_strlist.cpp
index d2aac678822..115a9b04898 100644
--- a/TAO/TAO_IDL/util/utl_strlist.cpp
+++ b/TAO/TAO_IDL/util/utl_strlist.cpp
@@ -83,6 +83,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "idl.h"
#include "idl_extern.h"
+ACE_RCSID(util, utl_strlist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp
index 5c8458eee82..8d15d072d72 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp
@@ -59,6 +59,8 @@
#include <idl.hh>
#include <idl_extern.hh>
+ACE_RCSID(utl_tmpl, utl_decllist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp
index 8e6136e92ce..f9752591fae 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp
@@ -59,6 +59,8 @@
#include <idl.hh>
#include <idl_extern.hh>
+ACE_RCSID(utl_tmpl, utl_exceptlist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp
index bf67aab5564..5fb0bfc514c 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp
@@ -59,6 +59,8 @@
#include <idl.hh>
#include <idl_extern.hh>
+ACE_RCSID(utl_tmpl, utl_exprlist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp
index e4df564ccf5..2ed64484720 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp
@@ -59,6 +59,8 @@
#include <idl.hh>
#include <idl_extern.hh>
+ACE_RCSID(utl_tmpl, utl_idlist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp
index ea1cc9c4cff..9b71db9b83d 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp
@@ -59,6 +59,8 @@
#include <idl.hh>
#include <idl_extern.hh>
+ACE_RCSID(utl_tmpl, utl_labellist, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp
index 45b4c76429e..997b1301d41 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp
@@ -60,6 +60,8 @@
#include <utl_list.hh>
#include <idl_bool.hh>
+ACE_RCSID(utl_tmpl, utl_list, "$Id$")
+
/*
* Constructor(s)
*/
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp
index 45a8b298a56..f181d60648a 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp
@@ -59,6 +59,8 @@
#include <idl.hh>
#include <idl_extern.hh>
+ACE_RCSID(utl_tmpl, utl_namelist, "$Id$")
+
typedef UTL_List<UTL_NameList, UTL_ScopedName> _dummy_;
/*
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp
index c0315e8c145..2d79f76a3b1 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp
@@ -59,6 +59,8 @@
#include <idl.hh>
#include <idl_extern.hh>
+ACE_RCSID(utl_tmpl, utl_strlist, "$Id$")
+
/*
* Constructor(s)
*/