summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_conn_ex_idl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_rh_ex_idl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp2
-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/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/facet_svth.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/facet_svts.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface.h2
-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_ex_idl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_ih.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_is.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_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_svth.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_svts.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_cs.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_ss.cpp2
25 files changed, 0 insertions, 50 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_conn_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_conn_ex_idl.cpp
index d407264b8bb..e6ea2e9f528 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_conn_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_conn_ex_idl.cpp
@@ -3,8 +3,6 @@
/**
* @file ami4ccm_conn_ex_idl.cpp
*
- * $Id$
- *
* Visitor generating code for AMI4CCM Interfaces in the executor IDL
*
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_rh_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_rh_ex_idl.cpp
index ede59f9fc1d..1b6919a9853 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_rh_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_rh_ex_idl.cpp
@@ -3,8 +3,6 @@
/**
* @file ami4ccm_rh_ex_idl.cpp
*
- * $Id$
- *
* Visitor generating code for AMI4CCM Interfaces in the executor IDL
*
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp
index d932f7c0454..1cbc59cd559 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp
@@ -3,8 +3,6 @@
/**
* @file ami4ccm_sendc_ex_idl.cpp
*
- * $Id$
- *
* Visitor generating code for AMI4CCM Interfaces in the executor IDL
*
* @author Jeff Parsons
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 9ac034be916..f3bdab528ba 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
@@ -3,8 +3,6 @@
/**
* @file any_op_ch.cpp
*
- * $Id$
- *
* Visitor generating code for Any operators for an Interface 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 d34030d20a6..c4e3d13080c 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
@@ -3,8 +3,6 @@
/**
* @file any_op_cs.cpp
*
- * $Id$
- *
* Visitor generating code for Any operators for Interface in the stubs
* file.
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp
index 43c12f601ec..b1549c3027c 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp
@@ -3,8 +3,6 @@
/**
* @file cdr_op_ch.cpp
*
- * $Id$
- *
* Visitor generating code for CDR operators for interfaces. This uses
* compiled marshaling.
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp
index d139aa0545a..e2b24c8a1a2 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp
@@ -3,8 +3,6 @@
/**
* @file cdr_op_cs.cpp
*
- * $Id$
- *
* Visitor generating code for CDR operators for interfaces
*
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/facet_svth.cpp b/TAO/TAO_IDL/be/be_visitor_interface/facet_svth.cpp
index 867a3675ef7..170599bc058 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/facet_svth.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/facet_svth.cpp
@@ -3,8 +3,6 @@
/**
* @file facet_svth.cpp
*
- * $Id$
- *
* Visitor generating code for a facet servant class in the
* servant header.
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/facet_svts.cpp b/TAO/TAO_IDL/be/be_visitor_interface/facet_svts.cpp
index 1e921ecec06..fee8803a934 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/facet_svts.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/facet_svts.cpp
@@ -3,8 +3,6 @@
/**
* @file facet_svts.cpp
*
- * $Id$
- *
* Visitor generating code for a facet servant class in the
* servant source.
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
index d75f95f778c..71918385a4f 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
@@ -3,8 +3,6 @@
/**
* @file interface.cpp
*
- * $Id$
- *
* Visitor generating code for Interfaces. This is a generic visitor.
*
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface.h b/TAO/TAO_IDL/be/be_visitor_interface/interface.h
index b2d9d06bf93..4e114c9a269 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface.h
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface.h
@@ -3,8 +3,6 @@
/**
* @file interface.h
*
- * $Id$
- *
* Visitors for generation of code for Interface
*
*
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 0fb0b926ebb..3e85aba0f08 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp
@@ -3,8 +3,6 @@
/**
* @file interface_ch.cpp
*
- * $Id$
- *
* Visitor generating code for Interfaces in the 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 fa1156a4691..3b90adf1d8e 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
@@ -3,8 +3,6 @@
/**
* @file interface_ci.cpp
*
- * $Id$
- *
* Visitor generating code for Interfaces in the client inline file
*
*
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 543d5e13936..e7b7eb75b97 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
@@ -2,8 +2,6 @@
/**
* @file interface_cs.cpp
*
- * $Id$
- *
* Visitor generating code for Interfaces in the client stubs file.
*
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp
index 304a8ffdc8d..55bc88f4daa 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp
@@ -3,8 +3,6 @@
/**
* @file interface_ex_idl.cpp
*
- * $Id$
- *
* Visitor generating code for Interfaces in the
* CIAO executor IDL file.
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ih.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ih.cpp
index f8d7fd3e32c..f07420a77e0 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ih.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ih.cpp
@@ -3,8 +3,6 @@
/**
* @file interface_ih.cpp
*
- * $Id$
- *
* Visitor generating code for Interfaces in the implementation header
*
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_is.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_is.cpp
index dc0cee6957f..5970c253bad 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_is.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_is.cpp
@@ -3,8 +3,6 @@
/**
* @file interface_is.cpp
*
- * $Id$
- *
* Visitor generating code for Interfaces in the implementation skeletons file.
*
*
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 f81a2c9dee7..bd7bc493bc5 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
@@ -3,8 +3,6 @@
/**
* @file interface_sh.cpp
*
- * $Id$
- *
* Visitor generating code for Interfaces in the server header
*
*
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 5cfa523741b..eaf4d154dc9 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
@@ -3,8 +3,6 @@
/**
* @file interface_ss.cpp
*
- * $Id$
- *
* Visitor generating code for Interfaces in the server skeletons file.
*
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_svth.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_svth.cpp
index 96f81c7bd75..7dd494bf83e 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_svth.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_svth.cpp
@@ -3,8 +3,6 @@
/**
* @file interface_svth.cpp
*
- * $Id$
- *
* Visitor generating code for Interfaces in the
* CIAO template servant header file.
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_svts.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_svts.cpp
index 4ac7ae90bcf..1b13124798a 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_svts.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_svts.cpp
@@ -3,8 +3,6 @@
/**
* @file interface_svts.cpp
*
- * $Id$
- *
* Visitor generating code for Interfaces in the
* CIAO template servant source file.
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp
index 6632574aeff..fef71201989 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp
@@ -2,8 +2,6 @@
/**
* @file smart_proxy_ch.cpp
*
- * $Id$
- *
* This provides code generation for smart proxy classes for an
* interface in the client header.
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp
index 082d522681f..977eef9cb2b 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp
@@ -3,8 +3,6 @@
/**
* @file smart_proxy_cs.cpp
*
- * $Id$
- *
* Visitor generating code for smart_proxy classes for an Interface in the
* client proxy file.
*
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 3539e1fdd56..0de2e1177cf 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp
@@ -3,8 +3,6 @@
/**
* @file tie_sh.cpp
*
- * $Id$
- *
* Visitor generating code for TIE class for an Interface in the header
* file.
*
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/tie_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/tie_ss.cpp
index 4ef14930859..b0048581743 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/tie_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/tie_ss.cpp
@@ -3,8 +3,6 @@
/**
* @file tie_ss.cpp
*
- * $Id$
- *
* Visitor generating code for TIE classes for the Interface node in the
* inline file.
*