diff options
558 files changed, 1116 insertions, 0 deletions
diff --git a/ASNMP/agent/agent_impl.cpp b/ASNMP/agent/agent_impl.cpp index 2f456cc2d91..9f04793e7e2 100644 --- a/ASNMP/agent/agent_impl.cpp +++ b/ASNMP/agent/agent_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // implement a prototype SNMP Agent using ASNMP and ACE diff --git a/ASNMP/agent/snmp_agent.h b/ASNMP/agent/snmp_agent.h index a3c13ce89c1..72184ddb14a 100644 --- a/ASNMP/agent/snmp_agent.h +++ b/ASNMP/agent/snmp_agent.h @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ #ifndef SNMP_AGENT_ diff --git a/ASNMP/asnmp/address.cpp b/ASNMP/asnmp/address.cpp index b0b890776af..17706a02ade 100644 --- a/ASNMP/asnmp/address.cpp +++ b/ASNMP/asnmp/address.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/asn1.cpp b/ASNMP/asnmp/asn1.cpp index 3131a864264..46f821784d6 100644 --- a/ASNMP/asnmp/asn1.cpp +++ b/ASNMP/asnmp/asn1.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/counter.cpp b/ASNMP/asnmp/counter.cpp index 1dc36008fce..77081fe84fe 100644 --- a/ASNMP/asnmp/counter.cpp +++ b/ASNMP/asnmp/counter.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/ctr64.cpp b/ASNMP/asnmp/ctr64.cpp index 799ba76b83f..571209c5e41 100644 --- a/ASNMP/asnmp/ctr64.cpp +++ b/ASNMP/asnmp/ctr64.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/gauge.cpp b/ASNMP/asnmp/gauge.cpp index 560d0bf929f..d00bc486b55 100644 --- a/ASNMP/asnmp/gauge.cpp +++ b/ASNMP/asnmp/gauge.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/integer.cpp b/ASNMP/asnmp/integer.cpp index dacee4ffab6..9650c3417b4 100644 --- a/ASNMP/asnmp/integer.cpp +++ b/ASNMP/asnmp/integer.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/octet.cpp b/ASNMP/asnmp/octet.cpp index 3e061a43b29..244b525a914 100644 --- a/ASNMP/asnmp/octet.cpp +++ b/ASNMP/asnmp/octet.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/oid.cpp b/ASNMP/asnmp/oid.cpp index fbd309cd1f0..e021f437133 100644 --- a/ASNMP/asnmp/oid.cpp +++ b/ASNMP/asnmp/oid.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/pdu.cpp b/ASNMP/asnmp/pdu.cpp index 68c7c0c2fcd..2ca7516b6fd 100644 --- a/ASNMP/asnmp/pdu.cpp +++ b/ASNMP/asnmp/pdu.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/sagent.cpp b/ASNMP/asnmp/sagent.cpp index 157dd8606be..1f93502aaf7 100644 --- a/ASNMP/asnmp/sagent.cpp +++ b/ASNMP/asnmp/sagent.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/snmp.cpp b/ASNMP/asnmp/snmp.cpp index 357b4e1537e..173d6d21723 100644 --- a/ASNMP/asnmp/snmp.cpp +++ b/ASNMP/asnmp/snmp.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/target.cpp b/ASNMP/asnmp/target.cpp index 7cb0a9c99e8..f7c01d1c13b 100644 --- a/ASNMP/asnmp/target.cpp +++ b/ASNMP/asnmp/target.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/timetick.cpp b/ASNMP/asnmp/timetick.cpp index da83945e83a..ff89700f176 100644 --- a/ASNMP/asnmp/timetick.cpp +++ b/ASNMP/asnmp/timetick.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/transaction.cpp b/ASNMP/asnmp/transaction.cpp index f22126ce469..1098c647128 100644 --- a/ASNMP/asnmp/transaction.cpp +++ b/ASNMP/asnmp/transaction.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/vb.cpp b/ASNMP/asnmp/vb.cpp index 3a4696d978f..584356b64cf 100644 --- a/ASNMP/asnmp/vb.cpp +++ b/ASNMP/asnmp/vb.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/asnmp/wpdu.cpp b/ASNMP/asnmp/wpdu.cpp index 6922be7d0be..55d672c7c30 100644 --- a/ASNMP/asnmp/wpdu.cpp +++ b/ASNMP/asnmp/wpdu.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/examples/get/get.cpp b/ASNMP/examples/get/get.cpp index c6a9d7d0d8a..4b7fc1f04f7 100644 --- a/ASNMP/examples/get/get.cpp +++ b/ASNMP/examples/get/get.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/examples/next/next.cpp b/ASNMP/examples/next/next.cpp index 66687f1c648..82aa54fc5cb 100644 --- a/ASNMP/examples/next/next.cpp +++ b/ASNMP/examples/next/next.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/examples/set/set.cpp b/ASNMP/examples/set/set.cpp index 402881f7962..f01d7bb5c27 100644 --- a/ASNMP/examples/set/set.cpp +++ b/ASNMP/examples/set/set.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/examples/trap/trap.cpp b/ASNMP/examples/trap/trap.cpp index 857712c4973..d81d72a8afd 100644 --- a/ASNMP/examples/trap/trap.cpp +++ b/ASNMP/examples/trap/trap.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/ASNMP/examples/walk/walk.cpp b/ASNMP/examples/walk/walk.cpp index ec5fe803cfb..30705c665f1 100644 --- a/ASNMP/examples/walk/walk.cpp +++ b/ASNMP/examples/walk/walk.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* -*-C++-*- */ // ============================================================================ // diff --git a/TAO/Benchmark/Marshal_Test/Orbix/client.cpp b/TAO/Benchmark/Marshal_Test/Orbix/client.cpp index 690221a2b4e..80c62f5e6a7 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/client.cpp +++ b/TAO/Benchmark/Marshal_Test/Orbix/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "benchmark/driver.h" #include "orbix_marshal_client.h" diff --git a/TAO/Benchmark/Marshal_Test/Orbix/marshal.h b/TAO/Benchmark/Marshal_Test/Orbix/marshal.h index 77c4651cfc3..c4791df7661 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/marshal.h +++ b/TAO/Benchmark/Marshal_Test/Orbix/marshal.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef marshal_h #define marshal_h diff --git a/TAO/Benchmark/Marshal_Test/Orbix/marshal.idl b/TAO/Benchmark/Marshal_Test/Orbix/marshal.idl index 16d60e1064f..80b3ec9ab20 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/marshal.idl +++ b/TAO/Benchmark/Marshal_Test/Orbix/marshal.idl @@ -1,3 +1,5 @@ +// $Id$ + // Interface for the marshal benchmark interface Marshal diff --git a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.cpp b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.cpp index 94058ebac1a..a42fee980f7 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.cpp +++ b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.h b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.h index c1d06d03c06..9fce90ef265 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.h +++ b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.i b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.i index 1165f92fde8..a99b72db952 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.i +++ b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_client.i @@ -1,3 +1,5 @@ +// $Id$ + ACE_INLINE Orbix_Marshal_Client_Proxy::Orbix_Marshal_Client_Proxy (void) diff --git a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.cpp b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.cpp index 877b8bd1626..6ef34f0d8bd 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.cpp +++ b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "orbix_marshal_impl.h" #if !defined (__ACE_INLINE__) diff --git a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.h b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.h index 850e99c2bee..a74866173d8 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.h +++ b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #if !defined (ORBIX_MARSHAL_IMPL_H) #define ORBIX_MARSHAL_IMPL_H diff --git a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.i b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.i index 4ea7ef56421..0efa658c148 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.i +++ b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.i @@ -1,3 +1,5 @@ +// $Id$ + // constructor ACE_INLINE Marshal_SSI_Impl::Marshal_SSI_Impl (const char *obj_name) diff --git a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.cpp b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.cpp index fb060a2b5e8..33ea3dcd535 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.cpp +++ b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h index fe72344a8bb..09a64b4bbc8 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h +++ b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.i b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.i index f6c5fe36fd3..8219d7d5042 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.i +++ b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.i @@ -1,3 +1,5 @@ +// $Id$ + // constructor ACE_INLINE Orbix_Marshal_Server_Proxy::Orbix_Marshal_Server_Proxy (void) diff --git a/TAO/Benchmark/Marshal_Test/Orbix/server.cpp b/TAO/Benchmark/Marshal_Test/Orbix/server.cpp index dd6902a012d..510ee107a5e 100644 --- a/TAO/Benchmark/Marshal_Test/Orbix/server.cpp +++ b/TAO/Benchmark/Marshal_Test/Orbix/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "benchmark/driver.h" #include "orbix_marshal_server.h" diff --git a/TAO/Benchmark/Marshal_Test/TAO/client.cpp b/TAO/Benchmark/Marshal_Test/TAO/client.cpp index b38fef81023..9edd07784db 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/client.cpp +++ b/TAO/Benchmark/Marshal_Test/TAO/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "benchmark/driver.h" #include "tao_marshal_client.h" diff --git a/TAO/Benchmark/Marshal_Test/TAO/marshal.idl b/TAO/Benchmark/Marshal_Test/TAO/marshal.idl index 7ddc5423db4..077a98e58fd 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/marshal.idl +++ b/TAO/Benchmark/Marshal_Test/TAO/marshal.idl @@ -1,3 +1,5 @@ +// $Id$ + // Interface for the marshal benchmark interface Marshal diff --git a/TAO/Benchmark/Marshal_Test/TAO/marshalC.cpp b/TAO/Benchmark/Marshal_Test/TAO/marshalC.cpp index 3a8b4465fba..1557f836df9 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/marshalC.cpp +++ b/TAO/Benchmark/Marshal_Test/TAO/marshalC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include <stdio.h> #include "marshalC.h" diff --git a/TAO/Benchmark/Marshal_Test/TAO/marshalC.h b/TAO/Benchmark/Marshal_Test/TAO/marshalC.h index 505de16fafb..d45d3cf0611 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/marshalC.h +++ b/TAO/Benchmark/Marshal_Test/TAO/marshalC.h @@ -1,3 +1,5 @@ +// $Id$ + /************************************************************************** This file has been hand-crafted to work with the ORB API of TAO ***************************************************************************/ diff --git a/TAO/Benchmark/Marshal_Test/TAO/marshalS.cpp b/TAO/Benchmark/Marshal_Test/TAO/marshalS.cpp index c265e7c9c2f..fe116a642b0 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/marshalS.cpp +++ b/TAO/Benchmark/Marshal_Test/TAO/marshalS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include <iostream.h> #include "marshalS.h" diff --git a/TAO/Benchmark/Marshal_Test/TAO/marshalS.h b/TAO/Benchmark/Marshal_Test/TAO/marshalS.h index 5980be4f737..4f34a11d0ab 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/marshalS.h +++ b/TAO/Benchmark/Marshal_Test/TAO/marshalS.h @@ -1,3 +1,5 @@ +// $Id$ + /************************************************************************** This file has been hand-crafted to work with the ORB API of TAO ***************************************************************************/ diff --git a/TAO/Benchmark/Marshal_Test/TAO/server.cpp b/TAO/Benchmark/Marshal_Test/TAO/server.cpp index 930322be5c3..53102d6e189 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/server.cpp +++ b/TAO/Benchmark/Marshal_Test/TAO/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "benchmark/driver.h" #include "tao_marshal_server.h" diff --git a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.cpp b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.cpp index 157050ba3d8..bd678bfad9a 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.cpp +++ b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.h b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.h index 0bf7ef78660..d7b8269b2c2 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.h +++ b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.i b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.i index 2606962892b..5fcdc2e209f 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.i +++ b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_client.i @@ -1,3 +1,5 @@ +// $Id$ + ACE_INLINE Tao_Marshal_Client_Proxy::Tao_Marshal_Client_Proxy (void) diff --git a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.cpp b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.cpp index 6d5005f83ad..d4d555d5dee 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.cpp +++ b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tao_marshal_impl.h" #if !defined (__ACE_INLINE__) diff --git a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.h b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.h index 0ecec0fc87c..dab7e662d74 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.h +++ b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #if !defined (TAO_MARSHAL_IMPL_H) #define TAO_MARSHAL_IMPL_H diff --git a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.i b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.i index aee9bc6b043..a730daf8106 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.i +++ b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_impl.i @@ -1,3 +1,5 @@ +// $Id$ + // constructor ACE_INLINE Marshal_SSI_Impl::Marshal_SSI_Impl (const char *obj_name) diff --git a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.cpp b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.cpp index ed6a5a041c7..fea710364a6 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.cpp +++ b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.h b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.h index adbd782c3d3..8bd965301ff 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.h +++ b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.i b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.i index 721a329c03b..446b96cf468 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.i +++ b/TAO/Benchmark/Marshal_Test/TAO/tao_marshal_server.i @@ -1,3 +1,5 @@ +// $Id$ + // constructor ACE_INLINE Tao_Marshal_Server_Proxy::Tao_Marshal_Server_Proxy (void) diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/client.cpp b/TAO/Benchmark/Marshal_Test/VisiBroker/client.cpp index ed996e4b9e0..76218a98e84 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/client.cpp +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "benchmark/driver.h" #include "visi_marshal_client.h" diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/marshal.idl b/TAO/Benchmark/Marshal_Test/VisiBroker/marshal.idl index 7ddc5423db4..077a98e58fd 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/marshal.idl +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/marshal.idl @@ -1,3 +1,5 @@ +// $Id$ + // Interface for the marshal benchmark interface Marshal diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/server.cpp b/TAO/Benchmark/Marshal_Test/VisiBroker/server.cpp index 2706589fa93..c77676fefc3 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/server.cpp +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "benchmark/driver.h" #include "visi_marshal_server.h" diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.cpp b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.cpp index 3801165cc8b..2b185405543 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.cpp +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.h b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.h index d45a5f0b773..def1c6189c2 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.h +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.i b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.i index fb8c5823848..30c73abb503 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.i +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.i @@ -1,3 +1,5 @@ +// $Id$ + ACE_INLINE Visi_Marshal_Client_Proxy::Visi_Marshal_Client_Proxy (void) diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.cpp b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.cpp index 7ae2a3f04e9..29d8a82d289 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.cpp +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "visi_marshal_impl.h" #if !defined (__ACE_INLINE__) diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.h b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.h index 20938f49cde..ec3b0ee0ef2 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.h +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #if !defined (VISI_MARSHAL_IMPL_H) #define VISI_MARSHAL_IMPL_H diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.i b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.i index b9eefcfbd12..7e9405f734b 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.i +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.i @@ -1,3 +1,5 @@ +// $Id$ + // constructor ACE_INLINE Marshal_SSI_Impl::Marshal_SSI_Impl (const char *obj_name) diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.cpp b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.cpp index 1a81241a843..334c80f30cd 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.cpp +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h index bfe9b1d9879..36076c8fe90 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.i b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.i index 3c83a78af29..d43226e0f57 100644 --- a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.i +++ b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.i @@ -1,3 +1,5 @@ +// $Id$ + // constructor ACE_INLINE Visi_Marshal_Server_Proxy::Visi_Marshal_Server_Proxy (void) diff --git a/TAO/Benchmark/benchmark/driver.cpp b/TAO/Benchmark/benchmark/driver.cpp index b2e5a413cdb..ab9c67a3981 100644 --- a/TAO/Benchmark/benchmark/driver.cpp +++ b/TAO/Benchmark/benchmark/driver.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "benchmark/driver.h" template <class T> diff --git a/TAO/Benchmark/benchmark/driver.h b/TAO/Benchmark/benchmark/driver.h index 06a928125f6..690041eac73 100644 --- a/TAO/Benchmark/benchmark/driver.h +++ b/TAO/Benchmark/benchmark/driver.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // ============================================================================ // diff --git a/TAO/Benchmark/benchmark/marshal_options.cpp b/TAO/Benchmark/benchmark/marshal_options.cpp index 2473032f5da..1ff157826b2 100644 --- a/TAO/Benchmark/benchmark/marshal_options.cpp +++ b/TAO/Benchmark/benchmark/marshal_options.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/benchmark/marshal_options.h b/TAO/Benchmark/benchmark/marshal_options.h index 49639cd74f1..51a02a38ffa 100644 --- a/TAO/Benchmark/benchmark/marshal_options.h +++ b/TAO/Benchmark/benchmark/marshal_options.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/benchmark/marshal_options.i b/TAO/Benchmark/benchmark/marshal_options.i index cb3506aa35f..6c860fac93c 100644 --- a/TAO/Benchmark/benchmark/marshal_options.i +++ b/TAO/Benchmark/benchmark/marshal_options.i @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/benchmark/marshal_proxy.cpp b/TAO/Benchmark/benchmark/marshal_proxy.cpp index aa6aa1e631c..7a5a05e9a7a 100644 --- a/TAO/Benchmark/benchmark/marshal_proxy.cpp +++ b/TAO/Benchmark/benchmark/marshal_proxy.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/benchmark/marshal_proxy.h b/TAO/Benchmark/benchmark/marshal_proxy.h index de81ccf95ea..7b3951f4e11 100644 --- a/TAO/Benchmark/benchmark/marshal_proxy.h +++ b/TAO/Benchmark/benchmark/marshal_proxy.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/benchmark/marshal_proxy.i b/TAO/Benchmark/benchmark/marshal_proxy.i index 746651741b3..a5e95d393cd 100644 --- a/TAO/Benchmark/benchmark/marshal_proxy.i +++ b/TAO/Benchmark/benchmark/marshal_proxy.i @@ -1,3 +1,5 @@ +// $Id$ + ACE_INLINE CORBA_Marshal_Proxy::CORBA_Marshal_Proxy (void) diff --git a/TAO/Benchmark/benchmark/marshal_results.cpp b/TAO/Benchmark/benchmark/marshal_results.cpp index 416827a08d7..1231fe38b22 100644 --- a/TAO/Benchmark/benchmark/marshal_results.cpp +++ b/TAO/Benchmark/benchmark/marshal_results.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/benchmark/marshal_results.h b/TAO/Benchmark/benchmark/marshal_results.h index 5f7647c77a3..5d635cf83d7 100644 --- a/TAO/Benchmark/benchmark/marshal_results.h +++ b/TAO/Benchmark/benchmark/marshal_results.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/Benchmark/benchmark/marshal_results.i b/TAO/Benchmark/benchmark/marshal_results.i index 85c6dfce5f9..aa914b2f3d3 100644 --- a/TAO/Benchmark/benchmark/marshal_results.i +++ b/TAO/Benchmark/benchmark/marshal_results.i @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // diff --git a/TAO/IIOP/test/Orbeline/base_server/Profile_Timer.cpp b/TAO/IIOP/test/Orbeline/base_server/Profile_Timer.cpp index a871b9cf179..d20d988f48b 100644 --- a/TAO/IIOP/test/Orbeline/base_server/Profile_Timer.cpp +++ b/TAO/IIOP/test/Orbeline/base_server/Profile_Timer.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Profile_Timer.h" /* Initialize interval timer. */ diff --git a/TAO/IIOP/test/Orbeline/base_server/Profile_Timer.h b/TAO/IIOP/test/Orbeline/base_server/Profile_Timer.h index f001f59be9a..4198fba9a10 100644 --- a/TAO/IIOP/test/Orbeline/base_server/Profile_Timer.h +++ b/TAO/IIOP/test/Orbeline/base_server/Profile_Timer.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + /* An interval timer class using C++. */ #if !defined (ACE_PROFILE_TIMER_H) diff --git a/TAO/IIOP/test/Orbeline/base_server/cubit.idl b/TAO/IIOP/test/Orbeline/base_server/cubit.idl index 3e2ea392619..7eedbe786ab 100644 --- a/TAO/IIOP/test/Orbeline/base_server/cubit.idl +++ b/TAO/IIOP/test/Orbeline/base_server/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. // diff --git a/TAO/IIOP/test/Orbeline/base_server/cubit_impl.cpp b/TAO/IIOP/test/Orbeline/base_server/cubit_impl.cpp index 63c0bb3105f..c4313a1fccb 100644 --- a/TAO/IIOP/test/Orbeline/base_server/cubit_impl.cpp +++ b/TAO/IIOP/test/Orbeline/base_server/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o) { diff --git a/TAO/IIOP/test/Orbeline/base_server/cubit_impl.h b/TAO/IIOP/test/Orbeline/base_server/cubit_impl.h index 0f6fd7dd6db..f1f5e3fa3ea 100644 --- a/TAO/IIOP/test/Orbeline/base_server/cubit_impl.h +++ b/TAO/IIOP/test/Orbeline/base_server/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/IIOP/test/Orbeline/base_server/server.cpp b/TAO/IIOP/test/Orbeline/base_server/server.cpp index a4a1c85ed47..99c65c6718e 100644 --- a/TAO/IIOP/test/Orbeline/base_server/server.cpp +++ b/TAO/IIOP/test/Orbeline/base_server/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/IIOP/test/Orbeline/client/Profile_Timer.cpp b/TAO/IIOP/test/Orbeline/client/Profile_Timer.cpp index a871b9cf179..d20d988f48b 100644 --- a/TAO/IIOP/test/Orbeline/client/Profile_Timer.cpp +++ b/TAO/IIOP/test/Orbeline/client/Profile_Timer.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Profile_Timer.h" /* Initialize interval timer. */ diff --git a/TAO/IIOP/test/Orbeline/client/Profile_Timer.h b/TAO/IIOP/test/Orbeline/client/Profile_Timer.h index f001f59be9a..4198fba9a10 100644 --- a/TAO/IIOP/test/Orbeline/client/Profile_Timer.h +++ b/TAO/IIOP/test/Orbeline/client/Profile_Timer.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + /* An interval timer class using C++. */ #if !defined (ACE_PROFILE_TIMER_H) diff --git a/TAO/IIOP/test/Orbeline/client/client.cpp b/TAO/IIOP/test/Orbeline/client/client.cpp index c2b1d4070ae..d9eb91526d7 100644 --- a/TAO/IIOP/test/Orbeline/client/client.cpp +++ b/TAO/IIOP/test/Orbeline/client/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : client.C diff --git a/TAO/IIOP/test/Orbeline/client/cubit.idl b/TAO/IIOP/test/Orbeline/client/cubit.idl index 3e2ea392619..7eedbe786ab 100644 --- a/TAO/IIOP/test/Orbeline/client/cubit.idl +++ b/TAO/IIOP/test/Orbeline/client/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. // diff --git a/TAO/IIOP/test/Orbix/base_server/cubit.h b/TAO/IIOP/test/Orbix/base_server/cubit.h index 1c868a6597d..1fd0a2d3c7d 100644 --- a/TAO/IIOP/test/Orbix/base_server/cubit.h +++ b/TAO/IIOP/test/Orbix/base_server/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/test/Orbix/base_server/cubit.idl b/TAO/IIOP/test/Orbix/base_server/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/IIOP/test/Orbix/base_server/cubit.idl +++ b/TAO/IIOP/test/Orbix/base_server/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/test/Orbix/base_server/cubitC.cpp b/TAO/IIOP/test/Orbix/base_server/cubitC.cpp index c47e38f26ee..1d10b058a70 100644 --- a/TAO/IIOP/test/Orbix/base_server/cubitC.cpp +++ b/TAO/IIOP/test/Orbix/base_server/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" Cubit::Cubit (char *IT_OR) { diff --git a/TAO/IIOP/test/Orbix/base_server/cubitC.h b/TAO/IIOP/test/Orbix/base_server/cubitC.h index 15247168d3c..584efa67c8d 100644 --- a/TAO/IIOP/test/Orbix/base_server/cubitC.h +++ b/TAO/IIOP/test/Orbix/base_server/cubitC.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef _cubitC_h #define _cubitC_h diff --git a/TAO/IIOP/test/Orbix/base_server/cubitS.cpp b/TAO/IIOP/test/Orbix/base_server/cubitS.cpp index 449a8c23548..d72803fed0c 100644 --- a/TAO/IIOP/test/Orbix/base_server/cubitS.cpp +++ b/TAO/IIOP/test/Orbix/base_server/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/test/Orbix/base_server/cubitS.h b/TAO/IIOP/test/Orbix/base_server/cubitS.h index 757af4664ad..3ca717e2b49 100644 --- a/TAO/IIOP/test/Orbix/base_server/cubitS.h +++ b/TAO/IIOP/test/Orbix/base_server/cubitS.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef _cubitS_h #define _cubitS_h diff --git a/TAO/IIOP/test/Orbix/base_server/cubit_impl.cpp b/TAO/IIOP/test/Orbix/base_server/cubit_impl.cpp index e35f1084118..e96b6e33dcd 100644 --- a/TAO/IIOP/test/Orbix/base_server/cubit_impl.cpp +++ b/TAO/IIOP/test/Orbix/base_server/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &IT_env) throw (CORBA::SystemException) { diff --git a/TAO/IIOP/test/Orbix/base_server/cubit_impl.h b/TAO/IIOP/test/Orbix/base_server/cubit_impl.h index 1e710bb15d1..033aa7f0cb1 100644 --- a/TAO/IIOP/test/Orbix/base_server/cubit_impl.h +++ b/TAO/IIOP/test/Orbix/base_server/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/IIOP/test/Orbix/base_server/server.cpp b/TAO/IIOP/test/Orbix/base_server/server.cpp index 96117fe3e0d..527fa13d76e 100644 --- a/TAO/IIOP/test/Orbix/base_server/server.cpp +++ b/TAO/IIOP/test/Orbix/base_server/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/IIOP/test/Orbix/base_server/tpr.cpp b/TAO/IIOP/test/Orbix/base_server/tpr.cpp index 415410aea9f..da78690cc2c 100644 --- a/TAO/IIOP/test/Orbix/base_server/tpr.cpp +++ b/TAO/IIOP/test/Orbix/base_server/tpr.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tpr.h" void * diff --git a/TAO/IIOP/test/Orbix/base_server/tpr.h b/TAO/IIOP/test/Orbix/base_server/tpr.h index 38c2ccc7069..b5e8be94cf1 100644 --- a/TAO/IIOP/test/Orbix/base_server/tpr.h +++ b/TAO/IIOP/test/Orbix/base_server/tpr.h @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" #include "ace/Service_Config.h" #include "ace/Thread_Manager.h" diff --git a/TAO/IIOP/test/Orbix/client/client.cpp b/TAO/IIOP/test/Orbix/client/client.cpp index fcf45bdf706..f199078b601 100644 --- a/TAO/IIOP/test/Orbix/client/client.cpp +++ b/TAO/IIOP/test/Orbix/client/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : client.C diff --git a/TAO/IIOP/test/Orbix/client/cubit.h b/TAO/IIOP/test/Orbix/client/cubit.h index 1c868a6597d..1fd0a2d3c7d 100644 --- a/TAO/IIOP/test/Orbix/client/cubit.h +++ b/TAO/IIOP/test/Orbix/client/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/test/Orbix/client/cubit.idl b/TAO/IIOP/test/Orbix/client/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/IIOP/test/Orbix/client/cubit.idl +++ b/TAO/IIOP/test/Orbix/client/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/test/Orbix/client/cubitC.cpp b/TAO/IIOP/test/Orbix/client/cubitC.cpp index c47e38f26ee..1d10b058a70 100644 --- a/TAO/IIOP/test/Orbix/client/cubitC.cpp +++ b/TAO/IIOP/test/Orbix/client/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" Cubit::Cubit (char *IT_OR) { diff --git a/TAO/IIOP/test/Orbix/factory_client/client.cpp b/TAO/IIOP/test/Orbix/factory_client/client.cpp index c61cfbc85a5..1afdecbadf4 100644 --- a/TAO/IIOP/test/Orbix/factory_client/client.cpp +++ b/TAO/IIOP/test/Orbix/factory_client/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : client.C diff --git a/TAO/IIOP/test/Orbix/factory_client/cubit.h b/TAO/IIOP/test/Orbix/factory_client/cubit.h index 72e2fb81395..3a2dd546608 100644 --- a/TAO/IIOP/test/Orbix/factory_client/cubit.h +++ b/TAO/IIOP/test/Orbix/factory_client/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/test/Orbix/factory_client/cubit.idl b/TAO/IIOP/test/Orbix/factory_client/cubit.idl index 7dba408d0db..41309e997ea 100644 --- a/TAO/IIOP/test/Orbix/factory_client/cubit.idl +++ b/TAO/IIOP/test/Orbix/factory_client/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/test/Orbix/factory_client/cubitC.cpp b/TAO/IIOP/test/Orbix/factory_client/cubitC.cpp index c439fc4c800..d19c387bcd2 100644 --- a/TAO/IIOP/test/Orbix/factory_client/cubitC.cpp +++ b/TAO/IIOP/test/Orbix/factory_client/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/test/Orbix/factory_client/cubitS.cpp b/TAO/IIOP/test/Orbix/factory_client/cubitS.cpp index 2f0459962b8..56cf33174a6 100644 --- a/TAO/IIOP/test/Orbix/factory_client/cubitS.cpp +++ b/TAO/IIOP/test/Orbix/factory_client/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.hh" diff --git a/TAO/IIOP/test/Orbix/tpool/cubit.h b/TAO/IIOP/test/Orbix/tpool/cubit.h index 1c868a6597d..1fd0a2d3c7d 100644 --- a/TAO/IIOP/test/Orbix/tpool/cubit.h +++ b/TAO/IIOP/test/Orbix/tpool/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/test/Orbix/tpool/cubit.idl b/TAO/IIOP/test/Orbix/tpool/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/IIOP/test/Orbix/tpool/cubit.idl +++ b/TAO/IIOP/test/Orbix/tpool/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/test/Orbix/tpool/cubitC.cpp b/TAO/IIOP/test/Orbix/tpool/cubitC.cpp index c47e38f26ee..1d10b058a70 100644 --- a/TAO/IIOP/test/Orbix/tpool/cubitC.cpp +++ b/TAO/IIOP/test/Orbix/tpool/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" Cubit::Cubit (char *IT_OR) { diff --git a/TAO/IIOP/test/Orbix/tpool/cubitS.cpp b/TAO/IIOP/test/Orbix/tpool/cubitS.cpp index 449a8c23548..d72803fed0c 100644 --- a/TAO/IIOP/test/Orbix/tpool/cubitS.cpp +++ b/TAO/IIOP/test/Orbix/tpool/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/test/Orbix/tpool/cubit_impl.cpp b/TAO/IIOP/test/Orbix/tpool/cubit_impl.cpp index e35f1084118..e96b6e33dcd 100644 --- a/TAO/IIOP/test/Orbix/tpool/cubit_impl.cpp +++ b/TAO/IIOP/test/Orbix/tpool/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &IT_env) throw (CORBA::SystemException) { diff --git a/TAO/IIOP/test/Orbix/tpool/cubit_impl.h b/TAO/IIOP/test/Orbix/tpool/cubit_impl.h index 1e710bb15d1..033aa7f0cb1 100644 --- a/TAO/IIOP/test/Orbix/tpool/cubit_impl.h +++ b/TAO/IIOP/test/Orbix/tpool/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/IIOP/test/Orbix/tpool/server.cpp b/TAO/IIOP/test/Orbix/tpool/server.cpp index 8cae4135876..ac107f69ec4 100644 --- a/TAO/IIOP/test/Orbix/tpool/server.cpp +++ b/TAO/IIOP/test/Orbix/tpool/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/IIOP/test/Orbix/tpool/tpool.cpp b/TAO/IIOP/test/Orbix/tpool/tpool.cpp index 5d1fbd1a638..219503a22d7 100644 --- a/TAO/IIOP/test/Orbix/tpool/tpool.cpp +++ b/TAO/IIOP/test/Orbix/tpool/tpool.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tpool.h" Thread_Pool::Thread_Pool (int n_threads) diff --git a/TAO/IIOP/test/Orbix/tpool/tpool.h b/TAO/IIOP/test/Orbix/tpool/tpool.h index 3087ce42052..337a7f54e65 100644 --- a/TAO/IIOP/test/Orbix/tpool/tpool.h +++ b/TAO/IIOP/test/Orbix/tpool/tpool.h @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" #include "ace/Service_Config.h" #include "ace/Thread_Manager.h" diff --git a/TAO/IIOP/test/Orbix/tpr/cubit.h b/TAO/IIOP/test/Orbix/tpr/cubit.h index 1c868a6597d..1fd0a2d3c7d 100644 --- a/TAO/IIOP/test/Orbix/tpr/cubit.h +++ b/TAO/IIOP/test/Orbix/tpr/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/test/Orbix/tpr/cubit.idl b/TAO/IIOP/test/Orbix/tpr/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/IIOP/test/Orbix/tpr/cubit.idl +++ b/TAO/IIOP/test/Orbix/tpr/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/test/Orbix/tpr/cubitC.cpp b/TAO/IIOP/test/Orbix/tpr/cubitC.cpp index c47e38f26ee..1d10b058a70 100644 --- a/TAO/IIOP/test/Orbix/tpr/cubitC.cpp +++ b/TAO/IIOP/test/Orbix/tpr/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" Cubit::Cubit (char *IT_OR) { diff --git a/TAO/IIOP/test/Orbix/tpr/cubitC.h b/TAO/IIOP/test/Orbix/tpr/cubitC.h index 15247168d3c..584efa67c8d 100644 --- a/TAO/IIOP/test/Orbix/tpr/cubitC.h +++ b/TAO/IIOP/test/Orbix/tpr/cubitC.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef _cubitC_h #define _cubitC_h diff --git a/TAO/IIOP/test/Orbix/tpr/cubitS.cpp b/TAO/IIOP/test/Orbix/tpr/cubitS.cpp index 449a8c23548..d72803fed0c 100644 --- a/TAO/IIOP/test/Orbix/tpr/cubitS.cpp +++ b/TAO/IIOP/test/Orbix/tpr/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/test/Orbix/tpr/cubitS.h b/TAO/IIOP/test/Orbix/tpr/cubitS.h index 757af4664ad..3ca717e2b49 100644 --- a/TAO/IIOP/test/Orbix/tpr/cubitS.h +++ b/TAO/IIOP/test/Orbix/tpr/cubitS.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef _cubitS_h #define _cubitS_h diff --git a/TAO/IIOP/test/Orbix/tpr/cubit_impl.cpp b/TAO/IIOP/test/Orbix/tpr/cubit_impl.cpp index e35f1084118..e96b6e33dcd 100644 --- a/TAO/IIOP/test/Orbix/tpr/cubit_impl.cpp +++ b/TAO/IIOP/test/Orbix/tpr/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &IT_env) throw (CORBA::SystemException) { diff --git a/TAO/IIOP/test/Orbix/tpr/cubit_impl.h b/TAO/IIOP/test/Orbix/tpr/cubit_impl.h index 1e710bb15d1..033aa7f0cb1 100644 --- a/TAO/IIOP/test/Orbix/tpr/cubit_impl.h +++ b/TAO/IIOP/test/Orbix/tpr/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/IIOP/test/Orbix/tpr/server.cpp b/TAO/IIOP/test/Orbix/tpr/server.cpp index 96117fe3e0d..527fa13d76e 100644 --- a/TAO/IIOP/test/Orbix/tpr/server.cpp +++ b/TAO/IIOP/test/Orbix/tpr/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/IIOP/test/Orbix/tpr/tpr.cpp b/TAO/IIOP/test/Orbix/tpr/tpr.cpp index 415410aea9f..da78690cc2c 100644 --- a/TAO/IIOP/test/Orbix/tpr/tpr.cpp +++ b/TAO/IIOP/test/Orbix/tpr/tpr.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tpr.h" void * diff --git a/TAO/IIOP/test/Orbix/tpr/tpr.h b/TAO/IIOP/test/Orbix/tpr/tpr.h index 38c2ccc7069..b5e8be94cf1 100644 --- a/TAO/IIOP/test/Orbix/tpr/tpr.h +++ b/TAO/IIOP/test/Orbix/tpr/tpr.h @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" #include "ace/Service_Config.h" #include "ace/Thread_Manager.h" diff --git a/TAO/IIOP/test/Orbix/tps/cubit.h b/TAO/IIOP/test/Orbix/tps/cubit.h index 72e2fb81395..3a2dd546608 100644 --- a/TAO/IIOP/test/Orbix/tps/cubit.h +++ b/TAO/IIOP/test/Orbix/tps/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/test/Orbix/tps/cubit.idl b/TAO/IIOP/test/Orbix/tps/cubit.idl index 7dba408d0db..41309e997ea 100644 --- a/TAO/IIOP/test/Orbix/tps/cubit.idl +++ b/TAO/IIOP/test/Orbix/tps/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/test/Orbix/tps/cubitC.cpp b/TAO/IIOP/test/Orbix/tps/cubitC.cpp index c439fc4c800..d19c387bcd2 100644 --- a/TAO/IIOP/test/Orbix/tps/cubitC.cpp +++ b/TAO/IIOP/test/Orbix/tps/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/test/Orbix/tps/cubitS.cpp b/TAO/IIOP/test/Orbix/tps/cubitS.cpp index a2898e12914..e4637a23680 100644 --- a/TAO/IIOP/test/Orbix/tps/cubitS.cpp +++ b/TAO/IIOP/test/Orbix/tps/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/test/Orbix/tps/cubit_impl.cpp b/TAO/IIOP/test/Orbix/tps/cubit_impl.cpp index 27ee125e4df..02c30756efc 100644 --- a/TAO/IIOP/test/Orbix/tps/cubit_impl.cpp +++ b/TAO/IIOP/test/Orbix/tps/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &) throw (CORBA::SystemException) { diff --git a/TAO/IIOP/test/Orbix/tps/cubit_impl.h b/TAO/IIOP/test/Orbix/tps/cubit_impl.h index 31a8874f07b..0fea9857af3 100644 --- a/TAO/IIOP/test/Orbix/tps/cubit_impl.h +++ b/TAO/IIOP/test/Orbix/tps/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/IIOP/test/Orbix/tps/server.cpp b/TAO/IIOP/test/Orbix/tps/server.cpp index 4e6baf18886..c90a1603efa 100644 --- a/TAO/IIOP/test/Orbix/tps/server.cpp +++ b/TAO/IIOP/test/Orbix/tps/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/IIOP/test/Orbix/tps/tps.cpp b/TAO/IIOP/test/Orbix/tps/tps.cpp index 1035f1e503f..19a86b75ffd 100644 --- a/TAO/IIOP/test/Orbix/tps/tps.cpp +++ b/TAO/IIOP/test/Orbix/tps/tps.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tps.h" int diff --git a/TAO/IIOP/test/Orbix/tps/tps.h b/TAO/IIOP/test/Orbix/tps/tps.h index 272bc90f20d..362c9ed4e91 100644 --- a/TAO/IIOP/test/Orbix/tps/tps.h +++ b/TAO/IIOP/test/Orbix/tps/tps.h @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" #include "cubit_impl.h" #include "ace/Service_Config.h" diff --git a/TAO/IIOP/test/clnt.cpp b/TAO/IIOP/test/clnt.cpp index f0249489889..3e78e8be2f1 100644 --- a/TAO/IIOP/test/clnt.cpp +++ b/TAO/IIOP/test/clnt.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)clnt.cpp 1.2 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/cubit.cpp b/TAO/IIOP/test/cubit.cpp index d232de8eee8..38f23fac373 100644 --- a/TAO/IIOP/test/cubit.cpp +++ b/TAO/IIOP/test/cubit.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.cpp 1.2 95/09/29 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/cubit.h b/TAO/IIOP/test/cubit.h index 92dd6b381bd..78d6b604052 100644 --- a/TAO/IIOP/test/cubit.h +++ b/TAO/IIOP/test/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.hh 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/cubit.idl b/TAO/IIOP/test/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/IIOP/test/cubit.idl +++ b/TAO/IIOP/test/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/test/cubitC.cpp b/TAO/IIOP/test/cubitC.cpp index 99416520c15..8bcb0b4f4d9 100644 --- a/TAO/IIOP/test/cubitC.cpp +++ b/TAO/IIOP/test/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubitC.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/cubitC.h b/TAO/IIOP/test/cubitC.h index 8f9dfe53841..98610b55116 100644 --- a/TAO/IIOP/test/cubitC.h +++ b/TAO/IIOP/test/cubitC.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubitC.h 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/cubitS.cpp b/TAO/IIOP/test/cubitS.cpp index b153b71db1b..bf77e70abd6 100644 --- a/TAO/IIOP/test/cubitS.cpp +++ b/TAO/IIOP/test/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubitS.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/cubitS.h b/TAO/IIOP/test/cubitS.h index 84c07b741b0..a4b4b853901 100644 --- a/TAO/IIOP/test/cubitS.h +++ b/TAO/IIOP/test/cubitS.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubitS.h 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/cubit_i.cpp b/TAO/IIOP/test/cubit_i.cpp index ae22b7cd12c..ec3d3717768 100644 --- a/TAO/IIOP/test/cubit_i.cpp +++ b/TAO/IIOP/test/cubit_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit_i.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/cubit_i.h b/TAO/IIOP/test/cubit_i.h index 6f4bee0d486..7ddf1947cd3 100644 --- a/TAO/IIOP/test/cubit_i.h +++ b/TAO/IIOP/test/cubit_i.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit_i.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/method_db.i b/TAO/IIOP/test/method_db.i index 6b77cdf040a..a95573043ac 100644 --- a/TAO/IIOP/test/method_db.i +++ b/TAO/IIOP/test/method_db.i @@ -1,3 +1,5 @@ +// $Id$ + // @(#)method_db.i 05/14/97 // This file provides a way of initializing the method database diff --git a/TAO/IIOP/test/svr.cpp b/TAO/IIOP/test/svr.cpp index 53fac60bf6d..f96a537dbb4 100644 --- a/TAO/IIOP/test/svr.cpp +++ b/TAO/IIOP/test/svr.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)svr.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/test1.cpp b/TAO/IIOP/test/test1.cpp index a27c29ee378..753a3784e43 100644 --- a/TAO/IIOP/test/test1.cpp +++ b/TAO/IIOP/test/test1.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1.cpp 1.4 95/09/28 // Copyright 1995 by Sun Microsystems, Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/test1.h b/TAO/IIOP/test/test1.h index 7d3bd0e08a5..63e409d36c3 100644 --- a/TAO/IIOP/test/test1.h +++ b/TAO/IIOP/test/test1.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1.hh 1.2 95/09/12 // Copyright 1995 by Sun Microsystems, Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/test1.idl b/TAO/IIOP/test/test1.idl index e6cf20cd2de..d47ab676ef5 100644 --- a/TAO/IIOP/test/test1.idl +++ b/TAO/IIOP/test/test1.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1.idl 1.1 95/09/11 // Copyright 1994-1995 by Sun Microsystems, Inc. // diff --git a/TAO/IIOP/test/test1_clnt.cpp b/TAO/IIOP/test/test1_clnt.cpp index 831a0189371..ea6705afa1c 100644 --- a/TAO/IIOP/test/test1_clnt.cpp +++ b/TAO/IIOP/test/test1_clnt.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1_clnt.cpp 1.5 95/09/24 // Copyright 1995 by Sun Microsystems, Inc. // All Rights Reserved diff --git a/TAO/IIOP/test/test1_svr.cpp b/TAO/IIOP/test/test1_svr.cpp index c4a51a036c7..64d548a189a 100644 --- a/TAO/IIOP/test/test1_svr.cpp +++ b/TAO/IIOP/test/test1_svr.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1_svr.cpp 1.7 95/09/25 // Copyright 1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit.h b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit.h index 1c868a6597d..1fd0a2d3c7d 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit.h +++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit.idl b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit.idl +++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitC.cpp b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitC.cpp index c47e38f26ee..1d10b058a70 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitC.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" Cubit::Cubit (char *IT_OR) { diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitC.h b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitC.h index 15247168d3c..584efa67c8d 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitC.h +++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitC.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef _cubitC_h #define _cubitC_h diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitS.cpp b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitS.cpp index 449a8c23548..d72803fed0c 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitS.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitS.h b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitS.h index 757af4664ad..3ca717e2b49 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitS.h +++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubitS.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef _cubitS_h #define _cubitS_h diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit_impl.cpp b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit_impl.cpp index e35f1084118..e96b6e33dcd 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit_impl.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &IT_env) throw (CORBA::SystemException) { diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit_impl.h b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit_impl.h index 1e710bb15d1..033aa7f0cb1 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit_impl.h +++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/server.cpp b/TAO/IIOP/tests/Cubit/Orbix/base_server/server.cpp index 96117fe3e0d..527fa13d76e 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/base_server/server.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/tpr.cpp b/TAO/IIOP/tests/Cubit/Orbix/base_server/tpr.cpp index 415410aea9f..da78690cc2c 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/base_server/tpr.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/tpr.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tpr.h" void * diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/tpr.h b/TAO/IIOP/tests/Cubit/Orbix/base_server/tpr.h index 38c2ccc7069..b5e8be94cf1 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/base_server/tpr.h +++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/tpr.h @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" #include "ace/Service_Config.h" #include "ace/Thread_Manager.h" diff --git a/TAO/IIOP/tests/Cubit/Orbix/client/client.cpp b/TAO/IIOP/tests/Cubit/Orbix/client/client.cpp index fcf45bdf706..f199078b601 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/client/client.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/client/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : client.C diff --git a/TAO/IIOP/tests/Cubit/Orbix/client/cubit.h b/TAO/IIOP/tests/Cubit/Orbix/client/cubit.h index 1c868a6597d..1fd0a2d3c7d 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/client/cubit.h +++ b/TAO/IIOP/tests/Cubit/Orbix/client/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/tests/Cubit/Orbix/client/cubit.idl b/TAO/IIOP/tests/Cubit/Orbix/client/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/client/cubit.idl +++ b/TAO/IIOP/tests/Cubit/Orbix/client/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/tests/Cubit/Orbix/client/cubitC.cpp b/TAO/IIOP/tests/Cubit/Orbix/client/cubitC.cpp index c47e38f26ee..1d10b058a70 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/client/cubitC.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/client/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" Cubit::Cubit (char *IT_OR) { diff --git a/TAO/IIOP/tests/Cubit/Orbix/factory_client/client.cpp b/TAO/IIOP/tests/Cubit/Orbix/factory_client/client.cpp index c61cfbc85a5..1afdecbadf4 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/factory_client/client.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/factory_client/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : client.C diff --git a/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubit.h b/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubit.h index 72e2fb81395..3a2dd546608 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubit.h +++ b/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubit.idl b/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubit.idl index 7dba408d0db..41309e997ea 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubit.idl +++ b/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubitC.cpp b/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubitC.cpp index c439fc4c800..d19c387bcd2 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubitC.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubitS.cpp b/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubitS.cpp index 2f0459962b8..56cf33174a6 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubitS.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/factory_client/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.hh" diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit.h b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit.h index 1c868a6597d..1fd0a2d3c7d 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit.h +++ b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit.idl b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit.idl +++ b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubitC.cpp b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubitC.cpp index c47e38f26ee..1d10b058a70 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubitC.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" Cubit::Cubit (char *IT_OR) { diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubitS.cpp b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubitS.cpp index 449a8c23548..d72803fed0c 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubitS.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit_impl.cpp b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit_impl.cpp index e35f1084118..e96b6e33dcd 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit_impl.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &IT_env) throw (CORBA::SystemException) { diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit_impl.h b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit_impl.h index 1e710bb15d1..033aa7f0cb1 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit_impl.h +++ b/TAO/IIOP/tests/Cubit/Orbix/tpool/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpool/server.cpp b/TAO/IIOP/tests/Cubit/Orbix/tpool/server.cpp index 8cae4135876..ac107f69ec4 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpool/server.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tpool/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpool/tpool.cpp b/TAO/IIOP/tests/Cubit/Orbix/tpool/tpool.cpp index 5d1fbd1a638..219503a22d7 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpool/tpool.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tpool/tpool.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tpool.h" Thread_Pool::Thread_Pool (int n_threads) diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpool/tpool.h b/TAO/IIOP/tests/Cubit/Orbix/tpool/tpool.h index 3087ce42052..337a7f54e65 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpool/tpool.h +++ b/TAO/IIOP/tests/Cubit/Orbix/tpool/tpool.h @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" #include "ace/Service_Config.h" #include "ace/Thread_Manager.h" diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit.h b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit.h index 1c868a6597d..1fd0a2d3c7d 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit.h +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit.idl b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit.idl +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitC.cpp b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitC.cpp index c47e38f26ee..1d10b058a70 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitC.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" Cubit::Cubit (char *IT_OR) { diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitC.h b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitC.h index 15247168d3c..584efa67c8d 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitC.h +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitC.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef _cubitC_h #define _cubitC_h diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitS.cpp b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitS.cpp index 449a8c23548..d72803fed0c 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitS.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitS.h b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitS.h index 757af4664ad..3ca717e2b49 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitS.h +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubitS.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef _cubitS_h #define _cubitS_h diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit_impl.cpp b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit_impl.cpp index e35f1084118..e96b6e33dcd 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit_impl.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &IT_env) throw (CORBA::SystemException) { diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit_impl.h b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit_impl.h index 1e710bb15d1..033aa7f0cb1 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit_impl.h +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/server.cpp b/TAO/IIOP/tests/Cubit/Orbix/tpr/server.cpp index 96117fe3e0d..527fa13d76e 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/server.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.cpp b/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.cpp index 415410aea9f..da78690cc2c 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tpr.h" void * diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.h b/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.h index 38c2ccc7069..b5e8be94cf1 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.h +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.h @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" #include "ace/Service_Config.h" #include "ace/Thread_Manager.h" diff --git a/TAO/IIOP/tests/Cubit/Orbix/tps/cubit.h b/TAO/IIOP/tests/Cubit/Orbix/tps/cubit.h index 72e2fb81395..3a2dd546608 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tps/cubit.h +++ b/TAO/IIOP/tests/Cubit/Orbix/tps/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/IIOP/tests/Cubit/Orbix/tps/cubit.idl b/TAO/IIOP/tests/Cubit/Orbix/tps/cubit.idl index 7dba408d0db..41309e997ea 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tps/cubit.idl +++ b/TAO/IIOP/tests/Cubit/Orbix/tps/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/tests/Cubit/Orbix/tps/cubitC.cpp b/TAO/IIOP/tests/Cubit/Orbix/tps/cubitC.cpp index c439fc4c800..d19c387bcd2 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tps/cubitC.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tps/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/tests/Cubit/Orbix/tps/cubitS.cpp b/TAO/IIOP/tests/Cubit/Orbix/tps/cubitS.cpp index a2898e12914..e4637a23680 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tps/cubitS.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tps/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/IIOP/tests/Cubit/Orbix/tps/cubit_impl.cpp b/TAO/IIOP/tests/Cubit/Orbix/tps/cubit_impl.cpp index 27ee125e4df..02c30756efc 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tps/cubit_impl.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tps/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &) throw (CORBA::SystemException) { diff --git a/TAO/IIOP/tests/Cubit/Orbix/tps/cubit_impl.h b/TAO/IIOP/tests/Cubit/Orbix/tps/cubit_impl.h index 31a8874f07b..0fea9857af3 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tps/cubit_impl.h +++ b/TAO/IIOP/tests/Cubit/Orbix/tps/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/IIOP/tests/Cubit/Orbix/tps/tps.cpp b/TAO/IIOP/tests/Cubit/Orbix/tps/tps.cpp index 1035f1e503f..19a86b75ffd 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tps/tps.cpp +++ b/TAO/IIOP/tests/Cubit/Orbix/tps/tps.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tps.h" int diff --git a/TAO/IIOP/tests/Cubit/Orbix/tps/tps.h b/TAO/IIOP/tests/Cubit/Orbix/tps/tps.h index 272bc90f20d..362c9ed4e91 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tps/tps.h +++ b/TAO/IIOP/tests/Cubit/Orbix/tps/tps.h @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" #include "cubit_impl.h" #include "ace/Service_Config.h" diff --git a/TAO/IIOP/tests/Cubit/TAO/clnt.cpp b/TAO/IIOP/tests/Cubit/TAO/clnt.cpp index f0249489889..3e78e8be2f1 100644 --- a/TAO/IIOP/tests/Cubit/TAO/clnt.cpp +++ b/TAO/IIOP/tests/Cubit/TAO/clnt.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)clnt.cpp 1.2 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/cubit.cpp b/TAO/IIOP/tests/Cubit/TAO/cubit.cpp index d232de8eee8..38f23fac373 100644 --- a/TAO/IIOP/tests/Cubit/TAO/cubit.cpp +++ b/TAO/IIOP/tests/Cubit/TAO/cubit.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.cpp 1.2 95/09/29 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/cubit.h b/TAO/IIOP/tests/Cubit/TAO/cubit.h index 92dd6b381bd..78d6b604052 100644 --- a/TAO/IIOP/tests/Cubit/TAO/cubit.h +++ b/TAO/IIOP/tests/Cubit/TAO/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.hh 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/cubit.idl b/TAO/IIOP/tests/Cubit/TAO/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/IIOP/tests/Cubit/TAO/cubit.idl +++ b/TAO/IIOP/tests/Cubit/TAO/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/IIOP/tests/Cubit/TAO/cubitC.cpp b/TAO/IIOP/tests/Cubit/TAO/cubitC.cpp index 99416520c15..8bcb0b4f4d9 100644 --- a/TAO/IIOP/tests/Cubit/TAO/cubitC.cpp +++ b/TAO/IIOP/tests/Cubit/TAO/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubitC.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/cubitC.h b/TAO/IIOP/tests/Cubit/TAO/cubitC.h index 8f9dfe53841..98610b55116 100644 --- a/TAO/IIOP/tests/Cubit/TAO/cubitC.h +++ b/TAO/IIOP/tests/Cubit/TAO/cubitC.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubitC.h 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/cubitS.cpp b/TAO/IIOP/tests/Cubit/TAO/cubitS.cpp index b153b71db1b..bf77e70abd6 100644 --- a/TAO/IIOP/tests/Cubit/TAO/cubitS.cpp +++ b/TAO/IIOP/tests/Cubit/TAO/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubitS.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/cubitS.h b/TAO/IIOP/tests/Cubit/TAO/cubitS.h index 84c07b741b0..a4b4b853901 100644 --- a/TAO/IIOP/tests/Cubit/TAO/cubitS.h +++ b/TAO/IIOP/tests/Cubit/TAO/cubitS.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubitS.h 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/cubit_i.cpp b/TAO/IIOP/tests/Cubit/TAO/cubit_i.cpp index ae22b7cd12c..ec3d3717768 100644 --- a/TAO/IIOP/tests/Cubit/TAO/cubit_i.cpp +++ b/TAO/IIOP/tests/Cubit/TAO/cubit_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit_i.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/cubit_i.h b/TAO/IIOP/tests/Cubit/TAO/cubit_i.h index 6f4bee0d486..7ddf1947cd3 100644 --- a/TAO/IIOP/tests/Cubit/TAO/cubit_i.h +++ b/TAO/IIOP/tests/Cubit/TAO/cubit_i.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit_i.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/method_db.i b/TAO/IIOP/tests/Cubit/TAO/method_db.i index 6b77cdf040a..a95573043ac 100644 --- a/TAO/IIOP/tests/Cubit/TAO/method_db.i +++ b/TAO/IIOP/tests/Cubit/TAO/method_db.i @@ -1,3 +1,5 @@ +// $Id$ + // @(#)method_db.i 05/14/97 // This file provides a way of initializing the method database diff --git a/TAO/IIOP/tests/Cubit/TAO/svr.cpp b/TAO/IIOP/tests/Cubit/TAO/svr.cpp index 53fac60bf6d..f96a537dbb4 100644 --- a/TAO/IIOP/tests/Cubit/TAO/svr.cpp +++ b/TAO/IIOP/tests/Cubit/TAO/svr.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)svr.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/test1.cpp b/TAO/IIOP/tests/Cubit/TAO/test1.cpp index a27c29ee378..753a3784e43 100644 --- a/TAO/IIOP/tests/Cubit/TAO/test1.cpp +++ b/TAO/IIOP/tests/Cubit/TAO/test1.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1.cpp 1.4 95/09/28 // Copyright 1995 by Sun Microsystems, Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/test1.h b/TAO/IIOP/tests/Cubit/TAO/test1.h index 7d3bd0e08a5..63e409d36c3 100644 --- a/TAO/IIOP/tests/Cubit/TAO/test1.h +++ b/TAO/IIOP/tests/Cubit/TAO/test1.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1.hh 1.2 95/09/12 // Copyright 1995 by Sun Microsystems, Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/test1.idl b/TAO/IIOP/tests/Cubit/TAO/test1.idl index e6cf20cd2de..d47ab676ef5 100644 --- a/TAO/IIOP/tests/Cubit/TAO/test1.idl +++ b/TAO/IIOP/tests/Cubit/TAO/test1.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1.idl 1.1 95/09/11 // Copyright 1994-1995 by Sun Microsystems, Inc. // diff --git a/TAO/IIOP/tests/Cubit/TAO/test1_clnt.cpp b/TAO/IIOP/tests/Cubit/TAO/test1_clnt.cpp index 52169789ded..85853f13c8f 100644 --- a/TAO/IIOP/tests/Cubit/TAO/test1_clnt.cpp +++ b/TAO/IIOP/tests/Cubit/TAO/test1_clnt.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1_clnt.cpp 1.5 95/09/24 // Copyright 1995 by Sun Microsystems, Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/TAO/test1_svr.cpp b/TAO/IIOP/tests/Cubit/TAO/test1_svr.cpp index 083b119fcaa..8ea34d15fc1 100644 --- a/TAO/IIOP/tests/Cubit/TAO/test1_svr.cpp +++ b/TAO/IIOP/tests/Cubit/TAO/test1_svr.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1_svr.cpp 1.7 95/09/25 // Copyright 1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/Profile_Timer.cpp b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/Profile_Timer.cpp index a871b9cf179..d20d988f48b 100644 --- a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/Profile_Timer.cpp +++ b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/Profile_Timer.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Profile_Timer.h" /* Initialize interval timer. */ diff --git a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/Profile_Timer.h b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/Profile_Timer.h index f001f59be9a..4198fba9a10 100644 --- a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/Profile_Timer.h +++ b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/Profile_Timer.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + /* An interval timer class using C++. */ #if !defined (ACE_PROFILE_TIMER_H) diff --git a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit.idl b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit.idl index 3e2ea392619..7eedbe786ab 100644 --- a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit.idl +++ b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. // diff --git a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit_impl.cpp b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit_impl.cpp index 63c0bb3105f..c4313a1fccb 100644 --- a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit_impl.cpp +++ b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o) { diff --git a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit_impl.h b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit_impl.h index 0f6fd7dd6db..f1f5e3fa3ea 100644 --- a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit_impl.h +++ b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/server.cpp b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/server.cpp index a4a1c85ed47..99c65c6718e 100644 --- a/TAO/IIOP/tests/Cubit/VisiBroker/base_server/server.cpp +++ b/TAO/IIOP/tests/Cubit/VisiBroker/base_server/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/IIOP/tests/Cubit/VisiBroker/client/Profile_Timer.cpp b/TAO/IIOP/tests/Cubit/VisiBroker/client/Profile_Timer.cpp index a871b9cf179..d20d988f48b 100644 --- a/TAO/IIOP/tests/Cubit/VisiBroker/client/Profile_Timer.cpp +++ b/TAO/IIOP/tests/Cubit/VisiBroker/client/Profile_Timer.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Profile_Timer.h" /* Initialize interval timer. */ diff --git a/TAO/IIOP/tests/Cubit/VisiBroker/client/Profile_Timer.h b/TAO/IIOP/tests/Cubit/VisiBroker/client/Profile_Timer.h index f001f59be9a..4198fba9a10 100644 --- a/TAO/IIOP/tests/Cubit/VisiBroker/client/Profile_Timer.h +++ b/TAO/IIOP/tests/Cubit/VisiBroker/client/Profile_Timer.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + /* An interval timer class using C++. */ #if !defined (ACE_PROFILE_TIMER_H) diff --git a/TAO/IIOP/tests/Cubit/VisiBroker/client/client.cpp b/TAO/IIOP/tests/Cubit/VisiBroker/client/client.cpp index c2b1d4070ae..d9eb91526d7 100644 --- a/TAO/IIOP/tests/Cubit/VisiBroker/client/client.cpp +++ b/TAO/IIOP/tests/Cubit/VisiBroker/client/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : client.C diff --git a/TAO/IIOP/tests/Cubit/VisiBroker/client/cubit.idl b/TAO/IIOP/tests/Cubit/VisiBroker/client/cubit.idl index 3e2ea392619..7eedbe786ab 100644 --- a/TAO/IIOP/tests/Cubit/VisiBroker/client/cubit.idl +++ b/TAO/IIOP/tests/Cubit/VisiBroker/client/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. // diff --git a/TAO/IIOP/tests/Thruput_test/client.cpp b/TAO/IIOP/tests/Thruput_test/client.cpp index 51b0096d9f0..cdf3004892d 100644 --- a/TAO/IIOP/tests/Thruput_test/client.cpp +++ b/TAO/IIOP/tests/Thruput_test/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ttcp_decl.h" #include "debug.h" diff --git a/TAO/IIOP/tests/Thruput_test/server.cpp b/TAO/IIOP/tests/Thruput_test/server.cpp index 6f1cf2c4895..b2a10d91510 100644 --- a/TAO/IIOP/tests/Thruput_test/server.cpp +++ b/TAO/IIOP/tests/Thruput_test/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ttcp_i.h" #include <iostream.h> diff --git a/TAO/IIOP/tests/Thruput_test/ttcp.idl b/TAO/IIOP/tests/Thruput_test/ttcp.idl index eab3b148658..ff13a4b664b 100644 --- a/TAO/IIOP/tests/Thruput_test/ttcp.idl +++ b/TAO/IIOP/tests/Thruput_test/ttcp.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + struct PerfStruct{ short s; char c; diff --git a/TAO/IIOP/tests/Thruput_test/ttcpC.cpp b/TAO/IIOP/tests/Thruput_test/ttcpC.cpp index c301ec498b5..6f96d387c25 100644 --- a/TAO/IIOP/tests/Thruput_test/ttcpC.cpp +++ b/TAO/IIOP/tests/Thruput_test/ttcpC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include <stdio.h> #include "ttcpC.h" diff --git a/TAO/IIOP/tests/Thruput_test/ttcpC.h b/TAO/IIOP/tests/Thruput_test/ttcpC.h index e163dc7ff75..faeee26c94d 100644 --- a/TAO/IIOP/tests/Thruput_test/ttcpC.h +++ b/TAO/IIOP/tests/Thruput_test/ttcpC.h @@ -1,3 +1,5 @@ +// $Id$ + /************************************************************************** This file has been hand-crafted to work with the ORB API of TAO ***************************************************************************/ diff --git a/TAO/IIOP/tests/Thruput_test/ttcpS.cpp b/TAO/IIOP/tests/Thruput_test/ttcpS.cpp index c124dd60138..33fb95c8bcd 100644 --- a/TAO/IIOP/tests/Thruput_test/ttcpS.cpp +++ b/TAO/IIOP/tests/Thruput_test/ttcpS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include <iostream.h> #include "ttcpS.h" #include "corba/orb.h" diff --git a/TAO/IIOP/tests/Thruput_test/ttcpS.h b/TAO/IIOP/tests/Thruput_test/ttcpS.h index 0ee9412d275..14ff95379e3 100644 --- a/TAO/IIOP/tests/Thruput_test/ttcpS.h +++ b/TAO/IIOP/tests/Thruput_test/ttcpS.h @@ -1,3 +1,5 @@ +// $Id$ + /************************************************************************** This file has been hand-crafted to work with the ORB API of TAO ***************************************************************************/ diff --git a/TAO/IIOP/tests/Thruput_test/ttcp_decl.h b/TAO/IIOP/tests/Thruput_test/ttcp_decl.h index e478a6f88c2..769e4bd2915 100644 --- a/TAO/IIOP/tests/Thruput_test/ttcp_decl.h +++ b/TAO/IIOP/tests/Thruput_test/ttcp_decl.h @@ -1,3 +1,5 @@ +// $Id$ + /* * T T C P Header File diff --git a/TAO/IIOP/tests/Thruput_test/ttcp_i.cpp b/TAO/IIOP/tests/Thruput_test/ttcp_i.cpp index daba9fe6139..d98fcd1b4b3 100644 --- a/TAO/IIOP/tests/Thruput_test/ttcp_i.cpp +++ b/TAO/IIOP/tests/Thruput_test/ttcp_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ttcp_i.h" #include <iostream.h> diff --git a/TAO/IIOP/tests/Thruput_test/ttcp_i.h b/TAO/IIOP/tests/Thruput_test/ttcp_i.h index dcac4813cdf..71d2266e334 100644 --- a/TAO/IIOP/tests/Thruput_test/ttcp_i.h +++ b/TAO/IIOP/tests/Thruput_test/ttcp_i.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // ttcp_i.h // diff --git a/TAO/IIOP/tests/Thruput_test/utils.cpp b/TAO/IIOP/tests/Thruput_test/utils.cpp index d3ba1e195df..f1e30507799 100644 --- a/TAO/IIOP/tests/Thruput_test/utils.cpp +++ b/TAO/IIOP/tests/Thruput_test/utils.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ttcp_decl.h" int SetSocketBufferSize(int size, unsigned short isTrans) diff --git a/TAO/TAO_IDL/ast/ast_argument.cpp b/TAO/TAO_IDL/ast/ast_argument.cpp index 3e1b2e34cd0..496922bf326 100644 --- a/TAO/TAO_IDL/ast/ast_argument.cpp +++ b/TAO/TAO_IDL/ast/ast_argument.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_attribute.cpp b/TAO/TAO_IDL/ast/ast_attribute.cpp index 57019823810..20c272431e8 100644 --- a/TAO/TAO_IDL/ast/ast_attribute.cpp +++ b/TAO/TAO_IDL/ast/ast_attribute.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_check.cpp b/TAO/TAO_IDL/ast/ast_check.cpp index a8e3677cceb..ed37a75dc86 100644 --- a/TAO/TAO_IDL/ast/ast_check.cpp +++ b/TAO/TAO_IDL/ast/ast_check.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_concrete_type.cpp b/TAO/TAO_IDL/ast/ast_concrete_type.cpp index 44f010e19df..11d42dfc93e 100644 --- a/TAO/TAO_IDL/ast/ast_concrete_type.cpp +++ b/TAO/TAO_IDL/ast/ast_concrete_type.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_constant.cpp b/TAO/TAO_IDL/ast/ast_constant.cpp index d17bd242159..075f8827806 100644 --- a/TAO/TAO_IDL/ast/ast_constant.cpp +++ b/TAO/TAO_IDL/ast/ast_constant.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_decl.cpp b/TAO/TAO_IDL/ast/ast_decl.cpp index b7d376a3576..f01a4f0bf22 100644 --- a/TAO/TAO_IDL/ast/ast_decl.cpp +++ b/TAO/TAO_IDL/ast/ast_decl.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_enum.cpp b/TAO/TAO_IDL/ast/ast_enum.cpp index e77fdece3cd..5072fe282ce 100644 --- a/TAO/TAO_IDL/ast/ast_enum.cpp +++ b/TAO/TAO_IDL/ast/ast_enum.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_enum_val.cpp b/TAO/TAO_IDL/ast/ast_enum_val.cpp index e8b263d1b2b..ef665127456 100644 --- a/TAO/TAO_IDL/ast/ast_enum_val.cpp +++ b/TAO/TAO_IDL/ast/ast_enum_val.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_exception.cpp b/TAO/TAO_IDL/ast/ast_exception.cpp index a465674521d..5ef44d18cba 100644 --- a/TAO/TAO_IDL/ast/ast_exception.cpp +++ b/TAO/TAO_IDL/ast/ast_exception.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_expression.cpp b/TAO/TAO_IDL/ast/ast_expression.cpp index fd9d03fabbd..308fe9b4a3e 100644 --- a/TAO/TAO_IDL/ast/ast_expression.cpp +++ b/TAO/TAO_IDL/ast/ast_expression.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_field.cpp b/TAO/TAO_IDL/ast/ast_field.cpp index 44912c1d03b..80939bcc2ce 100644 --- a/TAO/TAO_IDL/ast/ast_field.cpp +++ b/TAO/TAO_IDL/ast/ast_field.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_interface.cpp b/TAO/TAO_IDL/ast/ast_interface.cpp index e0d1ecbc3de..86e9b43c1b9 100644 --- a/TAO/TAO_IDL/ast/ast_interface.cpp +++ b/TAO/TAO_IDL/ast/ast_interface.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_interface_fwd.cpp b/TAO/TAO_IDL/ast/ast_interface_fwd.cpp index 1382fb91468..f9d20fdcca9 100644 --- a/TAO/TAO_IDL/ast/ast_interface_fwd.cpp +++ b/TAO/TAO_IDL/ast/ast_interface_fwd.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_module.cpp b/TAO/TAO_IDL/ast/ast_module.cpp index 52d1219a315..ea5ab115fb7 100644 --- a/TAO/TAO_IDL/ast/ast_module.cpp +++ b/TAO/TAO_IDL/ast/ast_module.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_native.cpp b/TAO/TAO_IDL/ast/ast_native.cpp index 22d72392381..17888d86403 100644 --- a/TAO/TAO_IDL/ast/ast_native.cpp +++ b/TAO/TAO_IDL/ast/ast_native.cpp @@ -1,3 +1,5 @@ +// $Id$ + // AST_Native: New IDL type added by the POA spec diff --git a/TAO/TAO_IDL/ast/ast_predefined_type.cpp b/TAO/TAO_IDL/ast/ast_predefined_type.cpp index 3e0d868bdce..2d2a393c01d 100644 --- a/TAO/TAO_IDL/ast/ast_predefined_type.cpp +++ b/TAO/TAO_IDL/ast/ast_predefined_type.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_recursive.cpp b/TAO/TAO_IDL/ast/ast_recursive.cpp index 6a904999b63..09591dffe12 100644 --- a/TAO/TAO_IDL/ast/ast_recursive.cpp +++ b/TAO/TAO_IDL/ast/ast_recursive.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_redef.cpp b/TAO/TAO_IDL/ast/ast_redef.cpp index 6567e90ebbf..482bc2d869c 100644 --- a/TAO/TAO_IDL/ast/ast_redef.cpp +++ b/TAO/TAO_IDL/ast/ast_redef.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_root.cpp b/TAO/TAO_IDL/ast/ast_root.cpp index 2af71a474b5..a4ffb8e2997 100644 --- a/TAO/TAO_IDL/ast/ast_root.cpp +++ b/TAO/TAO_IDL/ast/ast_root.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_structure.cpp b/TAO/TAO_IDL/ast/ast_structure.cpp index e821569c05d..e99616b36f9 100644 --- a/TAO/TAO_IDL/ast/ast_structure.cpp +++ b/TAO/TAO_IDL/ast/ast_structure.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_type.cpp b/TAO/TAO_IDL/ast/ast_type.cpp index fb9b83ae219..da7ccc9aeef 100644 --- a/TAO/TAO_IDL/ast/ast_type.cpp +++ b/TAO/TAO_IDL/ast/ast_type.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_typedef.cpp b/TAO/TAO_IDL/ast/ast_typedef.cpp index ecd4f28de46..580880b23b0 100644 --- a/TAO/TAO_IDL/ast/ast_typedef.cpp +++ b/TAO/TAO_IDL/ast/ast_typedef.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_union.cpp b/TAO/TAO_IDL/ast/ast_union.cpp index b5bb4c14f2d..125cd69c4d2 100644 --- a/TAO/TAO_IDL/ast/ast_union.cpp +++ b/TAO/TAO_IDL/ast/ast_union.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_union_branch.cpp b/TAO/TAO_IDL/ast/ast_union_branch.cpp index 55220d7c29f..269528a6da4 100644 --- a/TAO/TAO_IDL/ast/ast_union_branch.cpp +++ b/TAO/TAO_IDL/ast/ast_union_branch.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/ast/ast_union_label.cpp b/TAO/TAO_IDL/ast/ast_union_label.cpp index 18b080d323c..c2666b54f66 100644 --- a/TAO/TAO_IDL/ast/ast_union_label.cpp +++ b/TAO/TAO_IDL/ast/ast_union_label.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/be/be_args.cpp b/TAO/TAO_IDL/be/be_args.cpp index 6416609a684..eea2996eb0a 100644 --- a/TAO/TAO_IDL/be/be_args.cpp +++ b/TAO/TAO_IDL/be/be_args.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/be/be_argument.cpp b/TAO/TAO_IDL/be/be_argument.cpp index 6b2fd6c167c..b5ecf2486a1 100644 --- a/TAO/TAO_IDL/be/be_argument.cpp +++ b/TAO/TAO_IDL/be/be_argument.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_attribute.cpp b/TAO/TAO_IDL/be/be_attribute.cpp index 5f5e6977a1d..531ee792b9c 100644 --- a/TAO/TAO_IDL/be/be_attribute.cpp +++ b/TAO/TAO_IDL/be/be_attribute.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_constant.cpp b/TAO/TAO_IDL/be/be_constant.cpp index 962436a8de3..fcdf73ce264 100644 --- a/TAO/TAO_IDL/be/be_constant.cpp +++ b/TAO/TAO_IDL/be/be_constant.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_enum.cpp b/TAO/TAO_IDL/be/be_enum.cpp index bed7a98a493..98be9f8e16c 100644 --- a/TAO/TAO_IDL/be/be_enum.cpp +++ b/TAO/TAO_IDL/be/be_enum.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_enum_val.cpp b/TAO/TAO_IDL/be/be_enum_val.cpp index 0a63a7fb3cd..492a20baa8c 100644 --- a/TAO/TAO_IDL/be/be_enum_val.cpp +++ b/TAO/TAO_IDL/be/be_enum_val.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_expression.cpp b/TAO/TAO_IDL/be/be_expression.cpp index bc9773030e6..f04e22e5e10 100644 --- a/TAO/TAO_IDL/be/be_expression.cpp +++ b/TAO/TAO_IDL/be/be_expression.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_factory.cpp b/TAO/TAO_IDL/be/be_factory.cpp index ff3038d9d42..5523b329c0c 100644 --- a/TAO/TAO_IDL/be/be_factory.cpp +++ b/TAO/TAO_IDL/be/be_factory.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "idl.h" #include "idl_extern.h" #include "be.h" diff --git a/TAO/TAO_IDL/be/be_field.cpp b/TAO/TAO_IDL/be/be_field.cpp index 0511fd4c909..bda1f3725e8 100644 --- a/TAO/TAO_IDL/be/be_field.cpp +++ b/TAO/TAO_IDL/be/be_field.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_init.cpp b/TAO/TAO_IDL/be/be_init.cpp index b44336db57f..4a41bbd9003 100644 --- a/TAO/TAO_IDL/be/be_init.cpp +++ b/TAO/TAO_IDL/be/be_init.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/be/be_interface_fwd.cpp b/TAO/TAO_IDL/be/be_interface_fwd.cpp index 760ca8297f2..4a740a00bc0 100644 --- a/TAO/TAO_IDL/be/be_interface_fwd.cpp +++ b/TAO/TAO_IDL/be/be_interface_fwd.cpp @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_native.cpp b/TAO/TAO_IDL/be/be_native.cpp index eaaf1f9d325..156f989eeda 100644 --- a/TAO/TAO_IDL/be/be_native.cpp +++ b/TAO/TAO_IDL/be/be_native.cpp @@ -1,3 +1,5 @@ +// $Id$ + // Id // ============================================================================ // diff --git a/TAO/TAO_IDL/be/be_operation.cpp b/TAO/TAO_IDL/be/be_operation.cpp index 602ab706e1d..cfb9568bda6 100644 --- a/TAO/TAO_IDL/be/be_operation.cpp +++ b/TAO/TAO_IDL/be/be_operation.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_produce.cpp b/TAO/TAO_IDL/be/be_produce.cpp index 817fb6af65d..9f7f584fe85 100644 --- a/TAO/TAO_IDL/be/be_produce.cpp +++ b/TAO/TAO_IDL/be/be_produce.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/be/be_state.cpp b/TAO/TAO_IDL/be/be_state.cpp index 59312eaeaa5..a3f3c32389f 100644 --- a/TAO/TAO_IDL/be/be_state.cpp +++ b/TAO/TAO_IDL/be/be_state.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_state_argument.cpp b/TAO/TAO_IDL/be/be_state_argument.cpp index a5198b16d3e..e9772e552a5 100644 --- a/TAO/TAO_IDL/be/be_state_argument.cpp +++ b/TAO/TAO_IDL/be/be_state_argument.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_state_array.cpp b/TAO/TAO_IDL/be/be_state_array.cpp index 618c891bc7b..118d3e0f4ee 100644 --- a/TAO/TAO_IDL/be/be_state_array.cpp +++ b/TAO/TAO_IDL/be/be_state_array.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_state_attribute.cpp b/TAO/TAO_IDL/be/be_state_attribute.cpp index 4b505514e3f..5d43cd30c42 100644 --- a/TAO/TAO_IDL/be/be_state_attribute.cpp +++ b/TAO/TAO_IDL/be/be_state_attribute.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // diff --git a/TAO/TAO_IDL/be/be_state_operation.cpp b/TAO/TAO_IDL/be/be_state_operation.cpp index 8e0a255232e..da056cf1c75 100644 --- a/TAO/TAO_IDL/be/be_state_operation.cpp +++ b/TAO/TAO_IDL/be/be_state_operation.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_state_sequence.cpp b/TAO/TAO_IDL/be/be_state_sequence.cpp index ca1b9e11a2a..92e7b869da5 100644 --- a/TAO/TAO_IDL/be/be_state_sequence.cpp +++ b/TAO/TAO_IDL/be/be_state_sequence.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_state_typedef.cpp b/TAO/TAO_IDL/be/be_state_typedef.cpp index 7c83bfa758c..c43f77381ed 100644 --- a/TAO/TAO_IDL/be/be_state_typedef.cpp +++ b/TAO/TAO_IDL/be/be_state_typedef.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_state_union.cpp b/TAO/TAO_IDL/be/be_state_union.cpp index 9a0b5b6c07e..ad9d894bb56 100644 --- a/TAO/TAO_IDL/be/be_state_union.cpp +++ b/TAO/TAO_IDL/be/be_state_union.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_string.cpp b/TAO/TAO_IDL/be/be_string.cpp index c883c6e80eb..d53a5c6c364 100644 --- a/TAO/TAO_IDL/be/be_string.cpp +++ b/TAO/TAO_IDL/be/be_string.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_structure.cpp b/TAO/TAO_IDL/be/be_structure.cpp index 0f9778ba764..07d9c3398fa 100644 --- a/TAO/TAO_IDL/be/be_structure.cpp +++ b/TAO/TAO_IDL/be/be_structure.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_sunsoft.cpp b/TAO/TAO_IDL/be/be_sunsoft.cpp index f6bbac39a76..c37e11354d3 100644 --- a/TAO/TAO_IDL/be/be_sunsoft.cpp +++ b/TAO/TAO_IDL/be/be_sunsoft.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "idl.h" #include "idl_extern.h" #include "be.h" diff --git a/TAO/TAO_IDL/be/be_type.cpp b/TAO/TAO_IDL/be/be_type.cpp index 79484c523eb..d14a3da61e1 100644 --- a/TAO/TAO_IDL/be/be_type.cpp +++ b/TAO/TAO_IDL/be/be_type.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_typedef.cpp b/TAO/TAO_IDL/be/be_typedef.cpp index 2d7885d18db..11453cc9033 100644 --- a/TAO/TAO_IDL/be/be_typedef.cpp +++ b/TAO/TAO_IDL/be/be_typedef.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_union.cpp b/TAO/TAO_IDL/be/be_union.cpp index 46ea8ec2931..70f9f5d41c8 100644 --- a/TAO/TAO_IDL/be/be_union.cpp +++ b/TAO/TAO_IDL/be/be_union.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be/be_union_branch.cpp b/TAO/TAO_IDL/be/be_union_branch.cpp index 78defae5d7b..b8b6e1c7d21 100644 --- a/TAO/TAO_IDL/be/be_union_branch.cpp +++ b/TAO/TAO_IDL/be/be_union_branch.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be.h b/TAO/TAO_IDL/be_include/be.h index 3dafbfec175..1487c62e31c 100644 --- a/TAO/TAO_IDL/be_include/be.h +++ b/TAO/TAO_IDL/be_include/be.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/be_include/be_argument.h b/TAO/TAO_IDL/be_include/be_argument.h index 5f417e6e9e4..837b6c8273b 100644 --- a/TAO/TAO_IDL/be_include/be_argument.h +++ b/TAO/TAO_IDL/be_include/be_argument.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_array.h b/TAO/TAO_IDL/be_include/be_array.h index 55dcabe0e38..e77962217e9 100644 --- a/TAO/TAO_IDL/be_include/be_array.h +++ b/TAO/TAO_IDL/be_include/be_array.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_attribute.h b/TAO/TAO_IDL/be_include/be_attribute.h index c1ad4b8b362..ac3230d8d99 100644 --- a/TAO/TAO_IDL/be_include/be_attribute.h +++ b/TAO/TAO_IDL/be_include/be_attribute.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_constant.h b/TAO/TAO_IDL/be_include/be_constant.h index e11271450b1..a847982ec65 100644 --- a/TAO/TAO_IDL/be_include/be_constant.h +++ b/TAO/TAO_IDL/be_include/be_constant.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_decl.h b/TAO/TAO_IDL/be_include/be_decl.h index 2a37587f419..b3b7ff2cc97 100644 --- a/TAO/TAO_IDL/be_include/be_decl.h +++ b/TAO/TAO_IDL/be_include/be_decl.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_enum.h b/TAO/TAO_IDL/be_include/be_enum.h index c8f4f80a8e5..07c525571f3 100644 --- a/TAO/TAO_IDL/be_include/be_enum.h +++ b/TAO/TAO_IDL/be_include/be_enum.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_enum_val.h b/TAO/TAO_IDL/be_include/be_enum_val.h index e8671c23275..d1cf4f3e817 100644 --- a/TAO/TAO_IDL/be_include/be_enum_val.h +++ b/TAO/TAO_IDL/be_include/be_enum_val.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_exception.h b/TAO/TAO_IDL/be_include/be_exception.h index 46081d3c90f..2fac73151e8 100644 --- a/TAO/TAO_IDL/be_include/be_exception.h +++ b/TAO/TAO_IDL/be_include/be_exception.h @@ -1,3 +1,5 @@ +// $Id$ + #if !defined (BE_EXCEPTION_H) #define BE_EXCEPTION_H diff --git a/TAO/TAO_IDL/be_include/be_expression.h b/TAO/TAO_IDL/be_include/be_expression.h index 7429a299977..01829d9b3bf 100644 --- a/TAO/TAO_IDL/be_include/be_expression.h +++ b/TAO/TAO_IDL/be_include/be_expression.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_field.h b/TAO/TAO_IDL/be_include/be_field.h index 4fcb1535058..31b1c78df2a 100644 --- a/TAO/TAO_IDL/be_include/be_field.h +++ b/TAO/TAO_IDL/be_include/be_field.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_generator.h b/TAO/TAO_IDL/be_include/be_generator.h index 3f4f38bca3f..a4d6d22f636 100644 --- a/TAO/TAO_IDL/be_include/be_generator.h +++ b/TAO/TAO_IDL/be_include/be_generator.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/be_include/be_helper.h b/TAO/TAO_IDL/be_include/be_helper.h index e456e7394b3..0eed51d28e4 100644 --- a/TAO/TAO_IDL/be_include/be_helper.h +++ b/TAO/TAO_IDL/be_include/be_helper.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_interface.h b/TAO/TAO_IDL/be_include/be_interface.h index fc01883e9a5..c27c72e393e 100644 --- a/TAO/TAO_IDL/be_include/be_interface.h +++ b/TAO/TAO_IDL/be_include/be_interface.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_interface_fwd.h b/TAO/TAO_IDL/be_include/be_interface_fwd.h index 717e388b46b..cc8939f6180 100644 --- a/TAO/TAO_IDL/be_include/be_interface_fwd.h +++ b/TAO/TAO_IDL/be_include/be_interface_fwd.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_module.h b/TAO/TAO_IDL/be_include/be_module.h index 519c5be9a43..0afb8772af1 100644 --- a/TAO/TAO_IDL/be_include/be_module.h +++ b/TAO/TAO_IDL/be_include/be_module.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_native.h b/TAO/TAO_IDL/be_include/be_native.h index 8b04f93565c..578f3c86222 100644 --- a/TAO/TAO_IDL/be_include/be_native.h +++ b/TAO/TAO_IDL/be_include/be_native.h @@ -1,3 +1,5 @@ +// $Id$ + // Id // ============================================================================ // diff --git a/TAO/TAO_IDL/be_include/be_operation.h b/TAO/TAO_IDL/be_include/be_operation.h index bf22269394e..d07304a6b23 100644 --- a/TAO/TAO_IDL/be_include/be_operation.h +++ b/TAO/TAO_IDL/be_include/be_operation.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_predefined_type.h b/TAO/TAO_IDL/be_include/be_predefined_type.h index 7b0d6c8406f..7edefc2e661 100644 --- a/TAO/TAO_IDL/be_include/be_predefined_type.h +++ b/TAO/TAO_IDL/be_include/be_predefined_type.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_root.h b/TAO/TAO_IDL/be_include/be_root.h index 43e979c4722..54b44c4476e 100644 --- a/TAO/TAO_IDL/be_include/be_root.h +++ b/TAO/TAO_IDL/be_include/be_root.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_scope.h b/TAO/TAO_IDL/be_include/be_scope.h index c5509438613..cacc8980171 100644 --- a/TAO/TAO_IDL/be_include/be_scope.h +++ b/TAO/TAO_IDL/be_include/be_scope.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_sequence.h b/TAO/TAO_IDL/be_include/be_sequence.h index ce5cb519f89..3e4f1cf3eba 100644 --- a/TAO/TAO_IDL/be_include/be_sequence.h +++ b/TAO/TAO_IDL/be_include/be_sequence.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_state.h b/TAO/TAO_IDL/be_include/be_state.h index 353238bbb09..48284bd7813 100644 --- a/TAO/TAO_IDL/be_include/be_state.h +++ b/TAO/TAO_IDL/be_include/be_state.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_string.h b/TAO/TAO_IDL/be_include/be_string.h index 0121bcf1216..ef005f99ee1 100644 --- a/TAO/TAO_IDL/be_include/be_string.h +++ b/TAO/TAO_IDL/be_include/be_string.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_structure.h b/TAO/TAO_IDL/be_include/be_structure.h index d1521ea9d25..6c246b929d6 100644 --- a/TAO/TAO_IDL/be_include/be_structure.h +++ b/TAO/TAO_IDL/be_include/be_structure.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_sunsoft.h b/TAO/TAO_IDL/be_include/be_sunsoft.h index 7dc6c512fe3..15b9b9a2568 100644 --- a/TAO/TAO_IDL/be_include/be_sunsoft.h +++ b/TAO/TAO_IDL/be_include/be_sunsoft.h @@ -1,4 +1,6 @@ /* -*- c++ -*- */ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_type.h b/TAO/TAO_IDL/be_include/be_type.h index 88632350609..a3574b46887 100644 --- a/TAO/TAO_IDL/be_include/be_type.h +++ b/TAO/TAO_IDL/be_include/be_type.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_typedef.h b/TAO/TAO_IDL/be_include/be_typedef.h index 3afda4d7125..b2ddfa58cea 100644 --- a/TAO/TAO_IDL/be_include/be_typedef.h +++ b/TAO/TAO_IDL/be_include/be_typedef.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_union.h b/TAO/TAO_IDL/be_include/be_union.h index 8d9729a74cf..643f95584e3 100644 --- a/TAO/TAO_IDL/be_include/be_union.h +++ b/TAO/TAO_IDL/be_include/be_union.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_union_branch.h b/TAO/TAO_IDL/be_include/be_union_branch.h index 75393231e57..3afba72a50b 100644 --- a/TAO/TAO_IDL/be_include/be_union_branch.h +++ b/TAO/TAO_IDL/be_include/be_union_branch.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/TAO_IDL/be_include/be_union_label.h b/TAO/TAO_IDL/be_include/be_union_label.h index 31b9abbba2a..311e6b94dc9 100644 --- a/TAO/TAO_IDL/be_include/be_union_label.h +++ b/TAO/TAO_IDL/be_include/be_union_label.h @@ -1,3 +1,5 @@ +// $Id$ + #if !defined(BE_UNION_LABEL_H) #define BE_UNION_LABEL_H diff --git a/TAO/TAO_IDL/driver/drv_args.cpp b/TAO/TAO_IDL/driver/drv_args.cpp index bd26d593f4b..acb4db7622e 100644 --- a/TAO/TAO_IDL/driver/drv_args.cpp +++ b/TAO/TAO_IDL/driver/drv_args.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/driver/drv_fork.cpp b/TAO/TAO_IDL/driver/drv_fork.cpp index 31398991ce8..963da3a9dac 100644 --- a/TAO/TAO_IDL/driver/drv_fork.cpp +++ b/TAO/TAO_IDL/driver/drv_fork.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/driver/drv_init.cpp b/TAO/TAO_IDL/driver/drv_init.cpp index df3504b08d8..c34c2c923ed 100644 --- a/TAO/TAO_IDL/driver/drv_init.cpp +++ b/TAO/TAO_IDL/driver/drv_init.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/driver/drv_link.cpp b/TAO/TAO_IDL/driver/drv_link.cpp index 5d67b8b67a9..b142b67a3f3 100644 --- a/TAO/TAO_IDL/driver/drv_link.cpp +++ b/TAO/TAO_IDL/driver/drv_link.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/driver/drv_private.cpp b/TAO/TAO_IDL/driver/drv_private.cpp index 6160112e818..5766ace1506 100644 --- a/TAO/TAO_IDL/driver/drv_private.cpp +++ b/TAO/TAO_IDL/driver/drv_private.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/fe/fe_declarator.cpp b/TAO/TAO_IDL/fe/fe_declarator.cpp index 1c802e338e9..08a6407d7fd 100644 --- a/TAO/TAO_IDL/fe/fe_declarator.cpp +++ b/TAO/TAO_IDL/fe/fe_declarator.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/fe/fe_init.cpp b/TAO/TAO_IDL/fe/fe_init.cpp index 16f6b4372d8..2c16d2e9946 100644 --- a/TAO/TAO_IDL/fe/fe_init.cpp +++ b/TAO/TAO_IDL/fe/fe_init.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/fe/fe_interface_header.cpp b/TAO/TAO_IDL/fe/fe_interface_header.cpp index b493bde1969..7df470f7ffa 100644 --- a/TAO/TAO_IDL/fe/fe_interface_header.cpp +++ b/TAO/TAO_IDL/fe/fe_interface_header.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/fe/fe_private.cpp b/TAO/TAO_IDL/fe/fe_private.cpp index 30fe3c3cfc0..90a2ec449f5 100644 --- a/TAO/TAO_IDL/fe/fe_private.cpp +++ b/TAO/TAO_IDL/fe/fe_private.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/idl_specs/array.idl b/TAO/TAO_IDL/idl_specs/array.idl index 2520e9045fd..9a35397c1ba 100644 --- a/TAO/TAO_IDL/idl_specs/array.idl +++ b/TAO/TAO_IDL/idl_specs/array.idl @@ -1,3 +1,5 @@ +// $Id$ + typedef sequence<long,10> vec10; typedef char str22[22][2]; typedef boolean boolarray[3][40]; diff --git a/TAO/TAO_IDL/idl_specs/constant.idl b/TAO/TAO_IDL/idl_specs/constant.idl index 3570de87ebc..3ccded681e1 100644 --- a/TAO/TAO_IDL/idl_specs/constant.idl +++ b/TAO/TAO_IDL/idl_specs/constant.idl @@ -1,3 +1,5 @@ +// $Id$ + const short l = 4; enum N { zero, un , deux, trois }; diff --git a/TAO/TAO_IDL/idl_specs/dif2.idl b/TAO/TAO_IDL/idl_specs/dif2.idl index c2b23eaf625..b21c65d6d58 100644 --- a/TAO/TAO_IDL/idl_specs/dif2.idl +++ b/TAO/TAO_IDL/idl_specs/dif2.idl @@ -1,3 +1,5 @@ +// $Id$ + /* A test interface for DIF1 */ interface ex1 diff --git a/TAO/TAO_IDL/idl_specs/inherit.idl b/TAO/TAO_IDL/idl_specs/inherit.idl index a96fe169570..390f8d7e98e 100644 --- a/TAO/TAO_IDL/idl_specs/inherit.idl +++ b/TAO/TAO_IDL/idl_specs/inherit.idl @@ -1,3 +1,5 @@ +// $Id$ + interface one { void op_one(); }; diff --git a/TAO/TAO_IDL/idl_specs/module.idl b/TAO/TAO_IDL/idl_specs/module.idl index 178ad2fb689..d40f45963a1 100644 --- a/TAO/TAO_IDL/idl_specs/module.idl +++ b/TAO/TAO_IDL/idl_specs/module.idl @@ -1,3 +1,5 @@ +// $Id$ + module mod1 { module mod2 diff --git a/TAO/TAO_IDL/idl_specs/primtypes.idl b/TAO/TAO_IDL/idl_specs/primtypes.idl index fa5d154f8f2..63c6a27d809 100644 --- a/TAO/TAO_IDL/idl_specs/primtypes.idl +++ b/TAO/TAO_IDL/idl_specs/primtypes.idl @@ -1,3 +1,5 @@ +// $Id$ + interface ex1 { attribute long l1; diff --git a/TAO/TAO_IDL/idl_specs/sequence.idl b/TAO/TAO_IDL/idl_specs/sequence.idl index 4701c987b15..7a86a2cf481 100644 --- a/TAO/TAO_IDL/idl_specs/sequence.idl +++ b/TAO/TAO_IDL/idl_specs/sequence.idl @@ -1,3 +1,5 @@ +// $Id$ + typedef sequence<long,10> vec10; typedef sequence<char,20> c20; typedef sequence<c20,23> cc23; diff --git a/TAO/TAO_IDL/idl_specs/simple.idl b/TAO/TAO_IDL/idl_specs/simple.idl index 6538d9410ba..b10cdd73668 100644 --- a/TAO/TAO_IDL/idl_specs/simple.idl +++ b/TAO/TAO_IDL/idl_specs/simple.idl @@ -1,3 +1,5 @@ +// $Id$ + typedef sequence<long,10> vec10; exception simple_error { diff --git a/TAO/TAO_IDL/idl_specs/simple2.idl b/TAO/TAO_IDL/idl_specs/simple2.idl index b26e7ff3230..8f9202f9485 100644 --- a/TAO/TAO_IDL/idl_specs/simple2.idl +++ b/TAO/TAO_IDL/idl_specs/simple2.idl @@ -1,3 +1,5 @@ +// $Id$ + #include "simple.idl" diff --git a/TAO/TAO_IDL/idl_specs/struct.idl b/TAO/TAO_IDL/idl_specs/struct.idl index 42f215a1a62..a098efd9b12 100644 --- a/TAO/TAO_IDL/idl_specs/struct.idl +++ b/TAO/TAO_IDL/idl_specs/struct.idl @@ -1,3 +1,5 @@ +// $Id$ + struct bar { long b1; long b2; diff --git a/TAO/TAO_IDL/idl_specs/union.idl b/TAO/TAO_IDL/idl_specs/union.idl index 7b6e32b9957..587dae3a9c9 100644 --- a/TAO/TAO_IDL/idl_specs/union.idl +++ b/TAO/TAO_IDL/idl_specs/union.idl @@ -1,3 +1,5 @@ +// $Id$ + struct Bar { long b1; char b2; diff --git a/TAO/TAO_IDL/idl_specs/union2.idl b/TAO/TAO_IDL/idl_specs/union2.idl index 94a355facdf..843980ac048 100644 --- a/TAO/TAO_IDL/idl_specs/union2.idl +++ b/TAO/TAO_IDL/idl_specs/union2.idl @@ -1,3 +1,5 @@ +// $Id$ + enum FooDisc { FOO1, FOO2 diff --git a/TAO/TAO_IDL/include/drv_extern.h b/TAO/TAO_IDL/include/drv_extern.h index 8f5d6651f91..f50a38e0cd6 100644 --- a/TAO/TAO_IDL/include/drv_extern.h +++ b/TAO/TAO_IDL/include/drv_extern.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/drv_link.h b/TAO/TAO_IDL/include/drv_link.h index daea5b77b88..fa154436c25 100644 --- a/TAO/TAO_IDL/include/drv_link.h +++ b/TAO/TAO_IDL/include/drv_link.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/drv_private.h b/TAO/TAO_IDL/include/drv_private.h index caa74747db7..6b18ea8df74 100644 --- a/TAO/TAO_IDL/include/drv_private.h +++ b/TAO/TAO_IDL/include/drv_private.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/fe_declarator.h b/TAO/TAO_IDL/include/fe_declarator.h index dee81ffe035..00840836a90 100644 --- a/TAO/TAO_IDL/include/fe_declarator.h +++ b/TAO/TAO_IDL/include/fe_declarator.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/fe_extern.h b/TAO/TAO_IDL/include/fe_extern.h index 816081f1323..87ec38c5b55 100644 --- a/TAO/TAO_IDL/include/fe_extern.h +++ b/TAO/TAO_IDL/include/fe_extern.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/fe_interface_header.h b/TAO/TAO_IDL/include/fe_interface_header.h index b75164780a8..f9b9d5bbf45 100644 --- a/TAO/TAO_IDL/include/fe_interface_header.h +++ b/TAO/TAO_IDL/include/fe_interface_header.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/fe_private.h b/TAO/TAO_IDL/include/fe_private.h index d90e19907bd..8edf1e6971d 100644 --- a/TAO/TAO_IDL/include/fe_private.h +++ b/TAO/TAO_IDL/include/fe_private.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/global_extern.h b/TAO/TAO_IDL/include/global_extern.h index 3ff7bf93dfd..c28a733f785 100644 --- a/TAO/TAO_IDL/include/global_extern.h +++ b/TAO/TAO_IDL/include/global_extern.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/idl.h b/TAO/TAO_IDL/include/idl.h index 24442901569..14592970752 100644 --- a/TAO/TAO_IDL/include/idl.h +++ b/TAO/TAO_IDL/include/idl.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/idl_bool.h b/TAO/TAO_IDL/include/idl_bool.h index dd53d968732..c0741684896 100644 --- a/TAO/TAO_IDL/include/idl_bool.h +++ b/TAO/TAO_IDL/include/idl_bool.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/idl_defines.h b/TAO/TAO_IDL/include/idl_defines.h index b4a4857d3f2..6cf062ee212 100644 --- a/TAO/TAO_IDL/include/idl_defines.h +++ b/TAO/TAO_IDL/include/idl_defines.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/idl_extern.h b/TAO/TAO_IDL/include/idl_extern.h index efa7f328950..efbe0ccdeb5 100644 --- a/TAO/TAO_IDL/include/idl_extern.h +++ b/TAO/TAO_IDL/include/idl_extern.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/idl_fwd.h b/TAO/TAO_IDL/include/idl_fwd.h index a5342d73b86..7b9761418b4 100644 --- a/TAO/TAO_IDL/include/idl_fwd.h +++ b/TAO/TAO_IDL/include/idl_fwd.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h index a65fe039c60..3982758d857 100644 --- a/TAO/TAO_IDL/include/idl_global.h +++ b/TAO/TAO_IDL/include/idl_global.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/idl_narrow.h b/TAO/TAO_IDL/include/idl_narrow.h index c2d9e3a8370..7b770612682 100644 --- a/TAO/TAO_IDL/include/idl_narrow.h +++ b/TAO/TAO_IDL/include/idl_narrow.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/intlmacros.h b/TAO/TAO_IDL/include/intlmacros.h index 5a2da162932..a3a8c8c5cf0 100644 --- a/TAO/TAO_IDL/include/intlmacros.h +++ b/TAO/TAO_IDL/include/intlmacros.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/nr_extern.h b/TAO/TAO_IDL/include/nr_extern.h index 2da18cd4c80..efa8be05209 100644 --- a/TAO/TAO_IDL/include/nr_extern.h +++ b/TAO/TAO_IDL/include/nr_extern.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/util.h b/TAO/TAO_IDL/include/util.h index 6b218006c8e..fa8d871e721 100644 --- a/TAO/TAO_IDL/include/util.h +++ b/TAO/TAO_IDL/include/util.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_decllist.h b/TAO/TAO_IDL/include/utl_decllist.h index 9a0a37298bb..4a33e154ac2 100644 --- a/TAO/TAO_IDL/include/utl_decllist.h +++ b/TAO/TAO_IDL/include/utl_decllist.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_err.h b/TAO/TAO_IDL/include/utl_err.h index 0873ae758a1..199e20d927f 100644 --- a/TAO/TAO_IDL/include/utl_err.h +++ b/TAO/TAO_IDL/include/utl_err.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_error.h b/TAO/TAO_IDL/include/utl_error.h index 0873ae758a1..199e20d927f 100644 --- a/TAO/TAO_IDL/include/utl_error.h +++ b/TAO/TAO_IDL/include/utl_error.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_exceptlist.h b/TAO/TAO_IDL/include/utl_exceptlist.h index c3c14ccf714..821efe648d2 100644 --- a/TAO/TAO_IDL/include/utl_exceptlist.h +++ b/TAO/TAO_IDL/include/utl_exceptlist.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_exprlist.h b/TAO/TAO_IDL/include/utl_exprlist.h index 3e4f7c7079e..d113b23109e 100644 --- a/TAO/TAO_IDL/include/utl_exprlist.h +++ b/TAO/TAO_IDL/include/utl_exprlist.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_identifier.h b/TAO/TAO_IDL/include/utl_identifier.h index a29543127bc..392ee7e58e5 100644 --- a/TAO/TAO_IDL/include/utl_identifier.h +++ b/TAO/TAO_IDL/include/utl_identifier.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_idlist.h b/TAO/TAO_IDL/include/utl_idlist.h index c33494c9248..211836af42e 100644 --- a/TAO/TAO_IDL/include/utl_idlist.h +++ b/TAO/TAO_IDL/include/utl_idlist.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_indenter.h b/TAO/TAO_IDL/include/utl_indenter.h index 17a1a509e1e..29c8c587f00 100644 --- a/TAO/TAO_IDL/include/utl_indenter.h +++ b/TAO/TAO_IDL/include/utl_indenter.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_labellist.h b/TAO/TAO_IDL/include/utl_labellist.h index e78a04ec372..e3410e34623 100644 --- a/TAO/TAO_IDL/include/utl_labellist.h +++ b/TAO/TAO_IDL/include/utl_labellist.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_list.h b/TAO/TAO_IDL/include/utl_list.h index 017b9be1a18..0c113ab9fbc 100644 --- a/TAO/TAO_IDL/include/utl_list.h +++ b/TAO/TAO_IDL/include/utl_list.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_namelist.h b/TAO/TAO_IDL/include/utl_namelist.h index d7f0d8eb526..3b9be0bc45a 100644 --- a/TAO/TAO_IDL/include/utl_namelist.h +++ b/TAO/TAO_IDL/include/utl_namelist.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_scoped_name.h b/TAO/TAO_IDL/include/utl_scoped_name.h index 5ca4d9c247f..5a3145e669b 100644 --- a/TAO/TAO_IDL/include/utl_scoped_name.h +++ b/TAO/TAO_IDL/include/utl_scoped_name.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_stack.h b/TAO/TAO_IDL/include/utl_stack.h index 7e343c17fc4..9d4224cde4c 100644 --- a/TAO/TAO_IDL/include/utl_stack.h +++ b/TAO/TAO_IDL/include/utl_stack.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_string.h b/TAO/TAO_IDL/include/utl_string.h index 35f4fae171f..0db31bd2bf6 100644 --- a/TAO/TAO_IDL/include/utl_string.h +++ b/TAO/TAO_IDL/include/utl_string.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_strlist.h b/TAO/TAO_IDL/include/utl_strlist.h index 2dac6ce3de6..5806cb57785 100644 --- a/TAO/TAO_IDL/include/utl_strlist.h +++ b/TAO/TAO_IDL/include/utl_strlist.h @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_decllist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_decllist.h index 5e5892d4d7f..63247a10df2 100644 --- a/TAO/TAO_IDL/include/utl_tmpl/utl_decllist.h +++ b/TAO/TAO_IDL/include/utl_tmpl/utl_decllist.h @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_exceptlist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_exceptlist.h index b4bacad5510..a709776a875 100644 --- a/TAO/TAO_IDL/include/utl_tmpl/utl_exceptlist.h +++ b/TAO/TAO_IDL/include/utl_tmpl/utl_exceptlist.h @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_exprlist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_exprlist.h index 155f2bf43d0..5215ae18362 100644 --- a/TAO/TAO_IDL/include/utl_tmpl/utl_exprlist.h +++ b/TAO/TAO_IDL/include/utl_tmpl/utl_exprlist.h @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_idlist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_idlist.h index 081149fe0e1..a08bac915b6 100644 --- a/TAO/TAO_IDL/include/utl_tmpl/utl_idlist.h +++ b/TAO/TAO_IDL/include/utl_tmpl/utl_idlist.h @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_labellist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_labellist.h index 80b7146780d..e9c38823e31 100644 --- a/TAO/TAO_IDL/include/utl_tmpl/utl_labellist.h +++ b/TAO/TAO_IDL/include/utl_tmpl/utl_labellist.h @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_list.h b/TAO/TAO_IDL/include/utl_tmpl/utl_list.h index 420b360c6a4..8bc8c4035a6 100644 --- a/TAO/TAO_IDL/include/utl_tmpl/utl_list.h +++ b/TAO/TAO_IDL/include/utl_tmpl/utl_list.h @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_namelist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_namelist.h index 8668568e983..ff8f23ff45c 100644 --- a/TAO/TAO_IDL/include/utl_tmpl/utl_namelist.h +++ b/TAO/TAO_IDL/include/utl_tmpl/utl_namelist.h @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_strlist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_strlist.h index fca9cdb6442..2b6966d0b01 100644 --- a/TAO/TAO_IDL/include/utl_tmpl/utl_strlist.h +++ b/TAO/TAO_IDL/include/utl_tmpl/utl_strlist.h @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/narrow/narrow.cpp b/TAO/TAO_IDL/narrow/narrow.cpp index 786e0f95754..ef11448f4b0 100644 --- a/TAO/TAO_IDL/narrow/narrow.cpp +++ b/TAO/TAO_IDL/narrow/narrow.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/tao_idl.cpp b/TAO/TAO_IDL/tao_idl.cpp index 9cd81643878..b7b61ad777a 100644 --- a/TAO/TAO_IDL/tao_idl.cpp +++ b/TAO/TAO_IDL/tao_idl.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/util/utl_err.cpp b/TAO/TAO_IDL/util/utl_err.cpp index bbc38947132..441f900a720 100644 --- a/TAO/TAO_IDL/util/utl_err.cpp +++ b/TAO/TAO_IDL/util/utl_err.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/util/utl_error.cpp b/TAO/TAO_IDL/util/utl_error.cpp index bbc38947132..441f900a720 100644 --- a/TAO/TAO_IDL/util/utl_error.cpp +++ b/TAO/TAO_IDL/util/utl_error.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/util/utl_identifier.cpp b/TAO/TAO_IDL/util/utl_identifier.cpp index 750810be112..e24b385e7f9 100644 --- a/TAO/TAO_IDL/util/utl_identifier.cpp +++ b/TAO/TAO_IDL/util/utl_identifier.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/util/utl_indenter.cpp b/TAO/TAO_IDL/util/utl_indenter.cpp index 0ebbdf7899d..4d43b0ebef5 100644 --- a/TAO/TAO_IDL/util/utl_indenter.cpp +++ b/TAO/TAO_IDL/util/utl_indenter.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/util/utl_list.cpp b/TAO/TAO_IDL/util/utl_list.cpp index b6eb1dd16f4..ab291d32777 100644 --- a/TAO/TAO_IDL/util/utl_list.cpp +++ b/TAO/TAO_IDL/util/utl_list.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/util/utl_scope.cpp b/TAO/TAO_IDL/util/utl_scope.cpp index f3428bff74a..720dfda342a 100644 --- a/TAO/TAO_IDL/util/utl_scope.cpp +++ b/TAO/TAO_IDL/util/utl_scope.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/util/utl_stack.cpp b/TAO/TAO_IDL/util/utl_stack.cpp index 5c6ef85cbd2..a9a69be27dd 100644 --- a/TAO/TAO_IDL/util/utl_stack.cpp +++ b/TAO/TAO_IDL/util/utl_stack.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/util/utl_string.cpp b/TAO/TAO_IDL/util/utl_string.cpp index 10cc46830a7..970951133a9 100644 --- a/TAO/TAO_IDL/util/utl_string.cpp +++ b/TAO/TAO_IDL/util/utl_string.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* COPYRIGHT diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp index 2652f24a7c7..5c8458eee82 100644 --- a/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp +++ b/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp index 323c316756a..8e6136e92ce 100644 --- a/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp +++ b/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp index 333f2506774..bf67aab5564 100644 --- a/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp +++ b/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp index e4f0b0a8291..e4df564ccf5 100644 --- a/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp +++ b/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp index 9d285e036f5..ea1cc9c4cff 100644 --- a/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp +++ b/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp index 61effde260e..45b4c76429e 100644 --- a/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp +++ b/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp index 0a5f97d3147..45a8b298a56 100644 --- a/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp +++ b/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp index 3311b089d79..c0315e8c145 100644 --- a/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp +++ b/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp @@ -1,3 +1,5 @@ +// $Id$ + /* *====================================================================== * diff --git a/TAO/orbsvcs/orbsvcs/Event/Debug_Macros.h b/TAO/orbsvcs/orbsvcs/Event/Debug_Macros.h index 8db3d169082..ca7122d7c69 100644 --- a/TAO/orbsvcs/orbsvcs/Event/Debug_Macros.h +++ b/TAO/orbsvcs/orbsvcs/Event/Debug_Macros.h @@ -1,3 +1,5 @@ +// $Id$ + #if defined (ACE_ES_NOLOGGING) #define ACE_ES_DEBUG(X) diff --git a/TAO/orbsvcs/orbsvcs/Event_Utilities.h b/TAO/orbsvcs/orbsvcs/Event_Utilities.h index 687513e6b21..31e2a241e6f 100644 --- a/TAO/orbsvcs/orbsvcs/Event_Utilities.h +++ b/TAO/orbsvcs/orbsvcs/Event_Utilities.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // ============================================================================ // diff --git a/TAO/orbsvcs/orbsvcs/Event_Utilities.i b/TAO/orbsvcs/orbsvcs/Event_Utilities.i index b63b82e5404..e8efc7dd4df 100644 --- a/TAO/orbsvcs/orbsvcs/Event_Utilities.i +++ b/TAO/orbsvcs/orbsvcs/Event_Utilities.i @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + ACE_INLINE int ACE_ConsumerQOS_Factory::insert (RtecEventComm::EventSourceID source, diff --git a/TAO/orbsvcs/orbsvcs/Logger.idl b/TAO/orbsvcs/orbsvcs/Logger.idl index 658859115e7..b544a0fc81b 100644 --- a/TAO/orbsvcs/orbsvcs/Logger.idl +++ b/TAO/orbsvcs/orbsvcs/Logger.idl @@ -1,3 +1,5 @@ +// $Id$ + // // Simplified logger and Logger factory interfaces for // testing of the Name Service implementation. diff --git a/TAO/orbsvcs/orbsvcs/Naming/Entries.cpp b/TAO/orbsvcs/orbsvcs/Naming/Entries.cpp index 9781095a35d..a08af1e504b 100644 --- a/TAO/orbsvcs/orbsvcs/Naming/Entries.cpp +++ b/TAO/orbsvcs/orbsvcs/Naming/Entries.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = LIBRARY diff --git a/TAO/orbsvcs/orbsvcs/Naming/Entries.h b/TAO/orbsvcs/orbsvcs/Naming/Entries.h index 7c899f5e952..991b9f69618 100644 --- a/TAO/orbsvcs/orbsvcs/Naming/Entries.h +++ b/TAO/orbsvcs/orbsvcs/Naming/Entries.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // ============================================================================ // diff --git a/TAO/orbsvcs/orbsvcs/Null_MediaCtrl.idl b/TAO/orbsvcs/orbsvcs/Null_MediaCtrl.idl index e7e4b739af2..199b8d40398 100644 --- a/TAO/orbsvcs/orbsvcs/Null_MediaCtrl.idl +++ b/TAO/orbsvcs/orbsvcs/Null_MediaCtrl.idl @@ -1,3 +1,5 @@ +// $Id$ + interface Null_MediaCtrl { }; diff --git a/TAO/orbsvcs/orbsvcs/Trader/Constraint_Tokens.h b/TAO/orbsvcs/orbsvcs/Trader/Constraint_Tokens.h index 4636d909dc5..c5001d91f08 100644 --- a/TAO/orbsvcs/orbsvcs/Trader/Constraint_Tokens.h +++ b/TAO/orbsvcs/orbsvcs/Trader/Constraint_Tokens.h @@ -1,3 +1,5 @@ +// $Id$ + # define TAO_GT 257 # define TAO_GE 258 # define TAO_LT 259 diff --git a/TAO/orbsvcs/orbsvcs/orbsvcs_export.h b/TAO/orbsvcs/orbsvcs/orbsvcs_export.h index 044c4281975..9c2c01fce44 100644 --- a/TAO/orbsvcs/orbsvcs/orbsvcs_export.h +++ b/TAO/orbsvcs/orbsvcs/orbsvcs_export.h @@ -1,3 +1,5 @@ +// $Id$ + // Definition for Win32 Export directives. // This file is generated automatically by // ${TAO_ROOT}/TAO_IDL/GenExportH.BAT diff --git a/TAO/orbsvcs/tests/Naming/test_object.idl b/TAO/orbsvcs/tests/Naming/test_object.idl index bc3be75779f..42e5ee937bf 100644 --- a/TAO/orbsvcs/tests/Naming/test_object.idl +++ b/TAO/orbsvcs/tests/Naming/test_object.idl @@ -1,3 +1,5 @@ +// $Id$ + interface Test_Object { // = TITLE diff --git a/TAO/orbsvcs/tests/Trading_Service/TTest.idl b/TAO/orbsvcs/tests/Trading_Service/TTest.idl index 59145c58dc3..8594e59529c 100644 --- a/TAO/orbsvcs/tests/Trading_Service/TTest.idl +++ b/TAO/orbsvcs/tests/Trading_Service/TTest.idl @@ -1,3 +1,5 @@ +// $Id$ + module TAO_Trader_Test { diff --git a/TAO/tao/Client_Strategy_Factory.cpp b/TAO/tao/Client_Strategy_Factory.cpp index e0d1e534498..4548131ad7d 100644 --- a/TAO/tao/Client_Strategy_Factory.cpp +++ b/TAO/tao/Client_Strategy_Factory.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tao/corba.h" TAO_Client_Strategy_Factory::TAO_Client_Strategy_Factory (void) diff --git a/TAO/tao/ORB_Strategies_T.i b/TAO/tao/ORB_Strategies_T.i index 9655ecf55a0..34fad1a065c 100644 --- a/TAO/tao/ORB_Strategies_T.i +++ b/TAO/tao/ORB_Strategies_T.i @@ -1,3 +1,5 @@ +// $Id$ + template <class SH> ACE_INLINE TAO_Reactive_Strategy<SH>::TAO_Reactive_Strategy (void) { diff --git a/TAO/tao/Object_KeyC.cpp b/TAO/tao/Object_KeyC.cpp index f437bc9c40b..2c4374fdfdc 100644 --- a/TAO/tao/Object_KeyC.cpp +++ b/TAO/tao/Object_KeyC.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ****** Code generated by the The ACE ORB (TAO) IDL Compiler ******* // TAO ORB and the TAO IDL Compiler have been developed by Washington // University Computer Science's Distributed Object Computing Group. diff --git a/TAO/tao/Object_KeyC.i b/TAO/tao/Object_KeyC.i index 03dc4e856da..c6bdc7a0f41 100644 --- a/TAO/tao/Object_KeyC.i +++ b/TAO/tao/Object_KeyC.i @@ -1,3 +1,5 @@ +// $Id$ + // ****** Code generated by the The ACE ORB (TAO) IDL Compiler ******* // TAO ORB and the TAO IDL Compiler have been developed by Washington // University Computer Science's Distributed Object Computing Group. diff --git a/TAO/tao/Request.i b/TAO/tao/Request.i index 91fc13f1efe..2209c228421 100644 --- a/TAO/tao/Request.i +++ b/TAO/tao/Request.i @@ -1,3 +1,5 @@ +// $Id$ + // This may look like C, but it's really -*- C++ -*- // Return the target of this request. diff --git a/TAO/tao/compat/initguid.h b/TAO/tao/compat/initguid.h index f90676559a9..53f4408ebc8 100644 --- a/TAO/tao/compat/initguid.h +++ b/TAO/tao/compat/initguid.h @@ -1,3 +1,5 @@ +// $Id$ + /* This may look like C, but it's really -*- C++ -*- */ #ifndef TAO_COMPAT_INITGUID_H # define TAO_COMPAT_INITGUID_H diff --git a/TAO/tao/debug.h b/TAO/tao/debug.h index 7f9ff844a62..33ce33cf699 100644 --- a/TAO/tao/debug.h +++ b/TAO/tao/debug.h @@ -1,3 +1,5 @@ +// $Id$ + // This may look like C, but it's really -*- C++ -*- // ============================================================================ diff --git a/TAO/tao/poa_T.cpp b/TAO/tao/poa_T.cpp index f81093139b1..daa0466f3d4 100644 --- a/TAO/tao/poa_T.cpp +++ b/TAO/tao/poa_T.cpp @@ -1,3 +1,5 @@ +// $Id$ + #if !defined (POA_T_CPP) #define POA_T_CPP diff --git a/TAO/tao/poa_T.h b/TAO/tao/poa_T.h index a125aa77d5b..8f9e29bdb6c 100644 --- a/TAO/tao/poa_T.h +++ b/TAO/tao/poa_T.h @@ -1,3 +1,5 @@ +// $Id$ + #if !defined (POA_T_H) #define POA_T_H diff --git a/TAO/tao/poa_macros.h b/TAO/tao/poa_macros.h index b46ae1a10f8..bce995456a4 100644 --- a/TAO/tao/poa_macros.h +++ b/TAO/tao/poa_macros.h @@ -1,3 +1,5 @@ +// $Id$ + // Convenient macro for testing for deadlock, as well as for detecting // when mutexes fail. #define TAO_POA_WRITE_GUARD(MUTEX,OBJ,LOCK,ENV) \ diff --git a/TAO/tao/varout.h b/TAO/tao/varout.h index 2fe6c6acab4..5c9d7e3c7f8 100644 --- a/TAO/tao/varout.h +++ b/TAO/tao/varout.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // ============================================================================ // diff --git a/TAO/tests/Cubit/COOL/MT_Cubit/cubit.idl b/TAO/tests/Cubit/COOL/MT_Cubit/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/tests/Cubit/COOL/MT_Cubit/cubit.idl +++ b/TAO/tests/Cubit/COOL/MT_Cubit/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/Task_Client.cpp b/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/Task_Client.cpp index 7e288796b11..8448fecb7b4 100644 --- a/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/Task_Client.cpp +++ b/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/Task_Client.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "pbroker/corba/xpsorb.h" #include "pbroker/corba/xpsboa.h" #include "pbroker/corba/boad/boafull.h" // will force usage of "Full" BOA API diff --git a/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/Task_Client.h b/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/Task_Client.h index aa14d21a682..fa82b6a4d7b 100644 --- a/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/Task_Client.h +++ b/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/Task_Client.h @@ -1,3 +1,5 @@ +// $Id$ + #include "pbroker/corba/orb.h" #include "pbroker/corba/request.h" #include "pbroker/corba/environ.h" diff --git a/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/client.cpp b/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/client.cpp index 93cb0bc8ce0..9d59bf65def 100644 --- a/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/client.cpp +++ b/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : client.C diff --git a/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/cubit.idl b/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/cubit.idl index 165a2de649c..5ae02365ddf 100644 --- a/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/cubit.idl +++ b/TAO/tests/Cubit/CORBAplus/MT_Cubit/client/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + interface Cubit { octet cube_octet (in octet o); short cube_short (in short s); diff --git a/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit.idl b/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit.idl index 5ad02f47c28..2ed3ec01499 100644 --- a/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit.idl +++ b/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + interface Cubit { octet cube_octet (in octet o); short cube_short (in short s); diff --git a/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit_i.cpp b/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit_i.cpp index 4b1d730a45e..d7b07878275 100644 --- a/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit_i.cpp +++ b/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit_i.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit_i.h b/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit_i.h index 08d2563f945..8ba58a1ccd7 100644 --- a/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit_i.h +++ b/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/cubit_i.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit_i.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/svr.cpp b/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/svr.cpp index 63000464623..d76509cfa7c 100644 --- a/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/svr.cpp +++ b/TAO/tests/Cubit/CORBAplus/MT_Cubit/server/svr.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)svr.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/Orbix/base_server/cubit.idl b/TAO/tests/Cubit/Orbix/base_server/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/tests/Cubit/Orbix/base_server/cubit.idl +++ b/TAO/tests/Cubit/Orbix/base_server/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/tests/Cubit/Orbix/base_server/cubit_impl.cpp b/TAO/tests/Cubit/Orbix/base_server/cubit_impl.cpp index e35f1084118..e96b6e33dcd 100644 --- a/TAO/tests/Cubit/Orbix/base_server/cubit_impl.cpp +++ b/TAO/tests/Cubit/Orbix/base_server/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &IT_env) throw (CORBA::SystemException) { diff --git a/TAO/tests/Cubit/Orbix/base_server/cubit_impl.h b/TAO/tests/Cubit/Orbix/base_server/cubit_impl.h index ef5b0dffe5f..5fb494ad4cf 100644 --- a/TAO/tests/Cubit/Orbix/base_server/cubit_impl.h +++ b/TAO/tests/Cubit/Orbix/base_server/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/tests/Cubit/Orbix/base_server/server.cpp b/TAO/tests/Cubit/Orbix/base_server/server.cpp index cfeafe72375..a7fcd84f04e 100644 --- a/TAO/tests/Cubit/Orbix/base_server/server.cpp +++ b/TAO/tests/Cubit/Orbix/base_server/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/tests/Cubit/Orbix/client/client.cpp b/TAO/tests/Cubit/Orbix/client/client.cpp index 50bda0fd40c..a320fa2fefd 100644 --- a/TAO/tests/Cubit/Orbix/client/client.cpp +++ b/TAO/tests/Cubit/Orbix/client/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : client.C diff --git a/TAO/tests/Cubit/Orbix/client/cubit.h b/TAO/tests/Cubit/Orbix/client/cubit.h index 1c868a6597d..1fd0a2d3c7d 100644 --- a/TAO/tests/Cubit/Orbix/client/cubit.h +++ b/TAO/tests/Cubit/Orbix/client/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/tests/Cubit/Orbix/client/cubit.idl b/TAO/tests/Cubit/Orbix/client/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/tests/Cubit/Orbix/client/cubit.idl +++ b/TAO/tests/Cubit/Orbix/client/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/tests/Cubit/Orbix/client/cubitC.cpp b/TAO/tests/Cubit/Orbix/client/cubitC.cpp index c47e38f26ee..1d10b058a70 100644 --- a/TAO/tests/Cubit/Orbix/client/cubitC.cpp +++ b/TAO/tests/Cubit/Orbix/client/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" Cubit::Cubit (char *IT_OR) { diff --git a/TAO/tests/Cubit/Orbix/factory_client/client.cpp b/TAO/tests/Cubit/Orbix/factory_client/client.cpp index c61cfbc85a5..1afdecbadf4 100644 --- a/TAO/tests/Cubit/Orbix/factory_client/client.cpp +++ b/TAO/tests/Cubit/Orbix/factory_client/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : client.C diff --git a/TAO/tests/Cubit/Orbix/factory_client/cubit.h b/TAO/tests/Cubit/Orbix/factory_client/cubit.h index 72e2fb81395..3a2dd546608 100644 --- a/TAO/tests/Cubit/Orbix/factory_client/cubit.h +++ b/TAO/tests/Cubit/Orbix/factory_client/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/tests/Cubit/Orbix/factory_client/cubit.idl b/TAO/tests/Cubit/Orbix/factory_client/cubit.idl index 7dba408d0db..41309e997ea 100644 --- a/TAO/tests/Cubit/Orbix/factory_client/cubit.idl +++ b/TAO/tests/Cubit/Orbix/factory_client/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/tests/Cubit/Orbix/factory_client/cubitC.cpp b/TAO/tests/Cubit/Orbix/factory_client/cubitC.cpp index c439fc4c800..d19c387bcd2 100644 --- a/TAO/tests/Cubit/Orbix/factory_client/cubitC.cpp +++ b/TAO/tests/Cubit/Orbix/factory_client/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/tests/Cubit/Orbix/factory_client/cubitS.cpp b/TAO/tests/Cubit/Orbix/factory_client/cubitS.cpp index 2f0459962b8..56cf33174a6 100644 --- a/TAO/tests/Cubit/Orbix/factory_client/cubitS.cpp +++ b/TAO/tests/Cubit/Orbix/factory_client/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.hh" diff --git a/TAO/tests/Cubit/Orbix/tpool/cubit.h b/TAO/tests/Cubit/Orbix/tpool/cubit.h index 1c868a6597d..1fd0a2d3c7d 100644 --- a/TAO/tests/Cubit/Orbix/tpool/cubit.h +++ b/TAO/tests/Cubit/Orbix/tpool/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/tests/Cubit/Orbix/tpool/cubit.idl b/TAO/tests/Cubit/Orbix/tpool/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/tests/Cubit/Orbix/tpool/cubit.idl +++ b/TAO/tests/Cubit/Orbix/tpool/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/tests/Cubit/Orbix/tpool/cubitC.cpp b/TAO/tests/Cubit/Orbix/tpool/cubitC.cpp index c47e38f26ee..1d10b058a70 100644 --- a/TAO/tests/Cubit/Orbix/tpool/cubitC.cpp +++ b/TAO/tests/Cubit/Orbix/tpool/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" Cubit::Cubit (char *IT_OR) { diff --git a/TAO/tests/Cubit/Orbix/tpool/cubitS.cpp b/TAO/tests/Cubit/Orbix/tpool/cubitS.cpp index 449a8c23548..d72803fed0c 100644 --- a/TAO/tests/Cubit/Orbix/tpool/cubitS.cpp +++ b/TAO/tests/Cubit/Orbix/tpool/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/tests/Cubit/Orbix/tpool/cubit_impl.cpp b/TAO/tests/Cubit/Orbix/tpool/cubit_impl.cpp index e35f1084118..e96b6e33dcd 100644 --- a/TAO/tests/Cubit/Orbix/tpool/cubit_impl.cpp +++ b/TAO/tests/Cubit/Orbix/tpool/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &IT_env) throw (CORBA::SystemException) { diff --git a/TAO/tests/Cubit/Orbix/tpool/cubit_impl.h b/TAO/tests/Cubit/Orbix/tpool/cubit_impl.h index 1e710bb15d1..033aa7f0cb1 100644 --- a/TAO/tests/Cubit/Orbix/tpool/cubit_impl.h +++ b/TAO/tests/Cubit/Orbix/tpool/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/tests/Cubit/Orbix/tpool/server.cpp b/TAO/tests/Cubit/Orbix/tpool/server.cpp index 8cae4135876..ac107f69ec4 100644 --- a/TAO/tests/Cubit/Orbix/tpool/server.cpp +++ b/TAO/tests/Cubit/Orbix/tpool/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/tests/Cubit/Orbix/tpool/tpool.cpp b/TAO/tests/Cubit/Orbix/tpool/tpool.cpp index 5d1fbd1a638..219503a22d7 100644 --- a/TAO/tests/Cubit/Orbix/tpool/tpool.cpp +++ b/TAO/tests/Cubit/Orbix/tpool/tpool.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tpool.h" Thread_Pool::Thread_Pool (int n_threads) diff --git a/TAO/tests/Cubit/Orbix/tpool/tpool.h b/TAO/tests/Cubit/Orbix/tpool/tpool.h index 3087ce42052..337a7f54e65 100644 --- a/TAO/tests/Cubit/Orbix/tpool/tpool.h +++ b/TAO/tests/Cubit/Orbix/tpool/tpool.h @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" #include "ace/Service_Config.h" #include "ace/Thread_Manager.h" diff --git a/TAO/tests/Cubit/Orbix/tpr/cubit.h b/TAO/tests/Cubit/Orbix/tpr/cubit.h index 1c868a6597d..1fd0a2d3c7d 100644 --- a/TAO/tests/Cubit/Orbix/tpr/cubit.h +++ b/TAO/tests/Cubit/Orbix/tpr/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/tests/Cubit/Orbix/tpr/cubit.idl b/TAO/tests/Cubit/Orbix/tpr/cubit.idl index d9b38c34a2a..d4f1610e2a8 100644 --- a/TAO/tests/Cubit/Orbix/tpr/cubit.idl +++ b/TAO/tests/Cubit/Orbix/tpr/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/tests/Cubit/Orbix/tpr/cubitC.cpp b/TAO/tests/Cubit/Orbix/tpr/cubitC.cpp index c47e38f26ee..1d10b058a70 100644 --- a/TAO/tests/Cubit/Orbix/tpr/cubitC.cpp +++ b/TAO/tests/Cubit/Orbix/tpr/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" Cubit::Cubit (char *IT_OR) { diff --git a/TAO/tests/Cubit/Orbix/tpr/cubitC.h b/TAO/tests/Cubit/Orbix/tpr/cubitC.h index 15247168d3c..584efa67c8d 100644 --- a/TAO/tests/Cubit/Orbix/tpr/cubitC.h +++ b/TAO/tests/Cubit/Orbix/tpr/cubitC.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef _cubitC_h #define _cubitC_h diff --git a/TAO/tests/Cubit/Orbix/tpr/cubitS.cpp b/TAO/tests/Cubit/Orbix/tpr/cubitS.cpp index 449a8c23548..d72803fed0c 100644 --- a/TAO/tests/Cubit/Orbix/tpr/cubitS.cpp +++ b/TAO/tests/Cubit/Orbix/tpr/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/tests/Cubit/Orbix/tpr/cubitS.h b/TAO/tests/Cubit/Orbix/tpr/cubitS.h index 757af4664ad..3ca717e2b49 100644 --- a/TAO/tests/Cubit/Orbix/tpr/cubitS.h +++ b/TAO/tests/Cubit/Orbix/tpr/cubitS.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef _cubitS_h #define _cubitS_h diff --git a/TAO/tests/Cubit/Orbix/tpr/cubit_impl.cpp b/TAO/tests/Cubit/Orbix/tpr/cubit_impl.cpp index e35f1084118..e96b6e33dcd 100644 --- a/TAO/tests/Cubit/Orbix/tpr/cubit_impl.cpp +++ b/TAO/tests/Cubit/Orbix/tpr/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &IT_env) throw (CORBA::SystemException) { diff --git a/TAO/tests/Cubit/Orbix/tpr/cubit_impl.h b/TAO/tests/Cubit/Orbix/tpr/cubit_impl.h index 1e710bb15d1..033aa7f0cb1 100644 --- a/TAO/tests/Cubit/Orbix/tpr/cubit_impl.h +++ b/TAO/tests/Cubit/Orbix/tpr/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/tests/Cubit/Orbix/tpr/server.cpp b/TAO/tests/Cubit/Orbix/tpr/server.cpp index 96117fe3e0d..527fa13d76e 100644 --- a/TAO/tests/Cubit/Orbix/tpr/server.cpp +++ b/TAO/tests/Cubit/Orbix/tpr/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/tests/Cubit/Orbix/tpr/tpr.cpp b/TAO/tests/Cubit/Orbix/tpr/tpr.cpp index 415410aea9f..da78690cc2c 100644 --- a/TAO/tests/Cubit/Orbix/tpr/tpr.cpp +++ b/TAO/tests/Cubit/Orbix/tpr/tpr.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tpr.h" void * diff --git a/TAO/tests/Cubit/Orbix/tpr/tpr.h b/TAO/tests/Cubit/Orbix/tpr/tpr.h index 38c2ccc7069..b5e8be94cf1 100644 --- a/TAO/tests/Cubit/Orbix/tpr/tpr.h +++ b/TAO/tests/Cubit/Orbix/tpr/tpr.h @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" #include "ace/Service_Config.h" #include "ace/Thread_Manager.h" diff --git a/TAO/tests/Cubit/Orbix/tps/cubit.h b/TAO/tests/Cubit/Orbix/tps/cubit.h index 72e2fb81395..3a2dd546608 100644 --- a/TAO/tests/Cubit/Orbix/tps/cubit.h +++ b/TAO/tests/Cubit/Orbix/tps/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_hh #define cubit_hh diff --git a/TAO/tests/Cubit/Orbix/tps/cubit.idl b/TAO/tests/Cubit/Orbix/tps/cubit.idl index 7dba408d0db..41309e997ea 100644 --- a/TAO/tests/Cubit/Orbix/tps/cubit.idl +++ b/TAO/tests/Cubit/Orbix/tps/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/tests/Cubit/Orbix/tps/cubitC.cpp b/TAO/tests/Cubit/Orbix/tps/cubitC.cpp index c439fc4c800..d19c387bcd2 100644 --- a/TAO/tests/Cubit/Orbix/tps/cubitC.cpp +++ b/TAO/tests/Cubit/Orbix/tps/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/tests/Cubit/Orbix/tps/cubitS.cpp b/TAO/tests/Cubit/Orbix/tps/cubitS.cpp index a2898e12914..e4637a23680 100644 --- a/TAO/tests/Cubit/Orbix/tps/cubitS.cpp +++ b/TAO/tests/Cubit/Orbix/tps/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" diff --git a/TAO/tests/Cubit/Orbix/tps/cubit_impl.cpp b/TAO/tests/Cubit/Orbix/tps/cubit_impl.cpp index 27ee125e4df..02c30756efc 100644 --- a/TAO/tests/Cubit/Orbix/tps/cubit_impl.cpp +++ b/TAO/tests/Cubit/Orbix/tps/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &) throw (CORBA::SystemException) { diff --git a/TAO/tests/Cubit/Orbix/tps/cubit_impl.h b/TAO/tests/Cubit/Orbix/tps/cubit_impl.h index 31a8874f07b..0fea9857af3 100644 --- a/TAO/tests/Cubit/Orbix/tps/cubit_impl.h +++ b/TAO/tests/Cubit/Orbix/tps/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/tests/Cubit/Orbix/tps/tps.cpp b/TAO/tests/Cubit/Orbix/tps/tps.cpp index 1035f1e503f..19a86b75ffd 100644 --- a/TAO/tests/Cubit/Orbix/tps/tps.cpp +++ b/TAO/tests/Cubit/Orbix/tps/tps.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tps.h" int diff --git a/TAO/tests/Cubit/Orbix/tps/tps.h b/TAO/tests/Cubit/Orbix/tps/tps.h index 272bc90f20d..362c9ed4e91 100644 --- a/TAO/tests/Cubit/Orbix/tps/tps.h +++ b/TAO/tests/Cubit/Orbix/tps/tps.h @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit.h" #include "cubit_impl.h" #include "ace/Service_Config.h" diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/cubit.cpp b/TAO/tests/Cubit/TAO/DII_Cubit/cubit.cpp index cf7ef472641..5fd056d43a5 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/cubit.cpp +++ b/TAO/tests/Cubit/TAO/DII_Cubit/cubit.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.cpp 1.2 95/09/29 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/cubit.h b/TAO/tests/Cubit/TAO/DII_Cubit/cubit.h index f587f6802f1..1bbca96331e 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/cubit.h +++ b/TAO/tests/Cubit/TAO/DII_Cubit/cubit.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.hh 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/cubit.idl b/TAO/tests/Cubit/TAO/DII_Cubit/cubit.idl index a424b9e5c1c..f194e2f1fa7 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/cubit.idl +++ b/TAO/tests/Cubit/TAO/DII_Cubit/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/cubitC.cpp b/TAO/tests/Cubit/TAO/DII_Cubit/cubitC.cpp index d8956f625ea..55961aac3ad 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/cubitC.cpp +++ b/TAO/tests/Cubit/TAO/DII_Cubit/cubitC.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @ (#)cubitC.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/cubitC.h b/TAO/tests/Cubit/TAO/DII_Cubit/cubitC.h index 26c44f7b546..75ca3add013 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/cubitC.h +++ b/TAO/tests/Cubit/TAO/DII_Cubit/cubitC.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubitC.h 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/cubitS.cpp b/TAO/tests/Cubit/TAO/DII_Cubit/cubitS.cpp index a0edb1001f0..30825090adf 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/cubitS.cpp +++ b/TAO/tests/Cubit/TAO/DII_Cubit/cubitS.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubitS.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/cubitS.h b/TAO/tests/Cubit/TAO/DII_Cubit/cubitS.h index 9cde582496b..8db1a751c9b 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/cubitS.h +++ b/TAO/tests/Cubit/TAO/DII_Cubit/cubitS.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubitS.h 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/cubit_i.cpp b/TAO/tests/Cubit/TAO/DII_Cubit/cubit_i.cpp index d15c4b71df0..e18d1de8f32 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/cubit_i.cpp +++ b/TAO/tests/Cubit/TAO/DII_Cubit/cubit_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit_i.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/cubit_i.h b/TAO/tests/Cubit/TAO/DII_Cubit/cubit_i.h index e2178d65fd5..302d1b166ee 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/cubit_i.h +++ b/TAO/tests/Cubit/TAO/DII_Cubit/cubit_i.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit_i.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/method_db.i b/TAO/tests/Cubit/TAO/DII_Cubit/method_db.i index 76595399353..d5566eab4b0 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/method_db.i +++ b/TAO/tests/Cubit/TAO/DII_Cubit/method_db.i @@ -1,3 +1,5 @@ +// $Id$ + // @ (#)method_db.i 05/14/97 // This file provides a way of initializing the method database diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/svr.cpp b/TAO/tests/Cubit/TAO/DII_Cubit/svr.cpp index 1151df9e0fd..f0697676c5c 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/svr.cpp +++ b/TAO/tests/Cubit/TAO/DII_Cubit/svr.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)svr.cpp 05/14/97 // Copyright 1994-1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/test1.cpp b/TAO/tests/Cubit/TAO/DII_Cubit/test1.cpp index 2548eb10008..06ecac15263 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/test1.cpp +++ b/TAO/tests/Cubit/TAO/DII_Cubit/test1.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1.cpp 1.4 95/09/28 // Copyright 1995 by Sun Microsystems, Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/test1.h b/TAO/tests/Cubit/TAO/DII_Cubit/test1.h index c3f35de198c..ad083ef7cde 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/test1.h +++ b/TAO/tests/Cubit/TAO/DII_Cubit/test1.h @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1.hh 1.2 95/09/12 // Copyright 1995 by Sun Microsystems, Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/test1.idl b/TAO/tests/Cubit/TAO/DII_Cubit/test1.idl index e6cf20cd2de..d47ab676ef5 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/test1.idl +++ b/TAO/tests/Cubit/TAO/DII_Cubit/test1.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1.idl 1.1 95/09/11 // Copyright 1994-1995 by Sun Microsystems, Inc. // diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/test1_clnt.cpp b/TAO/tests/Cubit/TAO/DII_Cubit/test1_clnt.cpp index 1b6d1abbc2d..9432ee32256 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/test1_clnt.cpp +++ b/TAO/tests/Cubit/TAO/DII_Cubit/test1_clnt.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1_clnt.cpp 1.5 95/09/24 // Copyright 1995 by Sun Microsystems, Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/TAO/DII_Cubit/test1_svr.cpp b/TAO/tests/Cubit/TAO/DII_Cubit/test1_svr.cpp index bcabdf79e30..b2a88f26a2f 100644 --- a/TAO/tests/Cubit/TAO/DII_Cubit/test1_svr.cpp +++ b/TAO/tests/Cubit/TAO/DII_Cubit/test1_svr.cpp @@ -1,3 +1,5 @@ +// $Id$ + // @(#)test1_svr.cpp 1.7 95/09/25 // Copyright 1995 by Sun Microsystems Inc. // All Rights Reserved diff --git a/TAO/tests/Cubit/VisiBroker/base_server/Profile_Timer.cpp b/TAO/tests/Cubit/VisiBroker/base_server/Profile_Timer.cpp index a871b9cf179..d20d988f48b 100644 --- a/TAO/tests/Cubit/VisiBroker/base_server/Profile_Timer.cpp +++ b/TAO/tests/Cubit/VisiBroker/base_server/Profile_Timer.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Profile_Timer.h" /* Initialize interval timer. */ diff --git a/TAO/tests/Cubit/VisiBroker/base_server/Profile_Timer.h b/TAO/tests/Cubit/VisiBroker/base_server/Profile_Timer.h index f001f59be9a..4198fba9a10 100644 --- a/TAO/tests/Cubit/VisiBroker/base_server/Profile_Timer.h +++ b/TAO/tests/Cubit/VisiBroker/base_server/Profile_Timer.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + /* An interval timer class using C++. */ #if !defined (ACE_PROFILE_TIMER_H) diff --git a/TAO/tests/Cubit/VisiBroker/base_server/cubit.idl b/TAO/tests/Cubit/VisiBroker/base_server/cubit.idl index 3e2ea392619..7eedbe786ab 100644 --- a/TAO/tests/Cubit/VisiBroker/base_server/cubit.idl +++ b/TAO/tests/Cubit/VisiBroker/base_server/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. // diff --git a/TAO/tests/Cubit/VisiBroker/base_server/cubit_impl.cpp b/TAO/tests/Cubit/VisiBroker/base_server/cubit_impl.cpp index 63c0bb3105f..c4313a1fccb 100644 --- a/TAO/tests/Cubit/VisiBroker/base_server/cubit_impl.cpp +++ b/TAO/tests/Cubit/VisiBroker/base_server/cubit_impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "cubit_impl.h" CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o) { diff --git a/TAO/tests/Cubit/VisiBroker/base_server/cubit_impl.h b/TAO/tests/Cubit/VisiBroker/base_server/cubit_impl.h index 0f6fd7dd6db..f1f5e3fa3ea 100644 --- a/TAO/tests/Cubit/VisiBroker/base_server/cubit_impl.h +++ b/TAO/tests/Cubit/VisiBroker/base_server/cubit_impl.h @@ -1,3 +1,5 @@ +// $Id$ + #ifndef cubit_ih #define cubit_ih diff --git a/TAO/tests/Cubit/VisiBroker/base_server/server.cpp b/TAO/tests/Cubit/VisiBroker/base_server/server.cpp index ed74dbf458a..12ef0a6b9ba 100644 --- a/TAO/tests/Cubit/VisiBroker/base_server/server.cpp +++ b/TAO/tests/Cubit/VisiBroker/base_server/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ************************************************************************** // // NAME : tpr_server.cpp diff --git a/TAO/tests/Cubit/VisiBroker/client/Profile_Timer.cpp b/TAO/tests/Cubit/VisiBroker/client/Profile_Timer.cpp index a871b9cf179..d20d988f48b 100644 --- a/TAO/tests/Cubit/VisiBroker/client/Profile_Timer.cpp +++ b/TAO/tests/Cubit/VisiBroker/client/Profile_Timer.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Profile_Timer.h" /* Initialize interval timer. */ diff --git a/TAO/tests/Cubit/VisiBroker/client/Profile_Timer.h b/TAO/tests/Cubit/VisiBroker/client/Profile_Timer.h index f001f59be9a..4198fba9a10 100644 --- a/TAO/tests/Cubit/VisiBroker/client/Profile_Timer.h +++ b/TAO/tests/Cubit/VisiBroker/client/Profile_Timer.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + /* An interval timer class using C++. */ #if !defined (ACE_PROFILE_TIMER_H) diff --git a/TAO/tests/Cubit/VisiBroker/client/client.cpp b/TAO/tests/Cubit/VisiBroker/client/client.cpp index ccfa9b15696..3edd6e36dc2 100644 --- a/TAO/tests/Cubit/VisiBroker/client/client.cpp +++ b/TAO/tests/Cubit/VisiBroker/client/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + //************************************************************************** // // NAME : client.C diff --git a/TAO/tests/Cubit/VisiBroker/client/cubit.idl b/TAO/tests/Cubit/VisiBroker/client/cubit.idl index 3e2ea392619..7eedbe786ab 100644 --- a/TAO/tests/Cubit/VisiBroker/client/cubit.idl +++ b/TAO/tests/Cubit/VisiBroker/client/cubit.idl @@ -1,3 +1,5 @@ +// $Id$ + // @(#)cubit.idl 1.1 95/09/10 // Copyright 1994-1995 by Sun Microsystems, Inc. // diff --git a/TAO/tests/Demux_Test/CodeGen/client.cpp b/TAO/tests/Demux_Test/CodeGen/client.cpp index 9260285ce37..8cd3bd441be 100644 --- a/TAO/tests/Demux_Test/CodeGen/client.cpp +++ b/TAO/tests/Demux_Test/CodeGen/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tao.h" diff --git a/TAO/tests/Demux_Test/CodeGen/gen.cpp b/TAO/tests/Demux_Test/CodeGen/gen.cpp index ecc4fd5ce5a..abe4a15e8f7 100644 --- a/TAO/tests/Demux_Test/CodeGen/gen.cpp +++ b/TAO/tests/Demux_Test/CodeGen/gen.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tao.h" static long GenDistinctString(ACE_Unbounded_Queue<ACE_CString> &, int); diff --git a/TAO/tests/Demux_Test/CodeGen/impl.cpp b/TAO/tests/Demux_Test/CodeGen/impl.cpp index 6b3c7551558..7395201c253 100644 --- a/TAO/tests/Demux_Test/CodeGen/impl.cpp +++ b/TAO/tests/Demux_Test/CodeGen/impl.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tao.h" // generate the implementation header diff --git a/TAO/tests/Demux_Test/CodeGen/objcreate.cpp b/TAO/tests/Demux_Test/CodeGen/objcreate.cpp index e25dbd947d3..2c9e5ef1c51 100644 --- a/TAO/tests/Demux_Test/CodeGen/objcreate.cpp +++ b/TAO/tests/Demux_Test/CodeGen/objcreate.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tao.h" long GenObjectCreateCode(ACE_Unbounded_Queue<ACE_CString> &arr, int limit) diff --git a/TAO/tests/Demux_Test/CodeGen/perf.cpp b/TAO/tests/Demux_Test/CodeGen/perf.cpp index ccd2da961ff..774da595c4e 100644 --- a/TAO/tests/Demux_Test/CodeGen/perf.cpp +++ b/TAO/tests/Demux_Test/CodeGen/perf.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tao.h" void GenGPERFCode() diff --git a/TAO/tests/Demux_Test/CodeGen/skel.cpp b/TAO/tests/Demux_Test/CodeGen/skel.cpp index db48cfeb908..a25edf9c374 100644 --- a/TAO/tests/Demux_Test/CodeGen/skel.cpp +++ b/TAO/tests/Demux_Test/CodeGen/skel.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tao.h" long GenServerHeader(ACE_Unbounded_Queue<ACE_CString> &arr, int limit) diff --git a/TAO/tests/Demux_Test/CodeGen/stub.cpp b/TAO/tests/Demux_Test/CodeGen/stub.cpp index 136fbf1116a..04355b76b21 100644 --- a/TAO/tests/Demux_Test/CodeGen/stub.cpp +++ b/TAO/tests/Demux_Test/CodeGen/stub.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tao.h" long GenClientHeader(ACE_Unbounded_Queue<ACE_CString> &arr, int limit) diff --git a/TAO/tests/Demux_Test/CodeGen/tao.cpp b/TAO/tests/Demux_Test/CodeGen/tao.cpp index b01df4002fe..f1a2d9b6c50 100644 --- a/TAO/tests/Demux_Test/CodeGen/tao.cpp +++ b/TAO/tests/Demux_Test/CodeGen/tao.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tao.h" int main (int argc, char *argv[]) diff --git a/TAO/tests/Demux_Test/CodeGen/tao.h b/TAO/tests/Demux_Test/CodeGen/tao.h index cdabc2a3446..d35b3548996 100644 --- a/TAO/tests/Demux_Test/CodeGen/tao.h +++ b/TAO/tests/Demux_Test/CodeGen/tao.h @@ -1,3 +1,5 @@ +// $Id$ + #include <iostream.h> #include <fstream.h> diff --git a/TAO/tests/Demux_Test/server.cpp b/TAO/tests/Demux_Test/server.cpp index 1e3931b01c2..f682ae5db32 100755 --- a/TAO/tests/Demux_Test/server.cpp +++ b/TAO/tests/Demux_Test/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "tao_demux_i.h" #ifdef USE_QUANTIFY diff --git a/TAO/tests/POA/Generic_Servant/generic_servant_export.h b/TAO/tests/POA/Generic_Servant/generic_servant_export.h index ad0e36483ab..ed91c284fe1 100644 --- a/TAO/tests/POA/Generic_Servant/generic_servant_export.h +++ b/TAO/tests/POA/Generic_Servant/generic_servant_export.h @@ -1,3 +1,5 @@ +// $Id$ + // Definition for Win32 Export directives. // This file is generated automatically by // ${TAO_ROOT}/TAO_IDL/GenExportH.BAT diff --git a/TAO/tests/Thruput/COOL/client.cpp b/TAO/tests/Thruput/COOL/client.cpp index 730362648ae..93ac0bb6785 100644 --- a/TAO/tests/Thruput/COOL/client.cpp +++ b/TAO/tests/Thruput/COOL/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = Chorus COOL tests diff --git a/TAO/tests/Thruput/COOL/ttcp.idl b/TAO/tests/Thruput/COOL/ttcp.idl index 02f382f3d29..bccdf4e374e 100644 --- a/TAO/tests/Thruput/COOL/ttcp.idl +++ b/TAO/tests/Thruput/COOL/ttcp.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + struct BinStruct { short s; diff --git a/TAO/tests/Thruput/COOL/ttcp_decl.h b/TAO/tests/Thruput/COOL/ttcp_decl.h index ba8b22769f7..57440e13fc8 100644 --- a/TAO/tests/Thruput/COOL/ttcp_decl.h +++ b/TAO/tests/Thruput/COOL/ttcp_decl.h @@ -1,3 +1,5 @@ +// $Id$ + /* * T T C P Header File diff --git a/TAO/tests/Thruput/COOL/ttcp_i.cpp b/TAO/tests/Thruput/COOL/ttcp_i.cpp index c898103c5ae..3b891f609bf 100644 --- a/TAO/tests/Thruput/COOL/ttcp_i.cpp +++ b/TAO/tests/Thruput/COOL/ttcp_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + //#include <iostream.h> #include "ace/ACE.h" #include "ace/streams.h" diff --git a/TAO/tests/Thruput/COOL/ttcp_i.h b/TAO/tests/Thruput/COOL/ttcp_i.h index 9fd00170270..92743612475 100644 --- a/TAO/tests/Thruput/COOL/ttcp_i.h +++ b/TAO/tests/Thruput/COOL/ttcp_i.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = COOL tests diff --git a/TAO/tests/Thruput/COOL/utils.cpp b/TAO/tests/Thruput/COOL/utils.cpp index cbdd3a811ce..18d33cc22cd 100644 --- a/TAO/tests/Thruput/COOL/utils.cpp +++ b/TAO/tests/Thruput/COOL/utils.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = TAO tests diff --git a/TAO/tests/Thruput/CORBAplus/client.cpp b/TAO/tests/Thruput/CORBAplus/client.cpp index 82b50008bd6..2313c649e3f 100644 --- a/TAO/tests/Thruput/CORBAplus/client.cpp +++ b/TAO/tests/Thruput/CORBAplus/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = TAO tests diff --git a/TAO/tests/Thruput/CORBAplus/ttcp.idl b/TAO/tests/Thruput/CORBAplus/ttcp.idl index 02f382f3d29..bccdf4e374e 100644 --- a/TAO/tests/Thruput/CORBAplus/ttcp.idl +++ b/TAO/tests/Thruput/CORBAplus/ttcp.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + struct BinStruct { short s; diff --git a/TAO/tests/Thruput/CORBAplus/ttcp_decl.h b/TAO/tests/Thruput/CORBAplus/ttcp_decl.h index 199580ed30d..0a8e3c9572a 100644 --- a/TAO/tests/Thruput/CORBAplus/ttcp_decl.h +++ b/TAO/tests/Thruput/CORBAplus/ttcp_decl.h @@ -1,3 +1,5 @@ +// $Id$ + /* * T T C P Header File diff --git a/TAO/tests/Thruput/CORBAplus/ttcp_i.cpp b/TAO/tests/Thruput/CORBAplus/ttcp_i.cpp index 8f8afaaeee9..cf95a1db4ec 100644 --- a/TAO/tests/Thruput/CORBAplus/ttcp_i.cpp +++ b/TAO/tests/Thruput/CORBAplus/ttcp_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "pbroker/corba/orb.h" #include "pbroker/corba/environ.h" #include <pbroker/corba/xpsboa.h> diff --git a/TAO/tests/Thruput/CORBAplus/ttcp_i.h b/TAO/tests/Thruput/CORBAplus/ttcp_i.h index 507c414349e..b052d603400 100644 --- a/TAO/tests/Thruput/CORBAplus/ttcp_i.h +++ b/TAO/tests/Thruput/CORBAplus/ttcp_i.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = TAO tests diff --git a/TAO/tests/Thruput/CORBAplus/utils.cpp b/TAO/tests/Thruput/CORBAplus/utils.cpp index 3538bf2acb5..41c46840a83 100644 --- a/TAO/tests/Thruput/CORBAplus/utils.cpp +++ b/TAO/tests/Thruput/CORBAplus/utils.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = TAO tests diff --git a/TAO/tests/Thruput/Orbix/Client.cpp b/TAO/tests/Thruput/Orbix/Client.cpp index c804af59aaa..66a07c64134 100644 --- a/TAO/tests/Thruput/Orbix/Client.cpp +++ b/TAO/tests/Thruput/Orbix/Client.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ttcp_decl.h" char Usage[] = "\ diff --git a/TAO/tests/Thruput/Orbix/Srv_Main.cpp b/TAO/tests/Thruput/Orbix/Srv_Main.cpp index 8678c72debc..b6b338628d9 100644 --- a/TAO/tests/Thruput/Orbix/Srv_Main.cpp +++ b/TAO/tests/Thruput/Orbix/Srv_Main.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ttcp_i.h" diff --git a/TAO/tests/Thruput/Orbix/ttcp.idl b/TAO/tests/Thruput/Orbix/ttcp.idl index c0b3cb10c75..9e95e00d8b0 100644 --- a/TAO/tests/Thruput/Orbix/ttcp.idl +++ b/TAO/tests/Thruput/Orbix/ttcp.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + struct PerfStruct{ short s; char c; diff --git a/TAO/tests/Thruput/Orbix/ttcp_decl.h b/TAO/tests/Thruput/Orbix/ttcp_decl.h index 298bf9c20a2..a9542d2b38e 100644 --- a/TAO/tests/Thruput/Orbix/ttcp_decl.h +++ b/TAO/tests/Thruput/Orbix/ttcp_decl.h @@ -1,3 +1,5 @@ +// $Id$ + /* * T T C P Header File diff --git a/TAO/tests/Thruput/Orbix/ttcp_i.cpp b/TAO/tests/Thruput/Orbix/ttcp_i.cpp index 0dc8ca364d3..04df1132887 100644 --- a/TAO/tests/Thruput/Orbix/ttcp_i.cpp +++ b/TAO/tests/Thruput/Orbix/ttcp_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ttcp_i.h" /* callback routine that will change the size of the socket queue */ diff --git a/TAO/tests/Thruput/Orbix/ttcp_i.h b/TAO/tests/Thruput/Orbix/ttcp_i.h index a187c2725ee..1a346e65401 100644 --- a/TAO/tests/Thruput/Orbix/ttcp_i.h +++ b/TAO/tests/Thruput/Orbix/ttcp_i.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // ttcp_i.h // diff --git a/TAO/tests/Thruput/Orbix/utils.cpp b/TAO/tests/Thruput/Orbix/utils.cpp index 9b6c8e3a77c..db49947b16a 100644 --- a/TAO/tests/Thruput/Orbix/utils.cpp +++ b/TAO/tests/Thruput/Orbix/utils.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ttcp_decl.h" void diff --git a/TAO/tests/Thruput/TAO/client.cpp b/TAO/tests/Thruput/TAO/client.cpp index c8e652b11b3..13a72a368af 100644 --- a/TAO/tests/Thruput/TAO/client.cpp +++ b/TAO/tests/Thruput/TAO/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = TAO tests diff --git a/TAO/tests/Thruput/TAO/ttcp.idl b/TAO/tests/Thruput/TAO/ttcp.idl index 02f382f3d29..bccdf4e374e 100644 --- a/TAO/tests/Thruput/TAO/ttcp.idl +++ b/TAO/tests/Thruput/TAO/ttcp.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + struct BinStruct { short s; diff --git a/TAO/tests/Thruput/TAO/ttcp_decl.h b/TAO/tests/Thruput/TAO/ttcp_decl.h index 8ff6e8b0730..88974519140 100644 --- a/TAO/tests/Thruput/TAO/ttcp_decl.h +++ b/TAO/tests/Thruput/TAO/ttcp_decl.h @@ -1,3 +1,5 @@ +// $Id$ + /* * T T C P Header File diff --git a/TAO/tests/Thruput/TAO/ttcp_i.cpp b/TAO/tests/Thruput/TAO/ttcp_i.cpp index 9fd7bf1ed37..8c0b687165a 100644 --- a/TAO/tests/Thruput/TAO/ttcp_i.cpp +++ b/TAO/tests/Thruput/TAO/ttcp_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include <iostream.h> #include "ace/ACE.h" #include "ttcp_i.h" diff --git a/TAO/tests/Thruput/TAO/ttcp_i.h b/TAO/tests/Thruput/TAO/ttcp_i.h index 08a44318065..bfa0ffb0f44 100644 --- a/TAO/tests/Thruput/TAO/ttcp_i.h +++ b/TAO/tests/Thruput/TAO/ttcp_i.h @@ -1,3 +1,5 @@ +// $Id$ + // ============================================================================ // // = TAO tests diff --git a/ace/Array.i b/ace/Array.i index 32058b290b8..eeb415db947 100644 --- a/ace/Array.i +++ b/ace/Array.i @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // Clean up the array (e.g., delete dynamically allocated memory). diff --git a/ace/Free_List.h b/ace/Free_List.h index 959ede733a0..f8e7b0223be 100644 --- a/ace/Free_List.h +++ b/ace/Free_List.h @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // ============================================================================ // diff --git a/ace/Free_List.i b/ace/Free_List.i index 70b68ffc26a..7875592c8a9 100644 --- a/ace/Free_List.i +++ b/ace/Free_List.i @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // Inserts an element onto the free list (if we are allowed to manage // elements withing and it pasts the high water mark, delete the diff --git a/ace/Svc_Conf_Tokens.h b/ace/Svc_Conf_Tokens.h index 4b5d3b3e8f1..bbf20ee7eed 100644 --- a/ace/Svc_Conf_Tokens.h +++ b/ace/Svc_Conf_Tokens.h @@ -1,3 +1,5 @@ +// $Id$ + #define ACE_DYNAMIC 257 #define ACE_STATIC 258 #define ACE_SUSPEND 259 diff --git a/ace/config-fsu-pthread.h b/ace/config-fsu-pthread.h index f6f3ee1e6bd..b1484e301e4 100644 --- a/ace/config-fsu-pthread.h +++ b/ace/config-fsu-pthread.h @@ -1,3 +1,5 @@ +// $Id$ + #if !defined (ACE_CONFIG_FSU_PTHREAD_H) #define ACE_CONFIG_FSU_PTHREAD_H diff --git a/ace/config-mit-pthread.h b/ace/config-mit-pthread.h index a3f3a975801..d88d4495399 100644 --- a/ace/config-mit-pthread.h +++ b/ace/config-mit-pthread.h @@ -1,3 +1,5 @@ +// $Id$ + #if !defined (ACE_CONFIG_MIT_PTHREAD_H) #define ACE_CONFIG_MIT_PTHREAD_H diff --git a/apps/JAWS/clients/Caching/test_URL.cpp b/apps/JAWS/clients/Caching/test_URL.cpp index 2685a135eee..38a625ec82f 100644 --- a/apps/JAWS/clients/Caching/test_URL.cpp +++ b/apps/JAWS/clients/Caching/test_URL.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ace/streams.h" #include "Locator_Request_Reply.h" diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Event_Comm.idl b/apps/Orbix-Examples/Event_Comm/libsrc/Event_Comm.idl index 26890129d70..73c56a3ab28 100644 --- a/apps/Orbix-Examples/Event_Comm/libsrc/Event_Comm.idl +++ b/apps/Orbix-Examples/Event_Comm/libsrc/Event_Comm.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // @(#)Event_Comm.idl 1.1 10/18/96 diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Notification.idl b/apps/Orbix-Examples/Event_Comm/libsrc/Notification.idl index ecfd5adb8e0..b4dbd690262 100644 --- a/apps/Orbix-Examples/Event_Comm/libsrc/Notification.idl +++ b/apps/Orbix-Examples/Event_Comm/libsrc/Notification.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // @(#)Notification.idl 1.1 10/18/96 diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver.idl b/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver.idl index 222f18782f7..24af1d044ea 100644 --- a/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver.idl +++ b/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // @(#)Notification_Receiver.idl 1.1 10/18/96 diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Notifier.idl b/apps/Orbix-Examples/Event_Comm/libsrc/Notifier.idl index 75e738e0627..5c1b949fb95 100644 --- a/apps/Orbix-Examples/Event_Comm/libsrc/Notifier.idl +++ b/apps/Orbix-Examples/Event_Comm/libsrc/Notifier.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // @(#)Notifier.idl 1.1 10/18/96 diff --git a/apps/Orbix-Examples/Logger/logger.idl b/apps/Orbix-Examples/Logger/logger.idl index 0fe673a84b9..1d8ee9babc7 100644 --- a/apps/Orbix-Examples/Logger/logger.idl +++ b/apps/Orbix-Examples/Logger/logger.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // @(#)logger.idl 1.1 10/18/96 // logger.idl diff --git a/examples/CORBA/Test.idl b/examples/CORBA/Test.idl index 33e8adce847..d5ae1850e4a 100644 --- a/examples/CORBA/Test.idl +++ b/examples/CORBA/Test.idl @@ -1,3 +1,5 @@ +// $Id$ + interface Test // @(#)Test.idl 1.1 10/18/96 diff --git a/examples/Naming/test_open.cpp b/examples/Naming/test_open.cpp index a301bdbb441..104f864da0c 100644 --- a/examples/Naming/test_open.cpp +++ b/examples/Naming/test_open.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ace/Naming_Context.h" int diff --git a/examples/Reactor/FIFO/client.cpp b/examples/Reactor/FIFO/client.cpp index d323a11126a..2c6b4ef7a7a 100644 --- a/examples/Reactor/FIFO/client.cpp +++ b/examples/Reactor/FIFO/client.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ace/FIFO_Send_Msg.h" int diff --git a/examples/Reactor/FIFO/server.cpp b/examples/Reactor/FIFO/server.cpp index 05ef9bd2c67..a040023c94d 100644 --- a/examples/Reactor/FIFO/server.cpp +++ b/examples/Reactor/FIFO/server.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ace/Service_Config.h" #include "ace/FIFO_Recv_Msg.h" diff --git a/examples/Reactor/Misc/test_signals_1.cpp b/examples/Reactor/Misc/test_signals_1.cpp index c4f65f912cc..ede1a917fd9 100644 --- a/examples/Reactor/Misc/test_signals_1.cpp +++ b/examples/Reactor/Misc/test_signals_1.cpp @@ -1,3 +1,5 @@ +// $Id$ + // This simple program illustrates the difference between handling // signals via the Reactor (which doesn't cause the event loop to // terminate) and signals that aren't handled via the Reactor (which diff --git a/examples/Registry/test_registry_iterator.cpp b/examples/Registry/test_registry_iterator.cpp index 73811bd7bc3..9b4bc9b4ea2 100644 --- a/examples/Registry/test_registry_iterator.cpp +++ b/examples/Registry/test_registry_iterator.cpp @@ -1,3 +1,5 @@ +// $Id$ + // This example uses the ACE_Registry class to iterator through the // entries in the predefined registries. The host of iteration can be // varied through argv[1]. If no host is specified the local host is diff --git a/examples/Registry/test_registry_update.cpp b/examples/Registry/test_registry_update.cpp index 5ea097cdbe9..f8f21ab7451 100644 --- a/examples/Registry/test_registry_update.cpp +++ b/examples/Registry/test_registry_update.cpp @@ -1,3 +1,5 @@ +// $Id$ + // Suppose this application belonged to AcmeSoft. AcmeSoft wants to // keep track of the number of times this application is // executed. They want two counters: one counts the number of diff --git a/netsvcs/lib/Log_Message_Receiver.cpp b/netsvcs/lib/Log_Message_Receiver.cpp index a385236f7c3..140fc6c55c7 100644 --- a/netsvcs/lib/Log_Message_Receiver.cpp +++ b/netsvcs/lib/Log_Message_Receiver.cpp @@ -1,3 +1,5 @@ +// $Id$ + #if !defined (LOG_MESSAGE_RECEIVER_CPP) #define LOG_MESSAGE_RECEIVER_CPP diff --git a/performance-tests/TTCP/ORBeline/ttcp.idl b/performance-tests/TTCP/ORBeline/ttcp.idl index cf83cc83a20..201fa70c3af 100644 --- a/performance-tests/TTCP/ORBeline/ttcp.idl +++ b/performance-tests/TTCP/ORBeline/ttcp.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // @(#)ttcp.idl 1.1 10/18/96 diff --git a/performance-tests/TTCP/Orbix/ttcp.idl b/performance-tests/TTCP/Orbix/ttcp.idl index 9ceef61e0a3..6d4e901bc6f 100644 --- a/performance-tests/TTCP/Orbix/ttcp.idl +++ b/performance-tests/TTCP/Orbix/ttcp.idl @@ -1,4 +1,6 @@ /* -*- C++ -*- */ +// $Id$ + // @(#)ttcp.idl 1.1 10/18/96 diff --git a/tests/Conn_Test.h b/tests/Conn_Test.h index 8c7290cd399..b621090b9fe 100644 --- a/tests/Conn_Test.h +++ b/tests/Conn_Test.h @@ -1,3 +1,5 @@ +// $Id$ + #include "ace/Service_Config.h" #include "ace/Svc_Handler.h" #include "ace/SOCK_Stream.h" |