diff options
200 files changed, 32 insertions, 320 deletions
diff --git a/ACE/debian/platform_macros.GNU b/ACE/debian/platform_macros.GNU index 145e79a7cf1..0b8b6bef4e6 100644 --- a/ACE/debian/platform_macros.GNU +++ b/ACE/debian/platform_macros.GNU @@ -1,4 +1,3 @@ -# $Id$ debug = 0 optimize = 1 diff --git a/ACE/include/makeinclude/all_in_one.GNU b/ACE/include/makeinclude/all_in_one.GNU index c2a718508ad..09edbc98fb2 100644 --- a/ACE/include/makeinclude/all_in_one.GNU +++ b/ACE/include/makeinclude/all_in_one.GNU @@ -1,7 +1,7 @@ # -*- Makefile -*- #---------------------------------------------------------------------------- -# $Id$ +# #---------------------------------------------------------------------------- # Only include once. diff --git a/ACE/include/makeinclude/component_check.GNU b/ACE/include/makeinclude/component_check.GNU index 97a4ac4a560..b592d053b57 100644 --- a/ACE/include/makeinclude/component_check.GNU +++ b/ACE/include/makeinclude/component_check.GNU @@ -1,7 +1,7 @@ # -*- Makefile -*- #---------------------------------------------------------------------------- -# $Id$ +# #---------------------------------------------------------------------------- # Load all components. diff --git a/ACE/include/makeinclude/macros.GNU b/ACE/include/makeinclude/macros.GNU index 463d7f6e105..aca73bb20da 100644 --- a/ACE/include/makeinclude/macros.GNU +++ b/ACE/include/makeinclude/macros.GNU @@ -1,7 +1,7 @@ #-*- Makefile -*- #---------------------------------------------------------------------------- -# $Id$ +# # # Local and nested target definitions #---------------------------------------------------------------------------- diff --git a/ACE/include/makeinclude/platform_aix.GNU b/ACE/include/makeinclude/platform_aix.GNU index 9e355abfc60..7d09c969385 100644 --- a/ACE/include/makeinclude/platform_aix.GNU +++ b/ACE/include/makeinclude/platform_aix.GNU @@ -1,4 +1,3 @@ -# $Id$ # AIX 5.x using the IBM C Set++ compiler. # diff --git a/ACE/include/makeinclude/platform_aix_g++.GNU b/ACE/include/makeinclude/platform_aix_g++.GNU index 85321ee86e9..5576d81177d 100644 --- a/ACE/include/makeinclude/platform_aix_g++.GNU +++ b/ACE/include/makeinclude/platform_aix_g++.GNU @@ -1,4 +1,3 @@ -# $Id$ # # Platform macros for building on AIX with g++. This has been tested on # AIX 4.3 and 5 with gcc 3. Earlier versions of gcc may compile, but are diff --git a/ACE/include/makeinclude/platform_aix_ibm.GNU b/ACE/include/makeinclude/platform_aix_ibm.GNU index ff3477ab64f..49a365d9ac8 100644 --- a/ACE/include/makeinclude/platform_aix_ibm.GNU +++ b/ACE/include/makeinclude/platform_aix_ibm.GNU @@ -1,4 +1,3 @@ -# $Id$ # This file is for use with AIX 5.x and up, using either of the IBM # compilers (Visual Age C++ 6 or newer XL C++ compiler). diff --git a/ACE/include/makeinclude/platform_android.GNU b/ACE/include/makeinclude/platform_android.GNU index 5caf2184834..0a3894b7817 100644 --- a/ACE/include/makeinclude/platform_android.GNU +++ b/ACE/include/makeinclude/platform_android.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # This file should allow ACE to be built for Android 2.3.1 (API Level 9) # or greater, by cross compiling on Linux. diff --git a/ACE/include/makeinclude/platform_cegcc.GNU b/ACE/include/makeinclude/platform_cegcc.GNU index 67f6c77e585..6456f9b1c08 100644 --- a/ACE/include/makeinclude/platform_cegcc.GNU +++ b/ACE/include/makeinclude/platform_cegcc.GNU @@ -1,4 +1,3 @@ -# $Id$ # # This file should allow to build ACE for Windows CE with GCC tools. # diff --git a/ACE/include/makeinclude/platform_clang_common.GNU b/ACE/include/makeinclude/platform_clang_common.GNU index bec96324add..d06e624d6cb 100644 --- a/ACE/include/makeinclude/platform_clang_common.GNU +++ b/ACE/include/makeinclude/platform_clang_common.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # # Common file help turn on/off explicit template instantiation diff --git a/ACE/include/makeinclude/platform_cygwin32.GNU b/ACE/include/makeinclude/platform_cygwin32.GNU index d7eb70a8fab..66e1098d015 100644 --- a/ACE/include/makeinclude/platform_cygwin32.GNU +++ b/ACE/include/makeinclude/platform_cygwin32.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # # This file should allow to build ACE for cygwin32 with cygwin tools. # diff --git a/ACE/include/makeinclude/platform_freebsd.GNU b/ACE/include/makeinclude/platform_freebsd.GNU index 0755943d4b7..d65cddeae8d 100644 --- a/ACE/include/makeinclude/platform_freebsd.GNU +++ b/ACE/include/makeinclude/platform_freebsd.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # platform_freebsd.GNU diff --git a/ACE/include/makeinclude/platform_g++_common.GNU b/ACE/include/makeinclude/platform_g++_common.GNU index 4767f0d5e39..e4b3ee63d0b 100644 --- a/ACE/include/makeinclude/platform_g++_common.GNU +++ b/ACE/include/makeinclude/platform_g++_common.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ ifeq ($(openmp),1) FLAGS_C_CC += -fopenmp diff --git a/ACE/include/makeinclude/platform_gnuwin32_common.GNU b/ACE/include/makeinclude/platform_gnuwin32_common.GNU index 98d49b1edb4..c16d4d8d094 100644 --- a/ACE/include/makeinclude/platform_gnuwin32_common.GNU +++ b/ACE/include/makeinclude/platform_gnuwin32_common.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ ifneq ($(mingw32),1) ifneq ($(cygwin32),1) diff --git a/ACE/include/makeinclude/platform_hpux_aCC.GNU b/ACE/include/makeinclude/platform_hpux_aCC.GNU index 762cdbc3407..b4e9229da00 100644 --- a/ACE/include/makeinclude/platform_hpux_aCC.GNU +++ b/ACE/include/makeinclude/platform_hpux_aCC.GNU @@ -1,4 +1,3 @@ -# $Id$ # # This is for HP-UX 11.x using the aC++ compiler. # diff --git a/ACE/include/makeinclude/platform_hpux_gcc.GNU b/ACE/include/makeinclude/platform_hpux_gcc.GNU index 84ea5ceca49..2a812d8cd00 100644 --- a/ACE/include/makeinclude/platform_hpux_gcc.GNU +++ b/ACE/include/makeinclude/platform_hpux_gcc.GNU @@ -1,4 +1,3 @@ -# $Id$ # buildbits ?= 64 diff --git a/ACE/include/makeinclude/platform_integrity_ghs.GNU b/ACE/include/makeinclude/platform_integrity_ghs.GNU index 4d4da7dbdc0..6b4994169e4 100644 --- a/ACE/include/makeinclude/platform_integrity_ghs.GNU +++ b/ACE/include/makeinclude/platform_integrity_ghs.GNU @@ -1,4 +1,3 @@ -# $Id$ CROSS-COMPILE = 1 debug ?= 1 diff --git a/ACE/include/makeinclude/platform_linux.GNU b/ACE/include/makeinclude/platform_linux.GNU index d2c946cf40c..26e550317ba 100644 --- a/ACE/include/makeinclude/platform_linux.GNU +++ b/ACE/include/makeinclude/platform_linux.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ include $(ACE_ROOT)/include/makeinclude/platform_linux_common.GNU diff --git a/ACE/include/makeinclude/platform_linux_clang.GNU b/ACE/include/makeinclude/platform_linux_clang.GNU index aa501dc849b..c7358aa5bf0 100644 --- a/ACE/include/makeinclude/platform_linux_clang.GNU +++ b/ACE/include/makeinclude/platform_linux_clang.GNU @@ -1,4 +1,3 @@ -# $Id$ # This file should allow ACE to be built on Linux, using the clang compiler. diff --git a/ACE/include/makeinclude/platform_linux_common.GNU b/ACE/include/makeinclude/platform_linux_common.GNU index 542584c29e1..14870b457b7 100644 --- a/ACE/include/makeinclude/platform_linux_common.GNU +++ b/ACE/include/makeinclude/platform_linux_common.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # We always include config-linux.h on Linux platforms. ACE_PLATFORM_CONFIG ?= config-linux.h diff --git a/ACE/include/makeinclude/platform_linux_icc.GNU b/ACE/include/makeinclude/platform_linux_icc.GNU index c4aa22a554c..25df9607f40 100644 --- a/ACE/include/makeinclude/platform_linux_icc.GNU +++ b/ACE/include/makeinclude/platform_linux_icc.GNU @@ -1,4 +1,3 @@ -# $Id$ # This file should allow ACE to be built on Linux, using the Intel compiler. diff --git a/ACE/include/makeinclude/platform_linux_pgi.GNU b/ACE/include/makeinclude/platform_linux_pgi.GNU index 3c0674d9866..ac018a9da09 100644 --- a/ACE/include/makeinclude/platform_linux_pgi.GNU +++ b/ACE/include/makeinclude/platform_linux_pgi.GNU @@ -1,4 +1,3 @@ -# $Id$ # This file should allow ACE to be built on Linux, using the # Portland Group PGI compilers diff --git a/ACE/include/makeinclude/platform_linux_suncc.GNU b/ACE/include/makeinclude/platform_linux_suncc.GNU index 2aeb3c495aa..3489fc423e9 100644 --- a/ACE/include/makeinclude/platform_linux_suncc.GNU +++ b/ACE/include/makeinclude/platform_linux_suncc.GNU @@ -1,4 +1,3 @@ -# $Id$ # This file should allow ACE to be built on Linux, using the Sun compiler. # The Sun compiler on linux is still in the Alpha stage, so no guarantees diff --git a/ACE/include/makeinclude/platform_lynxos.GNU b/ACE/include/makeinclude/platform_lynxos.GNU index f4314d758df..a653f6d080e 100644 --- a/ACE/include/makeinclude/platform_lynxos.GNU +++ b/ACE/include/makeinclude/platform_lynxos.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # LynxOS with g++. Defaults to LynxOS Version 4.0.0. For Version 4.2.0, # for example, add "VERSION=4.2.0" to your make invocation. diff --git a/ACE/include/makeinclude/platform_macosx.GNU b/ACE/include/makeinclude/platform_macosx.GNU index a75f1bc892a..303a317c1dd 100644 --- a/ACE/include/makeinclude/platform_macosx.GNU +++ b/ACE/include/makeinclude/platform_macosx.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # support for Mac OS X 10.2 (jaguar), 10.3 (panther) # Note: /sw/lib & /sw/include are inserted for the convience of Fink diff --git a/ACE/include/makeinclude/platform_macosx_common.GNU b/ACE/include/makeinclude/platform_macosx_common.GNU index 497027bc4dc..1ba6dcd5107 100644 --- a/ACE/include/makeinclude/platform_macosx_common.GNU +++ b/ACE/include/makeinclude/platform_macosx_common.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # support for Mac OS X 10.4 (Tiger) # By default, this uses the default compiler selected using gcc_select. diff --git a/ACE/include/makeinclude/platform_macosx_iOS.GNU b/ACE/include/makeinclude/platform_macosx_iOS.GNU index 738dedfdc60..4e554174a6f 100644 --- a/ACE/include/makeinclude/platform_macosx_iOS.GNU +++ b/ACE/include/makeinclude/platform_macosx_iOS.GNU @@ -1,4 +1,3 @@ -# $Id$ static_libs_only=1 diff --git a/ACE/include/makeinclude/platform_macosx_icc.GNU b/ACE/include/makeinclude/platform_macosx_icc.GNU index 0516f945126..ed8ccd47de4 100644 --- a/ACE/include/makeinclude/platform_macosx_icc.GNU +++ b/ACE/include/makeinclude/platform_macosx_icc.GNU @@ -1,4 +1,3 @@ -# $Id$ threads ?= 1 debug ?= 1 diff --git a/ACE/include/makeinclude/platform_macosx_leopard.GNU b/ACE/include/makeinclude/platform_macosx_leopard.GNU index 1caf25e92a8..103e7067214 100644 --- a/ACE/include/makeinclude/platform_macosx_leopard.GNU +++ b/ACE/include/makeinclude/platform_macosx_leopard.GNU @@ -1,3 +1,2 @@ -# $Id$ include $(ACE_ROOT)/include/makeinclude/platform_macosx_tiger.GNU diff --git a/ACE/include/makeinclude/platform_macosx_lion.GNU b/ACE/include/makeinclude/platform_macosx_lion.GNU index 3c2ccecd3e0..b7e4300e700 100644 --- a/ACE/include/makeinclude/platform_macosx_lion.GNU +++ b/ACE/include/makeinclude/platform_macosx_lion.GNU @@ -1,4 +1,3 @@ -# $Id$ ssl=0 diff --git a/ACE/include/makeinclude/platform_macosx_mavericks.GNU b/ACE/include/makeinclude/platform_macosx_mavericks.GNU index d666f2280ce..44f19155236 100644 --- a/ACE/include/makeinclude/platform_macosx_mavericks.GNU +++ b/ACE/include/makeinclude/platform_macosx_mavericks.GNU @@ -1,4 +1,3 @@ -# $Id$ include $(ACE_ROOT)/include/makeinclude/platform_macosx_mountainlion.GNU diff --git a/ACE/include/makeinclude/platform_macosx_mountainlion.GNU b/ACE/include/makeinclude/platform_macosx_mountainlion.GNU index 5899db19fa2..ce81ce8eef3 100644 --- a/ACE/include/makeinclude/platform_macosx_mountainlion.GNU +++ b/ACE/include/makeinclude/platform_macosx_mountainlion.GNU @@ -1,4 +1,3 @@ -# $Id$ include $(ACE_ROOT)/include/makeinclude/platform_macosx_lion.GNU diff --git a/ACE/include/makeinclude/platform_macosx_panther.GNU b/ACE/include/makeinclude/platform_macosx_panther.GNU index 26a4587a4e8..f1e15c01515 100644 --- a/ACE/include/makeinclude/platform_macosx_panther.GNU +++ b/ACE/include/makeinclude/platform_macosx_panther.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # platform_macosx.GNU # support for Mac OS X 10.3 (Panther) diff --git a/ACE/include/makeinclude/platform_macosx_snowleopard.GNU b/ACE/include/makeinclude/platform_macosx_snowleopard.GNU index bf6363d6cbb..98c7a94e22d 100644 --- a/ACE/include/makeinclude/platform_macosx_snowleopard.GNU +++ b/ACE/include/makeinclude/platform_macosx_snowleopard.GNU @@ -1,4 +1,3 @@ -# $Id$ ifeq ($(buildbits),32) FLAGS_C_CC += -m32 diff --git a/ACE/include/makeinclude/platform_macosx_tiger.GNU b/ACE/include/makeinclude/platform_macosx_tiger.GNU index 6889fb7b6dd..7b86f140341 100644 --- a/ACE/include/makeinclude/platform_macosx_tiger.GNU +++ b/ACE/include/makeinclude/platform_macosx_tiger.GNU @@ -1,4 +1,3 @@ -# $Id$ # platform_macosx.GNU # support for Mac OS X 10.4 (Tiger) # By default, this uses the default compiler selected using gcc_select. diff --git a/ACE/include/makeinclude/platform_macosx_yosemite.GNU b/ACE/include/makeinclude/platform_macosx_yosemite.GNU index 97265bb8967..b7fe8306a79 100644 --- a/ACE/include/makeinclude/platform_macosx_yosemite.GNU +++ b/ACE/include/makeinclude/platform_macosx_yosemite.GNU @@ -1,4 +1,3 @@ -# $Id$ include $(ACE_ROOT)/include/makeinclude/platform_macosx_mavericks.GNU diff --git a/ACE/include/makeinclude/platform_mingw32.GNU b/ACE/include/makeinclude/platform_mingw32.GNU index e9545ba2834..04b0eff8185 100644 --- a/ACE/include/makeinclude/platform_mingw32.GNU +++ b/ACE/include/makeinclude/platform_mingw32.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # # This file should allow to build ACE for mingw32 with mingw tools. diff --git a/ACE/include/makeinclude/platform_netbsd.GNU b/ACE/include/makeinclude/platform_netbsd.GNU index 322b0647d0f..8e0abe72a32 100644 --- a/ACE/include/makeinclude/platform_netbsd.GNU +++ b/ACE/include/makeinclude/platform_netbsd.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # platform_netbsd.GNU diff --git a/ACE/include/makeinclude/platform_openbsd.GNU b/ACE/include/makeinclude/platform_openbsd.GNU index 1f6e67d59b0..eab9b89f1a5 100644 --- a/ACE/include/makeinclude/platform_openbsd.GNU +++ b/ACE/include/makeinclude/platform_openbsd.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # platform_openbsd.GNU diff --git a/ACE/include/makeinclude/platform_openvms.GNU b/ACE/include/makeinclude/platform_openvms.GNU index e6491ee0f44..ee2cb678ba7 100644 --- a/ACE/include/makeinclude/platform_openvms.GNU +++ b/ACE/include/makeinclude/platform_openvms.GNU @@ -1,4 +1,3 @@ -# $Id$ # for OpenVMS GNV diff --git a/ACE/include/makeinclude/platform_qnx_gcc.GNU b/ACE/include/makeinclude/platform_qnx_gcc.GNU index bf5f0b7a683..6bdc061e8ef 100644 --- a/ACE/include/makeinclude/platform_qnx_gcc.GNU +++ b/ACE/include/makeinclude/platform_qnx_gcc.GNU @@ -1,4 +1,3 @@ -# $Id$ # # QNX/RTP hosted, using GCC diff --git a/ACE/include/makeinclude/platform_rtems.x_g++.GNU b/ACE/include/makeinclude/platform_rtems.x_g++.GNU index 4c4636d425c..1214ac30a68 100644 --- a/ACE/include/makeinclude/platform_rtems.x_g++.GNU +++ b/ACE/include/makeinclude/platform_rtems.x_g++.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # RTEMS 4.6.6 and later with GNU g++. diff --git a/ACE/include/makeinclude/platform_sunos5_common.GNU b/ACE/include/makeinclude/platform_sunos5_common.GNU index e335914b016..0dc819189f1 100644 --- a/ACE/include/makeinclude/platform_sunos5_common.GNU +++ b/ACE/include/makeinclude/platform_sunos5_common.GNU @@ -1,6 +1,5 @@ # -*- Makefile -*- -# $Id$ # SunOS 5.x common settings diff --git a/ACE/include/makeinclude/platform_sunos5_g++.GNU b/ACE/include/makeinclude/platform_sunos5_g++.GNU index a49ab655591..26d5603a365 100644 --- a/ACE/include/makeinclude/platform_sunos5_g++.GNU +++ b/ACE/include/makeinclude/platform_sunos5_g++.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # SunOS 5.x (Solaris 2.x) with g++ diff --git a/ACE/include/makeinclude/platform_sunos5_sunc++.GNU b/ACE/include/makeinclude/platform_sunos5_sunc++.GNU index 6a8dcd96b0e..dc7c6ec4d05 100644 --- a/ACE/include/makeinclude/platform_sunos5_sunc++.GNU +++ b/ACE/include/makeinclude/platform_sunos5_sunc++.GNU @@ -1,6 +1,5 @@ # -*- Makefile -*- -# $Id$ # SunOS 5.x (Solaris 2.x) with Sun C++ 4.2 and 5.x # diff --git a/ACE/include/makeinclude/platform_tandem.GNU b/ACE/include/makeinclude/platform_tandem.GNU index c5aace6eb97..bd7348f682c 100644 --- a/ACE/include/makeinclude/platform_tandem.GNU +++ b/ACE/include/makeinclude/platform_tandem.GNU @@ -1,4 +1,3 @@ -# $Id$ # NonStop-UX NCC 3.20 diff --git a/ACE/include/makeinclude/platform_vxworks.GNU b/ACE/include/makeinclude/platform_vxworks.GNU index 1e852a88bee..3be39480e02 100644 --- a/ACE/include/makeinclude/platform_vxworks.GNU +++ b/ACE/include/makeinclude/platform_vxworks.GNU @@ -1,4 +1,3 @@ -# $Id$ # VxWorks main platform file. This requires that you have set the WIND_PLATFORM # environment variable diff --git a/ACE/include/makeinclude/platform_vxworks6.2.GNU b/ACE/include/makeinclude/platform_vxworks6.2.GNU index 040f9740fea..21e7489a9c1 100644 --- a/ACE/include/makeinclude/platform_vxworks6.2.GNU +++ b/ACE/include/makeinclude/platform_vxworks6.2.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # VxWorks 6.2 #### Notes: diff --git a/ACE/include/makeinclude/platform_vxworks6.3.GNU b/ACE/include/makeinclude/platform_vxworks6.3.GNU index 35302b9a078..47f96cf6df7 100644 --- a/ACE/include/makeinclude/platform_vxworks6.3.GNU +++ b/ACE/include/makeinclude/platform_vxworks6.3.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # VxWorks 6.3 #### Notes: diff --git a/ACE/include/makeinclude/platform_vxworks6.4.GNU b/ACE/include/makeinclude/platform_vxworks6.4.GNU index 25716f6c6eb..d1158737015 100644 --- a/ACE/include/makeinclude/platform_vxworks6.4.GNU +++ b/ACE/include/makeinclude/platform_vxworks6.4.GNU @@ -1,4 +1,3 @@ -# $Id$ # VxWorks 6.4 #### Notes: diff --git a/ACE/include/makeinclude/platform_vxworks6.5.GNU b/ACE/include/makeinclude/platform_vxworks6.5.GNU index ca1af3c94e5..8755d343013 100644 --- a/ACE/include/makeinclude/platform_vxworks6.5.GNU +++ b/ACE/include/makeinclude/platform_vxworks6.5.GNU @@ -1,4 +1,3 @@ -# $Id$ # VxWorks 6.5 ifeq ($(VXWORKS_VERSION_FLAG),) diff --git a/ACE/include/makeinclude/platform_vxworks6.6.GNU b/ACE/include/makeinclude/platform_vxworks6.6.GNU index e04a6bf50ac..a8ad549cf05 100644 --- a/ACE/include/makeinclude/platform_vxworks6.6.GNU +++ b/ACE/include/makeinclude/platform_vxworks6.6.GNU @@ -1,4 +1,3 @@ -# $Id$ # VxWorks 6.6 ifeq ($(VXWORKS_VERSION_FLAG),) diff --git a/ACE/include/makeinclude/platform_vxworks6.7.GNU b/ACE/include/makeinclude/platform_vxworks6.7.GNU index 8e8418cbc3a..78f682bfa58 100644 --- a/ACE/include/makeinclude/platform_vxworks6.7.GNU +++ b/ACE/include/makeinclude/platform_vxworks6.7.GNU @@ -1,4 +1,3 @@ -# $Id$ # VxWorks 6.7 ifeq ($(VXWORKS_VERSION_FLAG),) diff --git a/ACE/include/makeinclude/platform_vxworks6.8.GNU b/ACE/include/makeinclude/platform_vxworks6.8.GNU index 96a0e19db5f..3fbb0a4d09b 100644 --- a/ACE/include/makeinclude/platform_vxworks6.8.GNU +++ b/ACE/include/makeinclude/platform_vxworks6.8.GNU @@ -1,4 +1,3 @@ -# $Id$ # VxWorks 6.8 ifeq ($(VXWORKS_VERSION_FLAG),) diff --git a/ACE/include/makeinclude/platform_vxworks6.9.GNU b/ACE/include/makeinclude/platform_vxworks6.9.GNU index c68f449c184..1e446c29ead 100644 --- a/ACE/include/makeinclude/platform_vxworks6.9.GNU +++ b/ACE/include/makeinclude/platform_vxworks6.9.GNU @@ -1,4 +1,3 @@ -# $Id$ # VxWorks 6.9 ifeq ($(VXWORKS_VERSION_FLAG),) diff --git a/ACE/include/makeinclude/platform_win32_dmc.GNU b/ACE/include/makeinclude/platform_win32_dmc.GNU index 3d752cbc8a7..c9ad273b04b 100644 --- a/ACE/include/makeinclude/platform_win32_dmc.GNU +++ b/ACE/include/makeinclude/platform_win32_dmc.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # debug = 1 # optimize = 1 diff --git a/ACE/include/makeinclude/platform_win32_icc.GNU b/ACE/include/makeinclude/platform_win32_icc.GNU index 5e10925ca65..bb8cf4c9481 100644 --- a/ACE/include/makeinclude/platform_win32_icc.GNU +++ b/ACE/include/makeinclude/platform_win32_icc.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # debug = 1 # optimize = 1 diff --git a/ACE/include/makeinclude/platform_win32_interix.GNU b/ACE/include/makeinclude/platform_win32_interix.GNU index 897cf0f1983..0db049dd066 100644 --- a/ACE/include/makeinclude/platform_win32_interix.GNU +++ b/ACE/include/makeinclude/platform_win32_interix.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # platform_win32_interix.GNU diff --git a/ACE/include/makeinclude/platform_win32_msvc.GNU b/ACE/include/makeinclude/platform_win32_msvc.GNU index 405bbb57d5f..3a073de9951 100644 --- a/ACE/include/makeinclude/platform_win32_msvc.GNU +++ b/ACE/include/makeinclude/platform_win32_msvc.GNU @@ -1,5 +1,4 @@ # -*- Makefile -*- -# $Id$ # TODO: # - per-source-file flag_overrides (gnu.mpd) diff --git a/ACE/include/makeinclude/rules.bin.GNU b/ACE/include/makeinclude/rules.bin.GNU index 5fb5d8c76af..9fb934580cb 100644 --- a/ACE/include/makeinclude/rules.bin.GNU +++ b/ACE/include/makeinclude/rules.bin.GNU @@ -1,7 +1,7 @@ # -*- Makefile -*- #---------------------------------------------------------------------------- -# $Id$ +# # # Build binaries # GNU version diff --git a/ACE/include/makeinclude/rules.common.GNU b/ACE/include/makeinclude/rules.common.GNU index 0d6ae13b8ea..c4d7b866381 100644 --- a/ACE/include/makeinclude/rules.common.GNU +++ b/ACE/include/makeinclude/rules.common.GNU @@ -1,7 +1,7 @@ # -*- Makefile -*- #---------------------------------------------------------------------------- -# $Id$ +# # # Common targets #---------------------------------------------------------------------------- diff --git a/ACE/include/makeinclude/rules.lib.GNU b/ACE/include/makeinclude/rules.lib.GNU index 77f6b862268..e40c81b887f 100644 --- a/ACE/include/makeinclude/rules.lib.GNU +++ b/ACE/include/makeinclude/rules.lib.GNU @@ -1,6 +1,6 @@ # -*- Makefile -*- #---------------------------------------------------------------------------- -# $Id$ +# # # Build libraries (i.e., contain no binary executables) # GNU version diff --git a/ACE/include/makeinclude/rules.local.GNU b/ACE/include/makeinclude/rules.local.GNU index 16b06d2028e..7dc87bc566b 100644 --- a/ACE/include/makeinclude/rules.local.GNU +++ b/ACE/include/makeinclude/rules.local.GNU @@ -1,6 +1,6 @@ # -*- Makefile -*- #---------------------------------------------------------------------------- -# $Id$ +# # # Local targets # GNU version diff --git a/ACE/include/makeinclude/rules.nested.GNU b/ACE/include/makeinclude/rules.nested.GNU index d248105628d..16073934ac8 100644 --- a/ACE/include/makeinclude/rules.nested.GNU +++ b/ACE/include/makeinclude/rules.nested.GNU @@ -1,7 +1,7 @@ # -*- Makefile -*- #---------------------------------------------------------------------------- -# $Id$ +# # # Nested directory targets makefile definitions #---------------------------------------------------------------------------- diff --git a/ACE/include/makeinclude/rules.nolocal.GNU b/ACE/include/makeinclude/rules.nolocal.GNU index f440e3b7d5e..8536adfcac2 100644 --- a/ACE/include/makeinclude/rules.nolocal.GNU +++ b/ACE/include/makeinclude/rules.nolocal.GNU @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# $Id$ +# # # Makefile for directories with no local build targets #---------------------------------------------------------------------------- diff --git a/ACE/include/makeinclude/rules.nonested.GNU b/ACE/include/makeinclude/rules.nonested.GNU index a144a511fc0..1e92c886b42 100644 --- a/ACE/include/makeinclude/rules.nonested.GNU +++ b/ACE/include/makeinclude/rules.nonested.GNU @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# $Id$ +# # # Null nested targets #---------------------------------------------------------------------------- diff --git a/ACE/include/makeinclude/wrapper_macros.GNU b/ACE/include/makeinclude/wrapper_macros.GNU index 68f664df5a5..b469875e6e8 100644 --- a/ACE/include/makeinclude/wrapper_macros.GNU +++ b/ACE/include/makeinclude/wrapper_macros.GNU @@ -1,7 +1,7 @@ # -*- Makefile -*- #---------------------------------------------------------------------------- -# $Id$ +# #---------------------------------------------------------------------------- # # ACE supports the following flags. They can be enabled either on diff --git a/CIAO/rules.ciao.GNU b/CIAO/rules.ciao.GNU index 446f3bd6d95..8f41356d13c 100644 --- a/CIAO/rules.ciao.GNU +++ b/CIAO/rules.ciao.GNU @@ -2,7 +2,7 @@ #---------------------------------------------------------------------------- # -# $Id$ +# # # Common Makefile rules for all of CIAO # diff --git a/DAnCE/rules.dance.GNU b/DAnCE/rules.dance.GNU index 154efb61aaa..52d5644a654 100644 --- a/DAnCE/rules.dance.GNU +++ b/DAnCE/rules.dance.GNU @@ -2,7 +2,7 @@ #---------------------------------------------------------------------------- # -# $Id$ +# # # Common Makefile rules for all of DAnCE # diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/htiop_endpoints.pidl b/TAO/orbsvcs/orbsvcs/HTIOP/htiop_endpoints.pidl index 80d28c93c12..9aa25e5881c 100644 --- a/TAO/orbsvcs/orbsvcs/HTIOP/htiop_endpoints.pidl +++ b/TAO/orbsvcs/orbsvcs/HTIOP/htiop_endpoints.pidl @@ -1,7 +1,4 @@ // -*- IDL -*- -// -// $Id$ - /* * This file contains idl definition for data structures used to * encapsulate data in TAO_TAG_ENDPOINTS tagged component. This diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl b/TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl index 93bbab422d8..5cdc3dbeeb5 100644 --- a/TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl +++ b/TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl @@ -1,4 +1,3 @@ -// $Id$ // ================================================================ /** diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU index 87eea27ec9d..527eeb7a9a4 100644 --- a/TAO/rules.tao.GNU +++ b/TAO/rules.tao.GNU @@ -2,7 +2,7 @@ #---------------------------------------------------------------------------- # -# $Id$ +# # # Common Makefile rules for all of TAO # diff --git a/TAO/tao/AnyTypeCode/AnySeq.pidl b/TAO/tao/AnyTypeCode/AnySeq.pidl index 8bcfdc3c0b1..87ee2f32fc6 100644 --- a/TAO/tao/AnyTypeCode/AnySeq.pidl +++ b/TAO/tao/AnyTypeCode/AnySeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_ANY_SEQ_IDL #define TAO_CORBA_ANY_SEQ_IDL diff --git a/TAO/tao/AnyTypeCode/Bounds.pidl b/TAO/tao/AnyTypeCode/Bounds.pidl index 1ade7f964b6..2adafa1dc2d 100644 --- a/TAO/tao/AnyTypeCode/Bounds.pidl +++ b/TAO/tao/AnyTypeCode/Bounds.pidl @@ -1,8 +1,6 @@ /** * @file Bounds.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the CORBA::Bounds * exception. * diff --git a/TAO/tao/AnyTypeCode/Dynamic.pidl b/TAO/tao/AnyTypeCode/Dynamic.pidl index dce7fbd53ab..1399fc7ec05 100644 --- a/TAO/tao/AnyTypeCode/Dynamic.pidl +++ b/TAO/tao/AnyTypeCode/Dynamic.pidl @@ -3,7 +3,7 @@ /** * @file Dynamic.pidl * - * $Id$ + * */ // File: Dynamic.idl diff --git a/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl b/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl index 4409955647f..a129598c9d3 100644 --- a/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl +++ b/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl @@ -3,7 +3,7 @@ /** * @file Dynamic_Parameter.pidl * - * $Id$ + * */ // Piece of module Dynamic generated separately for use by diff --git a/TAO/tao/AnyTypeCode/ValueModifier.pidl b/TAO/tao/AnyTypeCode/ValueModifier.pidl index 5499c7e99b7..cf50bdbc355 100644 --- a/TAO/tao/AnyTypeCode/ValueModifier.pidl +++ b/TAO/tao/AnyTypeCode/ValueModifier.pidl @@ -3,7 +3,7 @@ /** * @file ValueModifier.pidl * - * $Id$ + * */ #ifndef TAO_VALUEMODIFIER_PIDL diff --git a/TAO/tao/AnyTypeCode/Visibility.pidl b/TAO/tao/AnyTypeCode/Visibility.pidl index 8da64a8ce9a..cff4ef25397 100644 --- a/TAO/tao/AnyTypeCode/Visibility.pidl +++ b/TAO/tao/AnyTypeCode/Visibility.pidl @@ -3,7 +3,7 @@ /** * @file Visibility.pidl * - * $Id$ + * */ #ifndef TAO_VISIBILITY_PIDL diff --git a/TAO/tao/BiDir_GIOP/BiDirPolicy.pidl b/TAO/tao/BiDir_GIOP/BiDirPolicy.pidl index 2f7e56aa271..9a415a4436c 100644 --- a/TAO/tao/BiDir_GIOP/BiDirPolicy.pidl +++ b/TAO/tao/BiDir_GIOP/BiDirPolicy.pidl @@ -1,5 +1,3 @@ -// $Id$ - #ifndef TAO_BIDIR_POLICY_PIDL #define TAO_BIDIR_POLICY_PIDL diff --git a/TAO/tao/BooleanSeq.pidl b/TAO/tao/BooleanSeq.pidl index 3a56f2a8506..a40f19a6657 100644 --- a/TAO/tao/BooleanSeq.pidl +++ b/TAO/tao/BooleanSeq.pidl @@ -1,10 +1,8 @@ // -*- IDL -*- -// $Id$ - /** * @file BooleanSeq.pidl * - * $Id$ + * */ #ifndef TAO_CORBA_BOOLEAN_SEQ_IDL diff --git a/TAO/tao/CONV_FRAME.pidl b/TAO/tao/CONV_FRAME.pidl index 185d4221192..eb68af076bd 100644 --- a/TAO/tao/CONV_FRAME.pidl +++ b/TAO/tao/CONV_FRAME.pidl @@ -3,8 +3,6 @@ /** * @file CONV_FRAME.pidl * - * $Id$ - * * This file is used to generate CONV_FRAMEC.* */ diff --git a/TAO/tao/CSD_Framework/CSD_Framework.pidl b/TAO/tao/CSD_Framework/CSD_Framework.pidl index e30b32caa91..c97a08c6688 100644 --- a/TAO/tao/CSD_Framework/CSD_Framework.pidl +++ b/TAO/tao/CSD_Framework/CSD_Framework.pidl @@ -2,8 +2,6 @@ /** * @file CSD_Framework.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the CSD_Framework module. */ diff --git a/TAO/tao/CharSeq.pidl b/TAO/tao/CharSeq.pidl index fddc2b93d7e..d1d1f1d9c50 100644 --- a/TAO/tao/CharSeq.pidl +++ b/TAO/tao/CharSeq.pidl @@ -3,7 +3,7 @@ /** * @file CharSeq.pidl * - * $Id$ + * */ #ifndef TAO_CORBA_CHAR_SEQ_IDL diff --git a/TAO/tao/CodecFactory/IOP_Codec.pidl b/TAO/tao/CodecFactory/IOP_Codec.pidl index 705e5551f15..d6a577485b1 100644 --- a/TAO/tao/CodecFactory/IOP_Codec.pidl +++ b/TAO/tao/CodecFactory/IOP_Codec.pidl @@ -3,8 +3,6 @@ /** * @file IOP_Codec.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the IOP module. */ diff --git a/TAO/tao/CodecFactory/IOP_Codec_include.pidl b/TAO/tao/CodecFactory/IOP_Codec_include.pidl index 9d814aa81a4..e9d91e8a082 100644 --- a/TAO/tao/CodecFactory/IOP_Codec_include.pidl +++ b/TAO/tao/CodecFactory/IOP_Codec_include.pidl @@ -3,8 +3,6 @@ /** * @file IOP_Codec_include.pidl * - * $Id$ - * * @brief Include file for use in applications that need IOP_Codec.pidl. */ diff --git a/TAO/tao/Codeset/CodeSetContext.pidl b/TAO/tao/Codeset/CodeSetContext.pidl index dd3418408e6..0deee390d4a 100644 --- a/TAO/tao/Codeset/CodeSetContext.pidl +++ b/TAO/tao/Codeset/CodeSetContext.pidl @@ -3,8 +3,6 @@ /** * @file CodeSetContext.pidl * - * $Id$ - * * This file is used to generate CodeSetContextC.* */ diff --git a/TAO/tao/Compression/Compression.pidl b/TAO/tao/Compression/Compression.pidl index df5c21e71db..6d21b570e5b 100644 --- a/TAO/tao/Compression/Compression.pidl +++ b/TAO/tao/Compression/Compression.pidl @@ -3,7 +3,7 @@ /** * @file Compression.pidl * - * $Id$ + * */ #ifndef _COMPRESSION_PIDL_ diff --git a/TAO/tao/Compression/Compression_include.pidl b/TAO/tao/Compression/Compression_include.pidl index 76d08754144..6441152429c 100644 --- a/TAO/tao/Compression/Compression_include.pidl +++ b/TAO/tao/Compression/Compression_include.pidl @@ -3,8 +3,6 @@ /** * @file Compression_include.pidl * - * $Id$ - * * @brief Include file for use in applications that need Compression.pidl. */ diff --git a/TAO/tao/Current.pidl b/TAO/tao/Current.pidl index 4ca7d17cfc1..7a781b5457f 100644 --- a/TAO/tao/Current.pidl +++ b/TAO/tao/Current.pidl @@ -3,8 +3,6 @@ /** * @file Current.pidl * - * $Id$ - * * This file is used to generate CurrentC.* */ diff --git a/TAO/tao/DiffServPolicy/DiffServPolicy.pidl b/TAO/tao/DiffServPolicy/DiffServPolicy.pidl index 3f8021018a2..a2df5caec61 100644 --- a/TAO/tao/DiffServPolicy/DiffServPolicy.pidl +++ b/TAO/tao/DiffServPolicy/DiffServPolicy.pidl @@ -4,8 +4,6 @@ /** * @file DiffServPolicy.pidl * - * $Id$ - * * This file contains TAO-specific idl interfaces for adding * network priority or DiffServ support (not part of CORBA * 2.6). diff --git a/TAO/tao/DoubleSeq.pidl b/TAO/tao/DoubleSeq.pidl index 333fd628c20..5ced2221e09 100644 --- a/TAO/tao/DoubleSeq.pidl +++ b/TAO/tao/DoubleSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_DOUBLE_SEQ_IDL #define TAO_CORBA_DOUBLE_SEQ_IDL diff --git a/TAO/tao/DynamicAny/DynamicAny.pidl b/TAO/tao/DynamicAny/DynamicAny.pidl index 18a76b5dd0d..9047d69d062 100644 --- a/TAO/tao/DynamicAny/DynamicAny.pidl +++ b/TAO/tao/DynamicAny/DynamicAny.pidl @@ -3,8 +3,6 @@ /** * @file DynamicAny.pidl * - * $Id$ - * * @brief IDL source for the DynamicAny module. * * It was obtained from the OMG website as part of the full CORBA IDL, diff --git a/TAO/tao/EndpointPolicy/EndpointPolicy.pidl b/TAO/tao/EndpointPolicy/EndpointPolicy.pidl index 50ac0290e03..dec0a828090 100644 --- a/TAO/tao/EndpointPolicy/EndpointPolicy.pidl +++ b/TAO/tao/EndpointPolicy/EndpointPolicy.pidl @@ -1,6 +1,3 @@ -// -// $Id$ - /** * @file EndpointPolicy.pidl * diff --git a/TAO/tao/EndpointPolicy/EndpointPolicyType.pidl b/TAO/tao/EndpointPolicy/EndpointPolicyType.pidl index aebccafb371..9b34ac77d9d 100644 --- a/TAO/tao/EndpointPolicy/EndpointPolicyType.pidl +++ b/TAO/tao/EndpointPolicy/EndpointPolicyType.pidl @@ -1,6 +1,3 @@ -// -// $Id$ - /** * @file EndpointPolicyType.pidl * diff --git a/TAO/tao/EndpointPolicy/IIOPEndpointValue.pidl b/TAO/tao/EndpointPolicy/IIOPEndpointValue.pidl index 8a35a0293fd..dbf56c5af99 100644 --- a/TAO/tao/EndpointPolicy/IIOPEndpointValue.pidl +++ b/TAO/tao/EndpointPolicy/IIOPEndpointValue.pidl @@ -1,6 +1,3 @@ -// -// $Id$ - /** * @file IIOPEndpointValue.pidl * diff --git a/TAO/tao/FloatSeq.pidl b/TAO/tao/FloatSeq.pidl index 3a7b7b5f429..ea7036c8e9a 100644 --- a/TAO/tao/FloatSeq.pidl +++ b/TAO/tao/FloatSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_FLOAT_SEQ_IDL #define TAO_CORBA_FLOAT_SEQ_IDL diff --git a/TAO/tao/GIOP.pidl b/TAO/tao/GIOP.pidl index 8a65b972d24..9a9d8f362d1 100644 --- a/TAO/tao/GIOP.pidl +++ b/TAO/tao/GIOP.pidl @@ -2,8 +2,6 @@ /** * @file GIOP.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the GIOP module. */ diff --git a/TAO/tao/IFR_Client/IFR_Base.pidl b/TAO/tao/IFR_Client/IFR_Base.pidl index c03d14c98f8..c7d0b3fee63 100644 --- a/TAO/tao/IFR_Client/IFR_Base.pidl +++ b/TAO/tao/IFR_Client/IFR_Base.pidl @@ -3,8 +3,6 @@ /** * @file IFR_Base.pidl * - * $Id$ - * * This file is used to generate the code in IFR_BaseC.{h,i,cpp}. * The original file Interface.idl was split into four pieces, to * keep the generated files to a manageable size and reduce build diff --git a/TAO/tao/IFR_Client/IFR_Basic.pidl b/TAO/tao/IFR_Client/IFR_Basic.pidl index 22c734663ee..6ac3da7e580 100644 --- a/TAO/tao/IFR_Client/IFR_Basic.pidl +++ b/TAO/tao/IFR_Client/IFR_Basic.pidl @@ -3,8 +3,6 @@ /** * @file IFR_Basic.pidl * - * $Id$ - * * This file is used to generate the code in IFR_BasicC.{h,inl,cpp}. * The original file Interface.idl was split into four pieces, to * keep the generated files to a manageable size and reduce build diff --git a/TAO/tao/IFR_Client/IFR_Components.pidl b/TAO/tao/IFR_Client/IFR_Components.pidl index d77682a7b3c..ec6b9d51076 100644 --- a/TAO/tao/IFR_Client/IFR_Components.pidl +++ b/TAO/tao/IFR_Client/IFR_Components.pidl @@ -3,8 +3,6 @@ /** * @file IFR_Components.pidl * - * $Id$ - * * This file is used to generate the code in IFR_ComponentsC.{h,inl,cpp}. * The original file Interface.idl was split into four pieces, to * keep the generated files to a manageable size and reduce build diff --git a/TAO/tao/IFR_Client/IFR_Extended.pidl b/TAO/tao/IFR_Client/IFR_Extended.pidl index 3ee5cc7b870..193b7653961 100644 --- a/TAO/tao/IFR_Client/IFR_Extended.pidl +++ b/TAO/tao/IFR_Client/IFR_Extended.pidl @@ -3,8 +3,6 @@ /** * @file IFR_Extended.pidl * - * $Id$ - * * This file is used to generate the code in IFR_ExtendedC.{h,i,cpp}. * The original file Interface.idl was split into four pieces, to * keep the generated files to a manageable size and reduce build diff --git a/TAO/tao/IIOP.pidl b/TAO/tao/IIOP.pidl index 018272dfaae..aab2c18dc41 100644 --- a/TAO/tao/IIOP.pidl +++ b/TAO/tao/IIOP.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_IIOP_PIDL #define TAO_IIOP_PIDL diff --git a/TAO/tao/IIOP_Endpoints.pidl b/TAO/tao/IIOP_Endpoints.pidl index 732c859e65c..d74f8e05255 100644 --- a/TAO/tao/IIOP_Endpoints.pidl +++ b/TAO/tao/IIOP_Endpoints.pidl @@ -1,6 +1,3 @@ -// -// $Id$ - /** * This file contains idl definition for data structures used to * encapsulate data in TAO_TAG_ENDPOINTS tagged component. This diff --git a/TAO/tao/IOP.pidl b/TAO/tao/IOP.pidl index 8680989f839..5b2993dec56 100644 --- a/TAO/tao/IOP.pidl +++ b/TAO/tao/IOP.pidl @@ -2,8 +2,6 @@ /** * @file IOP.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the IOP module. */ diff --git a/TAO/tao/IORInterceptor/IORInfo.pidl b/TAO/tao/IORInterceptor/IORInfo.pidl index 4c30e1d5bde..7e75b52d4f3 100644 --- a/TAO/tao/IORInterceptor/IORInfo.pidl +++ b/TAO/tao/IORInterceptor/IORInfo.pidl @@ -3,8 +3,6 @@ /** * @file IORInfo.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the IORInfo * components in the ORB. * diff --git a/TAO/tao/IORInterceptor/IORInterceptor.pidl b/TAO/tao/IORInterceptor/IORInterceptor.pidl index d1975182a02..5f52bf932c6 100644 --- a/TAO/tao/IORInterceptor/IORInterceptor.pidl +++ b/TAO/tao/IORInterceptor/IORInterceptor.pidl @@ -3,8 +3,6 @@ /** * @file IORInterceptor.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the IOR Interceptor * components in the ORB. * diff --git a/TAO/tao/IORManipulation/IOR.pidl b/TAO/tao/IORManipulation/IOR.pidl index 942f5262d46..2c58bef2a08 100644 --- a/TAO/tao/IORManipulation/IOR.pidl +++ b/TAO/tao/IORManipulation/IOR.pidl @@ -1,8 +1,6 @@ /** * @file IOR.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the TAO_IOP namespace. */ diff --git a/TAO/tao/IORTable/Async_IORTable.pidl b/TAO/tao/IORTable/Async_IORTable.pidl index 639567a24b9..fb718b34bdf 100644 --- a/TAO/tao/IORTable/Async_IORTable.pidl +++ b/TAO/tao/IORTable/Async_IORTable.pidl @@ -1,8 +1,6 @@ /** * @file Async_IORTable.pidl * - * $Id$ - * * @author Phil Mesnier <mesnier_p@ociweb.com> * * @brief Pre-compiled IDL source for the IORTable module. diff --git a/TAO/tao/IORTable/IORTable.pidl b/TAO/tao/IORTable/IORTable.pidl index e36cf6439fe..162f6813da0 100644 --- a/TAO/tao/IORTable/IORTable.pidl +++ b/TAO/tao/IORTable/IORTable.pidl @@ -1,8 +1,6 @@ /** * @file IORTable.pidl * - * $Id$ - * * @author Carlos O'Ryan <coryan@uci.edu> * * @brief Pre-compiled IDL source for the IORTable module. diff --git a/TAO/tao/InterfaceDef.pidl b/TAO/tao/InterfaceDef.pidl index 63eb842b319..694b7b411c9 100644 --- a/TAO/tao/InterfaceDef.pidl +++ b/TAO/tao/InterfaceDef.pidl @@ -1,8 +1,6 @@ /** * @file InterfaceDef.pidl * - * $Id$ - * * @brief Define the CORBA::InterfaceDef type. * * This file is used to provide a definition for the CORBA::InterfaceDef diff --git a/TAO/tao/InvalidName.pidl b/TAO/tao/InvalidName.pidl index 40724fdb597..b5ed6469cb6 100644 --- a/TAO/tao/InvalidName.pidl +++ b/TAO/tao/InvalidName.pidl @@ -1,8 +1,6 @@ /** * @file InvalidName.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the CORBA::InvalidName * exception. * diff --git a/TAO/tao/LongDoubleSeq.pidl b/TAO/tao/LongDoubleSeq.pidl index 861adc72d7e..f01739af86e 100644 --- a/TAO/tao/LongDoubleSeq.pidl +++ b/TAO/tao/LongDoubleSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_LONG_DOUBLE_SEQ_IDL #define TAO_CORBA_LONG_DOUBLE_SEQ_IDL diff --git a/TAO/tao/LongLongSeq.pidl b/TAO/tao/LongLongSeq.pidl index fab4ad9d5a6..d611686627a 100644 --- a/TAO/tao/LongLongSeq.pidl +++ b/TAO/tao/LongLongSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_LONGLONG_SEQ_IDL #define TAO_CORBA_LONGLONG_SEQ_IDL diff --git a/TAO/tao/LongSeq.pidl b/TAO/tao/LongSeq.pidl index 4300ff58fb1..672eb536e1c 100644 --- a/TAO/tao/LongSeq.pidl +++ b/TAO/tao/LongSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_LONG_SEQ_IDL #define TAO_CORBA_LONG_SEQ_IDL diff --git a/TAO/tao/Messaging/ExceptionHolder.pidl b/TAO/tao/Messaging/ExceptionHolder.pidl index f7ed4b2edb6..ecb91a35da0 100644 --- a/TAO/tao/Messaging/ExceptionHolder.pidl +++ b/TAO/tao/Messaging/ExceptionHolder.pidl @@ -4,8 +4,6 @@ /** * @file ExceptionHolder.pidl * - * $Id$ - * * tao_idl * -o orig -Gp -Gd -GA -SS * -Wb,export_macro=TAO_Messaging_Export diff --git a/TAO/tao/Messaging/Messaging.pidl b/TAO/tao/Messaging/Messaging.pidl index 42a32df9bac..96e8743141c 100644 --- a/TAO/tao/Messaging/Messaging.pidl +++ b/TAO/tao/Messaging/Messaging.pidl @@ -3,7 +3,7 @@ /** * @file Messaging.pidl * - * $Id$ + * */ #ifndef TAO_MESSAGING_PIDL diff --git a/TAO/tao/Messaging/Messaging_No_Impl.pidl b/TAO/tao/Messaging/Messaging_No_Impl.pidl index 0e0fa70b5c0..25c37733cd5 100644 --- a/TAO/tao/Messaging/Messaging_No_Impl.pidl +++ b/TAO/tao/Messaging/Messaging_No_Impl.pidl @@ -3,7 +3,7 @@ /** * @file Messaging_No_Impl.pidl * - * $Id$ + * */ #ifndef TAO_MESSAGING_NO_IMPL_PIDL diff --git a/TAO/tao/Messaging/Messaging_RT_Policy.pidl b/TAO/tao/Messaging/Messaging_RT_Policy.pidl index bd9275fade6..19f86cee8d4 100644 --- a/TAO/tao/Messaging/Messaging_RT_Policy.pidl +++ b/TAO/tao/Messaging/Messaging_RT_Policy.pidl @@ -3,7 +3,7 @@ /** * @file Messaging_RT_Policy.pidl * - * $Id$ + * */ #ifndef TAO_MESSAGING_RT_POLICY_PIDL diff --git a/TAO/tao/Messaging/Messaging_SyncScope_Policy.pidl b/TAO/tao/Messaging/Messaging_SyncScope_Policy.pidl index 6e0198f5b4e..5876800898f 100644 --- a/TAO/tao/Messaging/Messaging_SyncScope_Policy.pidl +++ b/TAO/tao/Messaging/Messaging_SyncScope_Policy.pidl @@ -3,7 +3,7 @@ /** * @file Messaging_SyncScope_Policy.pidl * - * $Id$ + * */ #ifndef TAO_MESSAGING_SYNCSCOPE_POLICY_PIDL diff --git a/TAO/tao/Messaging/Messaging_Types.pidl b/TAO/tao/Messaging/Messaging_Types.pidl index ef5d2718c57..cbf0b4046a4 100644 --- a/TAO/tao/Messaging/Messaging_Types.pidl +++ b/TAO/tao/Messaging/Messaging_Types.pidl @@ -3,7 +3,7 @@ /** * @file Messaging_Types.pidl * - * $Id$ + * */ #ifndef TAO_MESSAGING_NO_IMPL_TYPES_PIDL diff --git a/TAO/tao/Messaging/Pollable.pidl b/TAO/tao/Messaging/Pollable.pidl index efebe81ee6e..a4c7fc85528 100644 --- a/TAO/tao/Messaging/Pollable.pidl +++ b/TAO/tao/Messaging/Pollable.pidl @@ -3,7 +3,7 @@ /** * @file Pollable.pidl * - * $Id$ + * */ #ifndef TAO_POLLABLE_PIDL diff --git a/TAO/tao/Messaging/TAO_Ext.pidl b/TAO/tao/Messaging/TAO_Ext.pidl index 3b84f8220b9..77898c2b11c 100644 --- a/TAO/tao/Messaging/TAO_Ext.pidl +++ b/TAO/tao/Messaging/TAO_Ext.pidl @@ -4,8 +4,6 @@ /** * @file TAO_Ext.pidl * - * $Id$ - * * This file contains extensions to the TAO-specific idl interfaces * (not part of CORBA 2.6) defined in $TAO_ROOT/tao * diff --git a/TAO/tao/Messaging_PolicyValue.pidl b/TAO/tao/Messaging_PolicyValue.pidl index 5a77d367335..687dc37e7f6 100644 --- a/TAO/tao/Messaging_PolicyValue.pidl +++ b/TAO/tao/Messaging_PolicyValue.pidl @@ -2,7 +2,7 @@ /** * @file Messaging_PolicyValue.pidl * - * $Id$ + * */ #ifndef TAO_MESSAGING_POLICYVALUE_PIDL diff --git a/TAO/tao/Messaging_SyncScope.pidl b/TAO/tao/Messaging_SyncScope.pidl index d0405415de2..c6244f4db8e 100644 --- a/TAO/tao/Messaging_SyncScope.pidl +++ b/TAO/tao/Messaging_SyncScope.pidl @@ -2,7 +2,7 @@ /** * @file Messaging_SyncScope.pidl * - * $Id$ + * */ #ifndef TAO_MESSAGING_SYNCSCOPE_PIDL #define TAO_MESSAGING_SYNCSCOPE_PIDL diff --git a/TAO/tao/Monitor/Monitor.pidl b/TAO/tao/Monitor/Monitor.pidl index 1182d7b6e08..beb52e2de8c 100644 --- a/TAO/tao/Monitor/Monitor.pidl +++ b/TAO/tao/Monitor/Monitor.pidl @@ -1,5 +1,3 @@ -// $Id$ - #ifndef TAO_MONITOR_MONITOR_PIDL #define TAO_MONITOR_MONITOR_PIDL diff --git a/TAO/tao/Monitor/Monitor_Types.pidl b/TAO/tao/Monitor/Monitor_Types.pidl index 32fe74f6dc2..56e40c516e8 100644 --- a/TAO/tao/Monitor/Monitor_Types.pidl +++ b/TAO/tao/Monitor/Monitor_Types.pidl @@ -1,5 +1,3 @@ -// $Id$ - #ifndef TAO_MONITOR_MONITOR_TYPES_PIDL #define TAO_MONITOR_MONITOR_TYPES_PIDL diff --git a/TAO/tao/Monitor/Monitor_include.pidl b/TAO/tao/Monitor/Monitor_include.pidl index 2402e30abcc..da7bf0605c3 100644 --- a/TAO/tao/Monitor/Monitor_include.pidl +++ b/TAO/tao/Monitor/Monitor_include.pidl @@ -3,8 +3,6 @@ /** * @file Monitor_include.pidl * - * $Id$ - * * @brief Include file for use in applications that need Monitor.pidl. */ diff --git a/TAO/tao/ObjRefTemplate/Default_ORT.pidl b/TAO/tao/ObjRefTemplate/Default_ORT.pidl index f143c2353e6..513a801a716 100644 --- a/TAO/tao/ObjRefTemplate/Default_ORT.pidl +++ b/TAO/tao/ObjRefTemplate/Default_ORT.pidl @@ -2,8 +2,6 @@ /** * @file Default_ORT.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the TAO_Default_ORT module. * * This file is used to generate Default_ORTC.{h,i,cpp}, using the following diff --git a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl index 9582cb0c1bb..543c5ae31a9 100644 --- a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl +++ b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl @@ -3,8 +3,6 @@ /** * @file ObjectReferenceTemplate.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the ObjectReferenceTemplate module. */ diff --git a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl index 7bae39c8faa..692335951d3 100644 --- a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl +++ b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl @@ -1,8 +1,6 @@ /** * @file ObjectReferenceTemplate_include.pidl * - * $Id$ - * * @brief Include file for use in applications that need ObjectReferenceTemplate.pidl. * * This file just includes ObjectReferenceTemplate.pidl. The *C.h file generated from diff --git a/TAO/tao/ObjectIdList.pidl b/TAO/tao/ObjectIdList.pidl index d4738c0618a..87affa97fff 100644 --- a/TAO/tao/ObjectIdList.pidl +++ b/TAO/tao/ObjectIdList.pidl @@ -1,8 +1,6 @@ /** * @file ObjectIdList.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the CORBA::ORB::ObjectIdList related * types. */ diff --git a/TAO/tao/Object_Key.pidl b/TAO/tao/Object_Key.pidl index 6ec2a8d0355..fe163f872be 100644 --- a/TAO/tao/Object_Key.pidl +++ b/TAO/tao/Object_Key.pidl @@ -1,5 +1,3 @@ -// $Id$ - // TAO specific IDL definition of an octet sequence that we use to represent // Object keys inside the POA. diff --git a/TAO/tao/OctetSeq.pidl b/TAO/tao/OctetSeq.pidl index 4d96d1b55a6..17fe4d75b6e 100644 --- a/TAO/tao/OctetSeq.pidl +++ b/TAO/tao/OctetSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_OCTET_SEQ_IDL #define TAO_CORBA_OCTET_SEQ_IDL diff --git a/TAO/tao/PI/ClientRequestInfo.pidl b/TAO/tao/PI/ClientRequestInfo.pidl index 859da328f45..96bbb2ab44b 100644 --- a/TAO/tao/PI/ClientRequestInfo.pidl +++ b/TAO/tao/PI/ClientRequestInfo.pidl @@ -3,8 +3,6 @@ /** * @file ClientRequestInfo.pidl * - * $Id$ - * * @brief Pre-compiled ClientRequestInfo */ diff --git a/TAO/tao/PI/ClientRequestInterceptor.pidl b/TAO/tao/PI/ClientRequestInterceptor.pidl index f51d02c88c0..f4aa9bd4e12 100644 --- a/TAO/tao/PI/ClientRequestInterceptor.pidl +++ b/TAO/tao/PI/ClientRequestInterceptor.pidl @@ -3,8 +3,6 @@ /** * @file ClientRequestInterceptor.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableInterceptor * components in the ORB. * diff --git a/TAO/tao/PI/Interceptor.pidl b/TAO/tao/PI/Interceptor.pidl index d1bfa3b5689..93d93ff6cc7 100644 --- a/TAO/tao/PI/Interceptor.pidl +++ b/TAO/tao/PI/Interceptor.pidl @@ -3,8 +3,6 @@ /** * @file Interceptor.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the Interceptor * components in the ORB. */ diff --git a/TAO/tao/PI/InvalidSlot.pidl b/TAO/tao/PI/InvalidSlot.pidl index 605da7cecfc..3b2553f6555 100644 --- a/TAO/tao/PI/InvalidSlot.pidl +++ b/TAO/tao/PI/InvalidSlot.pidl @@ -3,8 +3,6 @@ /** * @file InvalidSlot.pidl * - * $Id$ - * * @brief Pre-compiled InvalidSlot */ diff --git a/TAO/tao/PI/ORBInitInfo.pidl b/TAO/tao/PI/ORBInitInfo.pidl index dfdf50453ed..e1a80ec5164 100644 --- a/TAO/tao/PI/ORBInitInfo.pidl +++ b/TAO/tao/PI/ORBInitInfo.pidl @@ -3,8 +3,6 @@ /** * @file ORBInitInfo.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the ORBInitInfo */ diff --git a/TAO/tao/PI/ORBInitializer.pidl b/TAO/tao/PI/ORBInitializer.pidl index 26175a03ca9..fb16f290611 100644 --- a/TAO/tao/PI/ORBInitializer.pidl +++ b/TAO/tao/PI/ORBInitializer.pidl @@ -3,8 +3,6 @@ /** * @file ORBInitializer.pidl * - * $Id$ - * * @brief ORBInitializer part of the PortableInterceptor part of the CORBA * spec */ diff --git a/TAO/tao/PI/PICurrent.pidl b/TAO/tao/PI/PICurrent.pidl index ada9eff63df..37752546cf5 100644 --- a/TAO/tao/PI/PICurrent.pidl +++ b/TAO/tao/PI/PICurrent.pidl @@ -3,8 +3,6 @@ /** * @file PICurrent.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableInterceptor * components in the ORB. * diff --git a/TAO/tao/PI/PIForwardRequest.pidl b/TAO/tao/PI/PIForwardRequest.pidl index 862b430142e..ce766ed6b4d 100644 --- a/TAO/tao/PI/PIForwardRequest.pidl +++ b/TAO/tao/PI/PIForwardRequest.pidl @@ -3,8 +3,6 @@ /** * @file PIForwardRequest.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableInterceptor * components in the ORB. */ diff --git a/TAO/tao/PI/PI_include.pidl b/TAO/tao/PI/PI_include.pidl index e194ebf2574..b59918194ba 100644 --- a/TAO/tao/PI/PI_include.pidl +++ b/TAO/tao/PI/PI_include.pidl @@ -3,8 +3,6 @@ /** * @file PI_include.pidl * - * $Id$ - * * @brief Include file for use in applications that need PI.pidl. */ diff --git a/TAO/tao/PI/PolicyFactory.pidl b/TAO/tao/PI/PolicyFactory.pidl index 97df0401db2..ba936577ffa 100644 --- a/TAO/tao/PI/PolicyFactory.pidl +++ b/TAO/tao/PI/PolicyFactory.pidl @@ -3,8 +3,6 @@ /** * @file PolicyFactory.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PolicyFactory * * tao_idl diff --git a/TAO/tao/PI/ProcessingModePolicy.pidl b/TAO/tao/PI/ProcessingModePolicy.pidl index 3225558efb1..dc7e99de712 100644 --- a/TAO/tao/PI/ProcessingModePolicy.pidl +++ b/TAO/tao/PI/ProcessingModePolicy.pidl @@ -1,8 +1,6 @@ /** * @file ProcessingModePolicy.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the ProcessingModePolicy within * the PortableInterceptor module. * diff --git a/TAO/tao/PI/RequestInfo.pidl b/TAO/tao/PI/RequestInfo.pidl index 9e06ee55097..6a0ff3792c0 100644 --- a/TAO/tao/PI/RequestInfo.pidl +++ b/TAO/tao/PI/RequestInfo.pidl @@ -3,8 +3,6 @@ /** * @file RequestInfo.pidl * - * $Id$ - * * @brief Pre-compiled RequestInfo */ diff --git a/TAO/tao/PI_Forward.pidl b/TAO/tao/PI_Forward.pidl index 31d1b5d66d2..0e4293dfd1a 100644 --- a/TAO/tao/PI_Forward.pidl +++ b/TAO/tao/PI_Forward.pidl @@ -3,8 +3,6 @@ /** * @file PI_Forward.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for typedefs in the * PortableInterceptor module. * diff --git a/TAO/tao/PI_Server/PI_Server_include.pidl b/TAO/tao/PI_Server/PI_Server_include.pidl index f2647f27f85..d5859756710 100644 --- a/TAO/tao/PI_Server/PI_Server_include.pidl +++ b/TAO/tao/PI_Server/PI_Server_include.pidl @@ -1,8 +1,6 @@ /** * @file PI_Server_include.pidl * - * $Id$ - * * @brief Include file for use in applications that need PI_Server.pidl. */ diff --git a/TAO/tao/PI_Server/ServerRequestInfo.pidl b/TAO/tao/PI_Server/ServerRequestInfo.pidl index f6e2dd5b087..65f6f6d84a6 100644 --- a/TAO/tao/PI_Server/ServerRequestInfo.pidl +++ b/TAO/tao/PI_Server/ServerRequestInfo.pidl @@ -3,8 +3,6 @@ /** * @file ServerRequestInfo.pidl * - * $Id$ - * * @brief Pre-compiled RequestInfo */ diff --git a/TAO/tao/PI_Server/ServerRequestInterceptor.pidl b/TAO/tao/PI_Server/ServerRequestInterceptor.pidl index 62e5fcef786..8b76ab77bde 100644 --- a/TAO/tao/PI_Server/ServerRequestInterceptor.pidl +++ b/TAO/tao/PI_Server/ServerRequestInterceptor.pidl @@ -3,8 +3,6 @@ /** * @file ServerRequestInterceptor.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableInterceptor * components in the ORB. */ diff --git a/TAO/tao/ParameterMode.pidl b/TAO/tao/ParameterMode.pidl index aaf46db0cbc..c1a17d6518c 100644 --- a/TAO/tao/ParameterMode.pidl +++ b/TAO/tao/ParameterMode.pidl @@ -3,7 +3,7 @@ /** * @file ParameterMode.pidl * - * $Id$ + * */ #ifndef TAO_PARAMETERMODE_IDL diff --git a/TAO/tao/Policy.pidl b/TAO/tao/Policy.pidl index bb7905fbd14..e623bf37537 100644 --- a/TAO/tao/Policy.pidl +++ b/TAO/tao/Policy.pidl @@ -1,8 +1,6 @@ /** * @file Policy.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the CORBA::Policy related * classes. */ diff --git a/TAO/tao/Policy_Current.pidl b/TAO/tao/Policy_Current.pidl index 510cb2dca57..f3bbc653991 100644 --- a/TAO/tao/Policy_Current.pidl +++ b/TAO/tao/Policy_Current.pidl @@ -1,8 +1,6 @@ /** * @file Policy_Current.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the CORBA::PolicyCurrent related * classes. * diff --git a/TAO/tao/Policy_Forward.pidl b/TAO/tao/Policy_Forward.pidl index 01fabcf8f7d..92372368595 100644 --- a/TAO/tao/Policy_Forward.pidl +++ b/TAO/tao/Policy_Forward.pidl @@ -3,8 +3,6 @@ /** * @file Policy_Forward.pidl * - * $Id$ - * * @brief Pre-compiled IDL source to forward declare some critical * Policy-related types. */ diff --git a/TAO/tao/Policy_Manager.pidl b/TAO/tao/Policy_Manager.pidl index 38c493442cc..81c8f92fe30 100644 --- a/TAO/tao/Policy_Manager.pidl +++ b/TAO/tao/Policy_Manager.pidl @@ -1,8 +1,6 @@ /** * @file Policy_Manager.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the CORBA::PolicyManager related * classes. * diff --git a/TAO/tao/PortableInterceptor.pidl b/TAO/tao/PortableInterceptor.pidl index 181a14b6564..f858d3f85a2 100644 --- a/TAO/tao/PortableInterceptor.pidl +++ b/TAO/tao/PortableInterceptor.pidl @@ -3,8 +3,6 @@ /** * @file PortableInterceptor.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableInterceptor * components in the ORB. * diff --git a/TAO/tao/PortableServer/AdapterActivator.pidl b/TAO/tao/PortableServer/AdapterActivator.pidl index 40c13708947..7af6eef28bf 100644 --- a/TAO/tao/PortableServer/AdapterActivator.pidl +++ b/TAO/tao/PortableServer/AdapterActivator.pidl @@ -1,8 +1,6 @@ /** * @file AdapterActivator.pidl * - * $Id$ - * * @brief PIDL source for the PortableServer module. * */ diff --git a/TAO/tao/PortableServer/ForwardRequest.pidl b/TAO/tao/PortableServer/ForwardRequest.pidl index 1752ac6eef2..ac6a3875c3f 100644 --- a/TAO/tao/PortableServer/ForwardRequest.pidl +++ b/TAO/tao/PortableServer/ForwardRequest.pidl @@ -1,8 +1,6 @@ /** * @file ForwardRequest.pidl * - * $Id$ - * * @brief PIDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/IdAssignmentPolicy.pidl b/TAO/tao/PortableServer/IdAssignmentPolicy.pidl index af99fc0469c..77d2d989732 100644 --- a/TAO/tao/PortableServer/IdAssignmentPolicy.pidl +++ b/TAO/tao/PortableServer/IdAssignmentPolicy.pidl @@ -1,8 +1,6 @@ /** * @file IdAssignmentPolicy.pidl * - * $Id$ - * * @brief PIDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/IdUniquenessPolicy.pidl b/TAO/tao/PortableServer/IdUniquenessPolicy.pidl index ee9fe9a3e38..2cd9a89721b 100644 --- a/TAO/tao/PortableServer/IdUniquenessPolicy.pidl +++ b/TAO/tao/PortableServer/IdUniquenessPolicy.pidl @@ -1,8 +1,6 @@ /** * @file IdUniquenessPolicy.pidl * - * $Id$ - * * @brief PIDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/ImplicitActivationPolicy.pidl b/TAO/tao/PortableServer/ImplicitActivationPolicy.pidl index 041c2344015..152c524e238 100644 --- a/TAO/tao/PortableServer/ImplicitActivationPolicy.pidl +++ b/TAO/tao/PortableServer/ImplicitActivationPolicy.pidl @@ -1,8 +1,6 @@ /** * @file ImplicitActivationPolicy.pidl * - * $Id$ - * * @brief PIDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/LifespanPolicy.pidl b/TAO/tao/PortableServer/LifespanPolicy.pidl index 9283b9415f1..7626120440d 100644 --- a/TAO/tao/PortableServer/LifespanPolicy.pidl +++ b/TAO/tao/PortableServer/LifespanPolicy.pidl @@ -1,8 +1,6 @@ /** * @file LifespanPolicy.pidl * - * $Id$ - * * @brief PIDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/POA.pidl b/TAO/tao/PortableServer/POA.pidl index 15d562819c6..664b6a09c8c 100644 --- a/TAO/tao/PortableServer/POA.pidl +++ b/TAO/tao/PortableServer/POA.pidl @@ -1,8 +1,6 @@ /** * @file POA.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/POAManager.pidl b/TAO/tao/PortableServer/POAManager.pidl index 20b01f25b1d..d2282ab5139 100644 --- a/TAO/tao/PortableServer/POAManager.pidl +++ b/TAO/tao/PortableServer/POAManager.pidl @@ -1,8 +1,6 @@ /** * @file POAManager.pidl * - * $Id$ - * * @brief PIDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/POAManagerFactory.pidl b/TAO/tao/PortableServer/POAManagerFactory.pidl index 7266f29e05b..e50901d097f 100644 --- a/TAO/tao/PortableServer/POAManagerFactory.pidl +++ b/TAO/tao/PortableServer/POAManagerFactory.pidl @@ -1,8 +1,6 @@ /** * @file POAManagerFactory.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableServer module. * $ACE_ROOT/bin/tao_idl \ diff --git a/TAO/tao/PortableServer/PS_Current.pidl b/TAO/tao/PortableServer/PS_Current.pidl index 3d7a646ced7..53256d8220b 100644 --- a/TAO/tao/PortableServer/PS_Current.pidl +++ b/TAO/tao/PortableServer/PS_Current.pidl @@ -1,8 +1,6 @@ /** * @file PS_Current.pidl * - * $Id$ - * * @brief PIDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/PS_Forward.pidl b/TAO/tao/PortableServer/PS_Forward.pidl index 8eef49af30f..7416dda1db2 100644 --- a/TAO/tao/PortableServer/PS_Forward.pidl +++ b/TAO/tao/PortableServer/PS_Forward.pidl @@ -1,8 +1,6 @@ /** * @file PS_Forward.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/PortableServer.pidl b/TAO/tao/PortableServer/PortableServer.pidl index 0eae14cda58..f9ab0792059 100644 --- a/TAO/tao/PortableServer/PortableServer.pidl +++ b/TAO/tao/PortableServer/PortableServer.pidl @@ -1,8 +1,6 @@ /** * @file PortableServer.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/PortableServer_include.pidl b/TAO/tao/PortableServer/PortableServer_include.pidl index 41803d12427..faf9e49580a 100644 --- a/TAO/tao/PortableServer/PortableServer_include.pidl +++ b/TAO/tao/PortableServer/PortableServer_include.pidl @@ -1,8 +1,6 @@ /** * @file PortableServer_include.pidl * - * $Id$ - * * @brief Include file for use in applications that need PortableServer.pidl. */ diff --git a/TAO/tao/PortableServer/RequestProcessingPolicy.pidl b/TAO/tao/PortableServer/RequestProcessingPolicy.pidl index 9edff2ec46e..524687ac9f7 100644 --- a/TAO/tao/PortableServer/RequestProcessingPolicy.pidl +++ b/TAO/tao/PortableServer/RequestProcessingPolicy.pidl @@ -1,8 +1,6 @@ /** * @file RequestProcessingPolicy.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableServer module. * * tao_idl.exe \ diff --git a/TAO/tao/PortableServer/ServantActivator.pidl b/TAO/tao/PortableServer/ServantActivator.pidl index ac70f847748..0f194d71e6e 100644 --- a/TAO/tao/PortableServer/ServantActivator.pidl +++ b/TAO/tao/PortableServer/ServantActivator.pidl @@ -1,8 +1,6 @@ /** * @file ServantActivator.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/ServantLocator.pidl b/TAO/tao/PortableServer/ServantLocator.pidl index 7680288a8f7..5d63fee44ca 100644 --- a/TAO/tao/PortableServer/ServantLocator.pidl +++ b/TAO/tao/PortableServer/ServantLocator.pidl @@ -1,8 +1,6 @@ /** * @file ServantLocator.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/ServantManager.pidl b/TAO/tao/PortableServer/ServantManager.pidl index 435a33fd56a..f34f69e7f48 100644 --- a/TAO/tao/PortableServer/ServantManager.pidl +++ b/TAO/tao/PortableServer/ServantManager.pidl @@ -1,8 +1,6 @@ /** * @file ServantManager.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableServer module. */ diff --git a/TAO/tao/PortableServer/ServantRetentionPolicy.pidl b/TAO/tao/PortableServer/ServantRetentionPolicy.pidl index c6223d3a30e..3614af79231 100644 --- a/TAO/tao/PortableServer/ServantRetentionPolicy.pidl +++ b/TAO/tao/PortableServer/ServantRetentionPolicy.pidl @@ -1,8 +1,6 @@ /** * @file ServantRetentionPolicy.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableServer module. * * tao_idl.exe \ diff --git a/TAO/tao/PortableServer/ThreadPolicy.pidl b/TAO/tao/PortableServer/ThreadPolicy.pidl index cd25ed3cc30..fc2f22397a9 100644 --- a/TAO/tao/PortableServer/ThreadPolicy.pidl +++ b/TAO/tao/PortableServer/ThreadPolicy.pidl @@ -1,8 +1,6 @@ /** * @file ThreadPolicy.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the PortableServer module. * * tao_idl.exe \ diff --git a/TAO/tao/RTCORBA/RTCORBA.pidl b/TAO/tao/RTCORBA/RTCORBA.pidl index 8e2c14b14bc..1a4f3aa751a 100644 --- a/TAO/tao/RTCORBA/RTCORBA.pidl +++ b/TAO/tao/RTCORBA/RTCORBA.pidl @@ -1,8 +1,6 @@ /** * @file RTCORBA.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the RTCORBA module. * * The RTCORBA module specified in CORBA v2.4.2 Chapter 24 (February, diff --git a/TAO/tao/RTCORBA/RTCORBA_include.pidl b/TAO/tao/RTCORBA/RTCORBA_include.pidl index 8a5cf327d09..c8501f93d73 100644 --- a/TAO/tao/RTCORBA/RTCORBA_include.pidl +++ b/TAO/tao/RTCORBA/RTCORBA_include.pidl @@ -1,8 +1,6 @@ /** * @file RTCORBA_include.pidl * - * $Id$ - * * @brief Include file for use in applications that need RTCORBA.pidl. * * This file just includes RTCORBA.pidl. The *C.h file generated from diff --git a/TAO/tao/RTCORBA/RT_ProtocolProperties.pidl b/TAO/tao/RTCORBA/RT_ProtocolProperties.pidl index 7a2f1fef90c..3730af3aff5 100644 --- a/TAO/tao/RTCORBA/RT_ProtocolProperties.pidl +++ b/TAO/tao/RTCORBA/RT_ProtocolProperties.pidl @@ -1,8 +1,6 @@ /** * @file RT_ProtocolProperties.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the ProtocolProperties module. * */ diff --git a/TAO/tao/RTPortableServer/RTPortableServer.pidl b/TAO/tao/RTPortableServer/RTPortableServer.pidl index 6b9e11309cc..4d4fa5ab1bb 100644 --- a/TAO/tao/RTPortableServer/RTPortableServer.pidl +++ b/TAO/tao/RTPortableServer/RTPortableServer.pidl @@ -1,8 +1,6 @@ /** * @file RTPortableServer.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the RTPortableServer module. */ diff --git a/TAO/tao/RTPortableServer/RTPortableServer_include.pidl b/TAO/tao/RTPortableServer/RTPortableServer_include.pidl index d17679ca3c9..42f4dd0dcac 100644 --- a/TAO/tao/RTPortableServer/RTPortableServer_include.pidl +++ b/TAO/tao/RTPortableServer/RTPortableServer_include.pidl @@ -1,8 +1,6 @@ /** * @file RTPortableServer_include.pidl * - * $Id$ - * * @brief Include file for use in applications that need RTPortableServer.pidl. * * This file just includes RTPortableServer.pidl. The *C.h file generated from diff --git a/TAO/tao/RTScheduling/RTScheduler.pidl b/TAO/tao/RTScheduling/RTScheduler.pidl index 76bdac8d8bd..80e3e307ca1 100644 --- a/TAO/tao/RTScheduling/RTScheduler.pidl +++ b/TAO/tao/RTScheduling/RTScheduler.pidl @@ -1,4 +1,3 @@ -//$Id$ // ================================================================ // // = LIBRARY diff --git a/TAO/tao/RTScheduling/RTScheduler_include.pidl b/TAO/tao/RTScheduling/RTScheduler_include.pidl index 5dd3e67f4e5..757382011ec 100644 --- a/TAO/tao/RTScheduling/RTScheduler_include.pidl +++ b/TAO/tao/RTScheduling/RTScheduler_include.pidl @@ -1,8 +1,6 @@ /** * @file RTScheduler_include.pidl * - * $Id$ - * * @brief Include file for use in applications that need RTScheduler.pidl. * * This file just includes RTScheduler.pidl. The *C.h file generated from diff --git a/TAO/tao/Services.pidl b/TAO/tao/Services.pidl index 05fed8769c6..d1a3ed0be40 100644 --- a/TAO/tao/Services.pidl +++ b/TAO/tao/Services.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_SERVICES_IDL #define TAO_CORBA_SERVICES_IDL diff --git a/TAO/tao/ShortSeq.pidl b/TAO/tao/ShortSeq.pidl index e2a59a3ddec..6d83574a360 100644 --- a/TAO/tao/ShortSeq.pidl +++ b/TAO/tao/ShortSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_SHORT_SEQ_IDL #define TAO_CORBA_SHORT_SEQ_IDL diff --git a/TAO/tao/Strategies/COIOP_Endpoints.pidl b/TAO/tao/Strategies/COIOP_Endpoints.pidl index 3031390439e..2d8f7b02f0d 100644 --- a/TAO/tao/Strategies/COIOP_Endpoints.pidl +++ b/TAO/tao/Strategies/COIOP_Endpoints.pidl @@ -1,6 +1,3 @@ -// -// $Id$ - /** * This file contains idl definition for data structures used to * encapsulate data in TAO_TAG_ENDPOINTS tagged component. This diff --git a/TAO/tao/Strategies/sciop_endpoints.pidl b/TAO/tao/Strategies/sciop_endpoints.pidl index 8922d861aee..2c8b84741b2 100644 --- a/TAO/tao/Strategies/sciop_endpoints.pidl +++ b/TAO/tao/Strategies/sciop_endpoints.pidl @@ -1,6 +1,3 @@ -// -// $Id$ - /** * This file contains idl definition for data structures used to * encapsulate data in TAO_TAG_ENDPOINTS tagged component. This diff --git a/TAO/tao/Strategies/uiop_endpoints.pidl b/TAO/tao/Strategies/uiop_endpoints.pidl index 8d886f88382..33e6f5830a7 100644 --- a/TAO/tao/Strategies/uiop_endpoints.pidl +++ b/TAO/tao/Strategies/uiop_endpoints.pidl @@ -1,5 +1,3 @@ -// $Id$ - /** * This file contains idl definition for data structures used to * encapsulate data in TAO_TAG_ENDPOINTS tagged component. This diff --git a/TAO/tao/StringSeq.pidl b/TAO/tao/StringSeq.pidl index 536f54692a5..f492c3b4c5c 100644 --- a/TAO/tao/StringSeq.pidl +++ b/TAO/tao/StringSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_STRING_SEQ_IDL #define TAO_CORBA_STRING_SEQ_IDL diff --git a/TAO/tao/TAO.pidl b/TAO/tao/TAO.pidl index 62a1c134385..391d2d420fa 100644 --- a/TAO/tao/TAO.pidl +++ b/TAO/tao/TAO.pidl @@ -4,8 +4,6 @@ /** * @file TAO.pidl * - * $Id$ - * * This file contains TAO-specific idl interfaces (not part of CORBA * 2.6). * diff --git a/TAO/tao/TimeBase.pidl b/TAO/tao/TimeBase.pidl index bc79238db15..4cdd848f74e 100644 --- a/TAO/tao/TimeBase.pidl +++ b/TAO/tao/TimeBase.pidl @@ -3,7 +3,7 @@ /** * @file TimeBase.pidl * - * $Id$ + * */ #ifndef TIME_BASE_PIDL diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl b/TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl index 365decca637..eeca959bb01 100644 --- a/TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl +++ b/TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl @@ -1,6 +1,3 @@ -// -// $Id$ - /** * @file TypeCodeFactory.pidl * diff --git a/TAO/tao/Typecode_types.pidl b/TAO/tao/Typecode_types.pidl index f1cdee499da..e6989144ac3 100644 --- a/TAO/tao/Typecode_types.pidl +++ b/TAO/tao/Typecode_types.pidl @@ -1,5 +1,4 @@ // -*- IDL -*- -// $Id$ // Typecode stuff, originally in orb.idl #ifndef TAO_TYPECODE_TYPES_IDL diff --git a/TAO/tao/ULongLongSeq.pidl b/TAO/tao/ULongLongSeq.pidl index a82662d9f85..c1950824cee 100644 --- a/TAO/tao/ULongLongSeq.pidl +++ b/TAO/tao/ULongLongSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_ULONGLONG_SEQ_IDL #define TAO_CORBA_ULONGLONG_SEQ_IDL diff --git a/TAO/tao/ULongSeq.pidl b/TAO/tao/ULongSeq.pidl index fa7112554a3..be1bd8e5ae4 100644 --- a/TAO/tao/ULongSeq.pidl +++ b/TAO/tao/ULongSeq.pidl @@ -1,7 +1,4 @@ // -*- IDL -*- -// -// $Id$ - #ifndef TAO_CORBA_ULONG_SEQ_IDL #define TAO_CORBA_ULONG_SEQ_IDL diff --git a/TAO/tao/UShortSeq.pidl b/TAO/tao/UShortSeq.pidl index 0d192a5e9ae..23b3afd3b7e 100644 --- a/TAO/tao/UShortSeq.pidl +++ b/TAO/tao/UShortSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_USHORT_SEQ_IDL #define TAO_CORBA_USHORT_SEQ_IDL diff --git a/TAO/tao/Valuetype/StringValue.pidl b/TAO/tao/Valuetype/StringValue.pidl index 811582f949f..aa848ba6506 100644 --- a/TAO/tao/Valuetype/StringValue.pidl +++ b/TAO/tao/Valuetype/StringValue.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - // ================================================================ // Standard Value Box Definitions // as specified in OMG document formal/01-12-35 diff --git a/TAO/tao/WCharSeq.pidl b/TAO/tao/WCharSeq.pidl index 50dbdd99ac6..caa3e452aad 100644 --- a/TAO/tao/WCharSeq.pidl +++ b/TAO/tao/WCharSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_WCHAR_SEQ_IDL #define TAO_CORBA_WCHAR_SEQ_IDL diff --git a/TAO/tao/WStringSeq.pidl b/TAO/tao/WStringSeq.pidl index 998c8c33430..5318f1b9ef2 100644 --- a/TAO/tao/WStringSeq.pidl +++ b/TAO/tao/WStringSeq.pidl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #ifndef TAO_CORBA_WSTRING_SEQ_IDL #define TAO_CORBA_WSTRING_SEQ_IDL diff --git a/TAO/tao/WrongTransaction.pidl b/TAO/tao/WrongTransaction.pidl index 6b9b26a0e09..3c68d49fece 100644 --- a/TAO/tao/WrongTransaction.pidl +++ b/TAO/tao/WrongTransaction.pidl @@ -1,8 +1,6 @@ /** * @file WrongTransaction.pidl * - * $Id$ - * * @brief Pre-compiled IDL source for the CORBA::WrongTransaction * exception. * diff --git a/TAO/tao/ZIOP/ZIOP.pidl b/TAO/tao/ZIOP/ZIOP.pidl index a52c91fc898..fb8db5453a1 100644 --- a/TAO/tao/ZIOP/ZIOP.pidl +++ b/TAO/tao/ZIOP/ZIOP.pidl @@ -1,5 +1,3 @@ -// $Id$ - #include "tao/Policy.pidl" #include "tao/IOP.pidl" #include "tao/Compression/Compression_include.pidl" diff --git a/TAO/tao/orb_types.pidl b/TAO/tao/orb_types.pidl index b1d0058d9ab..3e8192f1cb4 100644 --- a/TAO/tao/orb_types.pidl +++ b/TAO/tao/orb_types.pidl @@ -3,7 +3,7 @@ /** * @file orb_types.pidl * - * $Id$ + * */ // Basic types |