summaryrefslogtreecommitdiff
path: root/CIAO
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO')
-rw-r--r--CIAO/ciao/Containers/Container_Base_T.h2
-rw-r--r--CIAO/ciao/Containers/Session/Session_Container.h2
-rw-r--r--CIAO/ciao/Contexts/Context_Impl_Base_T.h2
-rw-r--r--CIAO/ciao/Contexts/Session/Session_Context_T.h2
-rw-r--r--CIAO/ciao/Servants/Connector_Servant_Impl_Base.h2
-rw-r--r--CIAO/ciao/Servants/Facet_Servant_Base_T.h2
-rw-r--r--CIAO/ciao/Servants/Home_Servant_Impl_Base.h2
-rw-r--r--CIAO/ciao/Servants/Home_Servant_Impl_T.h2
-rw-r--r--CIAO/ciao/Servants/Servant_Impl_Base.h2
-rw-r--r--CIAO/ciao/Servants/Session/Servant_Impl_T.h2
-rw-r--r--CIAO/ciao/Servants/StandardConfigurator_Impl.h2
-rw-r--r--CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.h2
-rw-r--r--CIAO/connectors/dds4ccm/impl/TimeUtilities.h2
-rw-r--r--CIAO/performance-tests/Protocols/Sender/Custom_Network_Priority_Mapping.h2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/basic_visitor.h2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/be_global.cpp2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/be_global.h2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/be_helper.cpp2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/be_helper.h2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/be_sunsoft.h2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/be_util.cpp2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/be_util.h2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/checking_visitor.h2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/identifier_helper.h2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/idl3_to_idl2_visitor.h2
-rw-r--r--CIAO/tools/IDL3_to_IDL2/idl3p_checking_visitor.h2
-rw-r--r--CIAO/tools/IDL3_to_XMI/Literals.h2
-rw-r--r--CIAO/tools/IDL3_to_XMI/be_global.cpp2
-rw-r--r--CIAO/tools/IDL3_to_XMI/be_global.h2
-rw-r--r--CIAO/tools/IDL3_to_XMI/be_helper.cpp2
-rw-r--r--CIAO/tools/IDL3_to_XMI/be_util.cpp2
-rw-r--r--CIAO/tools/IDL3_to_XMI/be_util.h2
-rw-r--r--CIAO/tools/IDL3_to_XMI/identifier_helper.h2
33 files changed, 0 insertions, 66 deletions
diff --git a/CIAO/ciao/Containers/Container_Base_T.h b/CIAO/ciao/Containers/Container_Base_T.h
index ab39051ac18..015808adaf9 100644
--- a/CIAO/ciao/Containers/Container_Base_T.h
+++ b/CIAO/ciao/Containers/Container_Base_T.h
@@ -4,8 +4,6 @@
/**
* @file Container_Base_T.h
*
- * $Id$
- *
* Header file for CIAO's container implementations
*
* @author Nanbor Wang <nanbor@cs.wustl.edu>
diff --git a/CIAO/ciao/Containers/Session/Session_Container.h b/CIAO/ciao/Containers/Session/Session_Container.h
index 8cd4ce5a804..fc58feb39e2 100644
--- a/CIAO/ciao/Containers/Session/Session_Container.h
+++ b/CIAO/ciao/Containers/Session/Session_Container.h
@@ -4,8 +4,6 @@
/**
* @file Session_Container.h
*
- * $Id$
- *
* Header file for CIAO's container implementations
*
* @author Nanbor Wang <nanbor@cs.wustl.edu>
diff --git a/CIAO/ciao/Contexts/Context_Impl_Base_T.h b/CIAO/ciao/Contexts/Context_Impl_Base_T.h
index 6d5d82d764c..5c0d0271426 100644
--- a/CIAO/ciao/Contexts/Context_Impl_Base_T.h
+++ b/CIAO/ciao/Contexts/Context_Impl_Base_T.h
@@ -4,8 +4,6 @@
/**
* @file Context_Impl_Base_T.h
*
- * $Id$
- *
* This file contains the non-template declaration of a base class for
* the template mixin for the generated context class.
*
diff --git a/CIAO/ciao/Contexts/Session/Session_Context_T.h b/CIAO/ciao/Contexts/Session/Session_Context_T.h
index 6eafcb4e181..9c0951432bd 100644
--- a/CIAO/ciao/Contexts/Session/Session_Context_T.h
+++ b/CIAO/ciao/Contexts/Session/Session_Context_T.h
@@ -4,8 +4,6 @@
/**
* @file Session_Context_T.h
*
- * $Id$
- *
* This file contains the declaration of a mixin base class for
* the generated context class.
*
diff --git a/CIAO/ciao/Servants/Connector_Servant_Impl_Base.h b/CIAO/ciao/Servants/Connector_Servant_Impl_Base.h
index 965b44d1433..f50c8b55594 100644
--- a/CIAO/ciao/Servants/Connector_Servant_Impl_Base.h
+++ b/CIAO/ciao/Servants/Connector_Servant_Impl_Base.h
@@ -4,8 +4,6 @@
/**
* @file Connector_Servant_Impl_Base.h
*
- * $Id$
- *
* This file contains the non-template declaration of a base class for
* the template mixin for the generated connector servant class.
*
diff --git a/CIAO/ciao/Servants/Facet_Servant_Base_T.h b/CIAO/ciao/Servants/Facet_Servant_Base_T.h
index ea1104077e8..66f20ebfa91 100644
--- a/CIAO/ciao/Servants/Facet_Servant_Base_T.h
+++ b/CIAO/ciao/Servants/Facet_Servant_Base_T.h
@@ -4,8 +4,6 @@
/**
* @file Facet_Servant_Base_T.h
*
- * $Id$
- *
* This file contains the declaration of a mixin base class for
* the generated interface servant class.
*
diff --git a/CIAO/ciao/Servants/Home_Servant_Impl_Base.h b/CIAO/ciao/Servants/Home_Servant_Impl_Base.h
index 7486f03cafe..942a43b3d66 100644
--- a/CIAO/ciao/Servants/Home_Servant_Impl_Base.h
+++ b/CIAO/ciao/Servants/Home_Servant_Impl_Base.h
@@ -4,8 +4,6 @@
/**
* @file Home_Servant_Impl_Base.h
*
- * $Id$
- *
* This file contains the non-template declaration of a base class for
* the template mixin for the generated home servant class.
*
diff --git a/CIAO/ciao/Servants/Home_Servant_Impl_T.h b/CIAO/ciao/Servants/Home_Servant_Impl_T.h
index c6228b97c65..b65c9584839 100644
--- a/CIAO/ciao/Servants/Home_Servant_Impl_T.h
+++ b/CIAO/ciao/Servants/Home_Servant_Impl_T.h
@@ -4,8 +4,6 @@
/**
* @file Home_Servant_Impl_T.h
*
- * $Id$
- *
* This file contains the declaration of a mixin base class for
* the generated home servant class.
*
diff --git a/CIAO/ciao/Servants/Servant_Impl_Base.h b/CIAO/ciao/Servants/Servant_Impl_Base.h
index 6158fe1f5fc..686fa2ea40b 100644
--- a/CIAO/ciao/Servants/Servant_Impl_Base.h
+++ b/CIAO/ciao/Servants/Servant_Impl_Base.h
@@ -4,8 +4,6 @@
/**
* @file Servant_Impl_Base.h
*
- * $Id$
- *
* This file contains the non-template declaration of a base class for
* the template mixin for the generated component servant class.
*
diff --git a/CIAO/ciao/Servants/Session/Servant_Impl_T.h b/CIAO/ciao/Servants/Session/Servant_Impl_T.h
index a64f0471ae1..bcbbb48cf5a 100644
--- a/CIAO/ciao/Servants/Session/Servant_Impl_T.h
+++ b/CIAO/ciao/Servants/Session/Servant_Impl_T.h
@@ -4,8 +4,6 @@
/**
* @file Servant_Impl_T.h
*
- * $Id$
- *
* This file contains the declaration of a mixin base class for
* the generated servant class.
*
diff --git a/CIAO/ciao/Servants/StandardConfigurator_Impl.h b/CIAO/ciao/Servants/StandardConfigurator_Impl.h
index 95f9b58791c..14e47a46a0b 100644
--- a/CIAO/ciao/Servants/StandardConfigurator_Impl.h
+++ b/CIAO/ciao/Servants/StandardConfigurator_Impl.h
@@ -4,8 +4,6 @@
/**
* @file StandardConfigurator_Impl.h
*
- * $Id$
- *
* This file contains implementation for the servant of
* Components::StandardConfigurator interface.
*
diff --git a/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.h b/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.h
index 71fb08df9f5..5d02b6cb096 100644
--- a/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.h
+++ b/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.h
@@ -4,8 +4,6 @@
/**
* @file ami4ccm.h
*
- * $Id$
- *
* Include all the required headers to use CCM AMI easily.
*
* @author Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/CIAO/connectors/dds4ccm/impl/TimeUtilities.h b/CIAO/connectors/dds4ccm/impl/TimeUtilities.h
index 455e3261a0b..dbb7476a908 100644
--- a/CIAO/connectors/dds4ccm/impl/TimeUtilities.h
+++ b/CIAO/connectors/dds4ccm/impl/TimeUtilities.h
@@ -2,8 +2,6 @@
/**
* @file TimeUtilities.h
*
- * $Id$
- *
* @author Marcel Smit (msmit@remedy.nl)
*/
//=============================================================================
diff --git a/CIAO/performance-tests/Protocols/Sender/Custom_Network_Priority_Mapping.h b/CIAO/performance-tests/Protocols/Sender/Custom_Network_Priority_Mapping.h
index cfdcb226bee..1869662036f 100644
--- a/CIAO/performance-tests/Protocols/Sender/Custom_Network_Priority_Mapping.h
+++ b/CIAO/performance-tests/Protocols/Sender/Custom_Network_Priority_Mapping.h
@@ -3,8 +3,6 @@
/**
* @file Custom_Network_Priority_Mapping.h
*
- * $Id$
- *
* Declares the Custom_Network_Priority_Mapping interface,
*
*
diff --git a/CIAO/tools/IDL3_to_IDL2/basic_visitor.h b/CIAO/tools/IDL3_to_IDL2/basic_visitor.h
index 3e86b00d161..d2d702ee8a8 100644
--- a/CIAO/tools/IDL3_to_IDL2/basic_visitor.h
+++ b/CIAO/tools/IDL3_to_IDL2/basic_visitor.h
@@ -4,8 +4,6 @@
/**
* @file basic_visitor.h
*
- * $Id$
- *
* Base class for other visitors in this backend.
*
*
diff --git a/CIAO/tools/IDL3_to_IDL2/be_global.cpp b/CIAO/tools/IDL3_to_IDL2/be_global.cpp
index 2b9b97a1387..c509e9efc63 100644
--- a/CIAO/tools/IDL3_to_IDL2/be_global.cpp
+++ b/CIAO/tools/IDL3_to_IDL2/be_global.cpp
@@ -3,8 +3,6 @@
/**
* @file be_global.cpp
*
- * $Id$
- *
* Stores global data specific to the compiler back end.
*
*
diff --git a/CIAO/tools/IDL3_to_IDL2/be_global.h b/CIAO/tools/IDL3_to_IDL2/be_global.h
index fd281bca9a5..51683a4f6d4 100644
--- a/CIAO/tools/IDL3_to_IDL2/be_global.h
+++ b/CIAO/tools/IDL3_to_IDL2/be_global.h
@@ -4,8 +4,6 @@
/**
* @file be_global.h
*
- * $Id$
- *
* Header file for class containing compiler back end global data.
*
*
diff --git a/CIAO/tools/IDL3_to_IDL2/be_helper.cpp b/CIAO/tools/IDL3_to_IDL2/be_helper.cpp
index aa3f151d1a8..7aa14440cf2 100644
--- a/CIAO/tools/IDL3_to_IDL2/be_helper.cpp
+++ b/CIAO/tools/IDL3_to_IDL2/be_helper.cpp
@@ -3,8 +3,6 @@
/**
* @file be_helper.cpp
*
- * $Id$
- *
* Provides helper classes to print generated code to the output
*
*
diff --git a/CIAO/tools/IDL3_to_IDL2/be_helper.h b/CIAO/tools/IDL3_to_IDL2/be_helper.h
index 984ddaef9b4..5d85fdeaba4 100644
--- a/CIAO/tools/IDL3_to_IDL2/be_helper.h
+++ b/CIAO/tools/IDL3_to_IDL2/be_helper.h
@@ -4,8 +4,6 @@
/**
* @file be_helper.h
*
- * $Id$
- *
* Defines the abstract class for outputting the C++ mapping. This is a
* helper class to the singleton TAO_CodeGen class
*
diff --git a/CIAO/tools/IDL3_to_IDL2/be_sunsoft.h b/CIAO/tools/IDL3_to_IDL2/be_sunsoft.h
index 689c9a7ed35..1dee47691a2 100644
--- a/CIAO/tools/IDL3_to_IDL2/be_sunsoft.h
+++ b/CIAO/tools/IDL3_to_IDL2/be_sunsoft.h
@@ -4,8 +4,6 @@
/**
* @file be_sunsoft.h
*
- * $Id$
- *
* SunSoft specific backend output generation
*
*
diff --git a/CIAO/tools/IDL3_to_IDL2/be_util.cpp b/CIAO/tools/IDL3_to_IDL2/be_util.cpp
index a2089a20f2d..85b062bbea2 100644
--- a/CIAO/tools/IDL3_to_IDL2/be_util.cpp
+++ b/CIAO/tools/IDL3_to_IDL2/be_util.cpp
@@ -3,8 +3,6 @@
/**
* @file be_util.cpp
*
- * $Id$
- *
* Static helper methods used by multiple visitors.
*
*
diff --git a/CIAO/tools/IDL3_to_IDL2/be_util.h b/CIAO/tools/IDL3_to_IDL2/be_util.h
index 0cbb7e8a5c7..802f57c1634 100644
--- a/CIAO/tools/IDL3_to_IDL2/be_util.h
+++ b/CIAO/tools/IDL3_to_IDL2/be_util.h
@@ -4,8 +4,6 @@
/**
* @file be_util.h
*
- * $Id$
- *
* Static helper methods used by multiple visitors.
*
*
diff --git a/CIAO/tools/IDL3_to_IDL2/checking_visitor.h b/CIAO/tools/IDL3_to_IDL2/checking_visitor.h
index 66837cbf450..ba8a97651d8 100644
--- a/CIAO/tools/IDL3_to_IDL2/checking_visitor.h
+++ b/CIAO/tools/IDL3_to_IDL2/checking_visitor.h
@@ -4,8 +4,6 @@
/**
* @file checking_visitor.h
*
- * $Id$
- *
* Visitor that checks input IDL3 in a separate pass.
*
*
diff --git a/CIAO/tools/IDL3_to_IDL2/identifier_helper.h b/CIAO/tools/IDL3_to_IDL2/identifier_helper.h
index 57bcb55c3b8..c88e13fc6d0 100644
--- a/CIAO/tools/IDL3_to_IDL2/identifier_helper.h
+++ b/CIAO/tools/IDL3_to_IDL2/identifier_helper.h
@@ -4,8 +4,6 @@
/**
* @file identifier_helper.h
*
- * $Id$
- *
* Utilities associated with UTL_Identifier.
*
*
diff --git a/CIAO/tools/IDL3_to_IDL2/idl3_to_idl2_visitor.h b/CIAO/tools/IDL3_to_IDL2/idl3_to_idl2_visitor.h
index 3db944baec6..2683567dda6 100644
--- a/CIAO/tools/IDL3_to_IDL2/idl3_to_idl2_visitor.h
+++ b/CIAO/tools/IDL3_to_IDL2/idl3_to_idl2_visitor.h
@@ -4,8 +4,6 @@
/**
* @file idl3_to_idl2_visitor.h
*
- * $Id$
- *
* Generates equivalent IDL2 from IDL3.
*
*
diff --git a/CIAO/tools/IDL3_to_IDL2/idl3p_checking_visitor.h b/CIAO/tools/IDL3_to_IDL2/idl3p_checking_visitor.h
index ada1280f1ad..ef2178d047e 100644
--- a/CIAO/tools/IDL3_to_IDL2/idl3p_checking_visitor.h
+++ b/CIAO/tools/IDL3_to_IDL2/idl3p_checking_visitor.h
@@ -4,8 +4,6 @@
/**
* @file idl3p_checking_visitor.h
*
- * $Id$
- *
* Header file for visitor that checks modules for the
* presence of declarations other than non-code-generating
* IDL3+ constructs. Prevents the generation of illegal
diff --git a/CIAO/tools/IDL3_to_XMI/Literals.h b/CIAO/tools/IDL3_to_XMI/Literals.h
index e36c3adc145..f82896e7696 100644
--- a/CIAO/tools/IDL3_to_XMI/Literals.h
+++ b/CIAO/tools/IDL3_to_XMI/Literals.h
@@ -2,8 +2,6 @@
* @file Literals.h
* @author William R. Otte <wotte@dre.vanderbilt.edu>
*
- * $Id$
- *
*/
#ifndef XMI_LITERALS_H
diff --git a/CIAO/tools/IDL3_to_XMI/be_global.cpp b/CIAO/tools/IDL3_to_XMI/be_global.cpp
index 7670a374215..e4815e55621 100644
--- a/CIAO/tools/IDL3_to_XMI/be_global.cpp
+++ b/CIAO/tools/IDL3_to_XMI/be_global.cpp
@@ -3,8 +3,6 @@
/**
* @file be_global.cpp
*
- * $Id$
- *
* Stores global data specific to the compiler back end.
*
*
diff --git a/CIAO/tools/IDL3_to_XMI/be_global.h b/CIAO/tools/IDL3_to_XMI/be_global.h
index f7c4d15e441..1313ac9ed87 100644
--- a/CIAO/tools/IDL3_to_XMI/be_global.h
+++ b/CIAO/tools/IDL3_to_XMI/be_global.h
@@ -4,8 +4,6 @@
/**
* @file be_global.h
*
- * $Id$
- *
* Header file for class containing compiler back end global data.
*
*
diff --git a/CIAO/tools/IDL3_to_XMI/be_helper.cpp b/CIAO/tools/IDL3_to_XMI/be_helper.cpp
index 6fe250e4a58..0a936950b97 100644
--- a/CIAO/tools/IDL3_to_XMI/be_helper.cpp
+++ b/CIAO/tools/IDL3_to_XMI/be_helper.cpp
@@ -3,8 +3,6 @@
/**
* @file be_helper.cpp
*
- * $Id$
- *
* Provides helper classes to print generated code to the output
*
*
diff --git a/CIAO/tools/IDL3_to_XMI/be_util.cpp b/CIAO/tools/IDL3_to_XMI/be_util.cpp
index 9b0badcdbac..31722551311 100644
--- a/CIAO/tools/IDL3_to_XMI/be_util.cpp
+++ b/CIAO/tools/IDL3_to_XMI/be_util.cpp
@@ -3,8 +3,6 @@
/**
* @file be_util.cpp
*
- * $Id$
- *
* Static helper methods used by multiple visitors.
*
*
diff --git a/CIAO/tools/IDL3_to_XMI/be_util.h b/CIAO/tools/IDL3_to_XMI/be_util.h
index c25dcf00aa8..49dc387d89a 100644
--- a/CIAO/tools/IDL3_to_XMI/be_util.h
+++ b/CIAO/tools/IDL3_to_XMI/be_util.h
@@ -4,8 +4,6 @@
/**
* @file be_util.h
*
- * $Id$
- *
* Static helper methods used by multiple visitors.
*
*
diff --git a/CIAO/tools/IDL3_to_XMI/identifier_helper.h b/CIAO/tools/IDL3_to_XMI/identifier_helper.h
index a305741a7c8..766c9c9eda0 100644
--- a/CIAO/tools/IDL3_to_XMI/identifier_helper.h
+++ b/CIAO/tools/IDL3_to_XMI/identifier_helper.h
@@ -4,8 +4,6 @@
/**
* @file identifier_helper.h
*
- * $Id$
- *
* Utilities associated with UTL_Identifier.
*
*