summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be')
-rw-r--r--TAO/TAO_IDL/be/be_connector.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_consumes.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_emits.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_extended_port.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_generator.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_identifier_helper.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_init.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_mirror_port.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_porttype.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_produce.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_provides.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_publishes.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_template_module.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_template_module_inst.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_template_module_ref.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_tmplinst.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_uses.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attr_assign.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attr_init.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attr_return.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_member_type_decl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_null_return_value.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp2
27 files changed, 0 insertions, 53 deletions
diff --git a/TAO/TAO_IDL/be/be_connector.cpp b/TAO/TAO_IDL/be/be_connector.cpp
index 00cb361db33..b1c4c1c68a9 100644
--- a/TAO/TAO_IDL/be/be_connector.cpp
+++ b/TAO/TAO_IDL/be/be_connector.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_connector.h"
#include "be_visitor.h"
#include "ast_module.h"
diff --git a/TAO/TAO_IDL/be/be_consumes.cpp b/TAO/TAO_IDL/be/be_consumes.cpp
index 792a0675e45..479ef491ae5 100644
--- a/TAO/TAO_IDL/be/be_consumes.cpp
+++ b/TAO/TAO_IDL/be/be_consumes.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_consumes.h"
#include "be_eventtype.h"
#include "be_visitor.h"
diff --git a/TAO/TAO_IDL/be/be_emits.cpp b/TAO/TAO_IDL/be/be_emits.cpp
index bad1fd05214..af1edb18102 100644
--- a/TAO/TAO_IDL/be/be_emits.cpp
+++ b/TAO/TAO_IDL/be/be_emits.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_emits.h"
#include "be_eventtype.h"
#include "be_visitor.h"
diff --git a/TAO/TAO_IDL/be/be_extended_port.cpp b/TAO/TAO_IDL/be/be_extended_port.cpp
index 6198e5ee340..bf7be8e98b8 100644
--- a/TAO/TAO_IDL/be/be_extended_port.cpp
+++ b/TAO/TAO_IDL/be/be_extended_port.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_extended_port.h"
#include "be_visitor.h"
diff --git a/TAO/TAO_IDL/be/be_generator.cpp b/TAO/TAO_IDL/be/be_generator.cpp
index aca95d1012e..e3ad62f4899 100644
--- a/TAO/TAO_IDL/be/be_generator.cpp
+++ b/TAO/TAO_IDL/be/be_generator.cpp
@@ -1,4 +1,3 @@
-// $Id$
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/be/be_identifier_helper.cpp b/TAO/TAO_IDL/be/be_identifier_helper.cpp
index ba8e40586c2..9abb24ce0ba 100644
--- a/TAO/TAO_IDL/be/be_identifier_helper.cpp
+++ b/TAO/TAO_IDL/be/be_identifier_helper.cpp
@@ -1,6 +1,4 @@
/* -*- c++ -*- */
-// $Id$
-
#include "be_identifier_helper.h"
#include "be_type.h"
diff --git a/TAO/TAO_IDL/be/be_init.cpp b/TAO/TAO_IDL/be/be_init.cpp
index c1bd5233162..0bc55c7d168 100644
--- a/TAO/TAO_IDL/be/be_init.cpp
+++ b/TAO/TAO_IDL/be/be_init.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "global_extern.h"
#include "be_extern.h"
#include "../../tao/Version.h"
diff --git a/TAO/TAO_IDL/be/be_mirror_port.cpp b/TAO/TAO_IDL/be/be_mirror_port.cpp
index 7b330b35869..8ee81e31128 100644
--- a/TAO/TAO_IDL/be/be_mirror_port.cpp
+++ b/TAO/TAO_IDL/be/be_mirror_port.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_mirror_port.h"
#include "be_visitor.h"
diff --git a/TAO/TAO_IDL/be/be_porttype.cpp b/TAO/TAO_IDL/be/be_porttype.cpp
index c0eef67e4fa..9cd5e14a99f 100644
--- a/TAO/TAO_IDL/be/be_porttype.cpp
+++ b/TAO/TAO_IDL/be/be_porttype.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_porttype.h"
#include "be_visitor.h"
diff --git a/TAO/TAO_IDL/be/be_produce.cpp b/TAO/TAO_IDL/be/be_produce.cpp
index 3f7b566179a..1db60dd8097 100644
--- a/TAO/TAO_IDL/be/be_produce.cpp
+++ b/TAO/TAO_IDL/be/be_produce.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/be/be_provides.cpp b/TAO/TAO_IDL/be/be_provides.cpp
index 0d4fd18ff2f..5d6fcbcf775 100644
--- a/TAO/TAO_IDL/be/be_provides.cpp
+++ b/TAO/TAO_IDL/be/be_provides.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_provides.h"
#include "be_interface.h"
#include "be_operation.h"
diff --git a/TAO/TAO_IDL/be/be_publishes.cpp b/TAO/TAO_IDL/be/be_publishes.cpp
index 7b748de9fa3..7920c556635 100644
--- a/TAO/TAO_IDL/be/be_publishes.cpp
+++ b/TAO/TAO_IDL/be/be_publishes.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_publishes.h"
#include "be_eventtype.h"
#include "be_visitor.h"
diff --git a/TAO/TAO_IDL/be/be_template_module.cpp b/TAO/TAO_IDL/be/be_template_module.cpp
index 86ada735c42..14fe8190139 100644
--- a/TAO/TAO_IDL/be/be_template_module.cpp
+++ b/TAO/TAO_IDL/be/be_template_module.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_template_module.h"
#include "be_visitor.h"
diff --git a/TAO/TAO_IDL/be/be_template_module_inst.cpp b/TAO/TAO_IDL/be/be_template_module_inst.cpp
index 793f4898efd..3380ad2f6c7 100644
--- a/TAO/TAO_IDL/be/be_template_module_inst.cpp
+++ b/TAO/TAO_IDL/be/be_template_module_inst.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_template_module_inst.h"
#include "be_visitor.h"
diff --git a/TAO/TAO_IDL/be/be_template_module_ref.cpp b/TAO/TAO_IDL/be/be_template_module_ref.cpp
index 807ce9135fc..20f30788315 100644
--- a/TAO/TAO_IDL/be/be_template_module_ref.cpp
+++ b/TAO/TAO_IDL/be/be_template_module_ref.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_template_module_ref.h"
#include "be_visitor.h"
diff --git a/TAO/TAO_IDL/be/be_tmplinst.cpp b/TAO/TAO_IDL/be/be_tmplinst.cpp
index 9d0a424aad0..a5d051bd393 100644
--- a/TAO/TAO_IDL/be/be_tmplinst.cpp
+++ b/TAO/TAO_IDL/be/be_tmplinst.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_visitor_typecode/typecode_defn.h"
#include "ast_interface.h"
#include "ace/Singleton.h"
diff --git a/TAO/TAO_IDL/be/be_uses.cpp b/TAO/TAO_IDL/be/be_uses.cpp
index 64f599b6e36..1837fb30a19 100644
--- a/TAO/TAO_IDL/be/be_uses.cpp
+++ b/TAO/TAO_IDL/be/be_uses.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_uses.h"
#include "be_interface.h"
#include "be_visitor.h"
diff --git a/TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp b/TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp
index ae6a842388b..544c8e1f539 100644
--- a/TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_visitor_any_extracted_type_decl.h"
#include "be_visitor_context.h"
diff --git a/TAO/TAO_IDL/be/be_visitor_attr_assign.cpp b/TAO/TAO_IDL/be/be_visitor_attr_assign.cpp
index f5005170383..692367b1245 100644
--- a/TAO/TAO_IDL/be/be_visitor_attr_assign.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attr_assign.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_visitor_attr_assign.h"
#include "be_visitor_context.h"
diff --git a/TAO/TAO_IDL/be/be_visitor_attr_init.cpp b/TAO/TAO_IDL/be/be_visitor_attr_init.cpp
index ff9507ee2d3..3667347c681 100644
--- a/TAO/TAO_IDL/be/be_visitor_attr_init.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attr_init.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_visitor_attr_init.h"
#include "be_visitor_context.h"
#include "be_helper.h"
diff --git a/TAO/TAO_IDL/be/be_visitor_attr_return.cpp b/TAO/TAO_IDL/be/be_visitor_attr_return.cpp
index 4ee3f4d0a7d..4ff0e93139e 100644
--- a/TAO/TAO_IDL/be/be_visitor_attr_return.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attr_return.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_visitor_attr_return.h"
#include "be_visitor_context.h"
diff --git a/TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp b/TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp
index 05e3c06f76f..6dc5900e433 100644
--- a/TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_visitor_attr_setarg_type.h"
#include "be_visitor_context.h"
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp
index 6859ab31091..d7114306b98 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "interface.h"
be_visitor_interface_direct_proxy_impl_sh::
diff --git a/TAO/TAO_IDL/be/be_visitor_member_type_decl.cpp b/TAO/TAO_IDL/be/be_visitor_member_type_decl.cpp
index f1ea4cf1871..9917cbac4f4 100644
--- a/TAO/TAO_IDL/be/be_visitor_member_type_decl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_member_type_decl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_visitor_member_type_decl.h"
#include "be_visitor_context.h"
diff --git a/TAO/TAO_IDL/be/be_visitor_null_return_value.cpp b/TAO/TAO_IDL/be/be_visitor_null_return_value.cpp
index 6d32de4cf5a..6965580b91d 100644
--- a/TAO/TAO_IDL/be/be_visitor_null_return_value.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_null_return_value.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "be_visitor_null_return_value.h"
#include "be_visitor_context.h"
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp
index 41c1fe40707..714bcfa1e3b 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "operation.h"
be_visitor_operation_direct_proxy_impl_ss::
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp
index 9e77753b934..46dadc29d59 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "operation.h"
be_visitor_operation_proxy_impl_xh::be_visitor_operation_proxy_impl_xh (