summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-03 19:40:33 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-03 19:40:33 +0000
commiteab33b16ac9524746a8e9b75b27f2af8e126ffce (patch)
treec169d5c181dcd646fb0a55c5a2c1de00d142d1d1 /TAO/tests/Param_Test
parent5a90cdfb50d1b00f03459a58cdf50e3cce266dd9 (diff)
downloadATCD-eab33b16ac9524746a8e9b75b27f2af8e126ffce.tar.gz
Added ACE_RCSID to TAO/tests/
Diffstat (limited to 'TAO/tests/Param_Test')
-rw-r--r--TAO/tests/Param_Test/any.cpp2
-rw-r--r--TAO/tests/Param_Test/bd_long_seq.cpp2
-rw-r--r--TAO/tests/Param_Test/bd_short_seq.cpp2
-rw-r--r--TAO/tests/Param_Test/bd_str_seq.cpp2
-rw-r--r--TAO/tests/Param_Test/bd_string.cpp2
-rw-r--r--TAO/tests/Param_Test/bd_struct_seq.cpp2
-rw-r--r--TAO/tests/Param_Test/client.cpp2
-rw-r--r--TAO/tests/Param_Test/driver.cpp2
-rw-r--r--TAO/tests/Param_Test/fixed_array.cpp2
-rw-r--r--TAO/tests/Param_Test/fixed_struct.cpp2
-rw-r--r--TAO/tests/Param_Test/helper.cpp2
-rw-r--r--TAO/tests/Param_Test/nested_struct.cpp2
-rw-r--r--TAO/tests/Param_Test/objref.cpp2
-rw-r--r--TAO/tests/Param_Test/options.cpp2
-rw-r--r--TAO/tests/Param_Test/param_test_i.cpp2
-rw-r--r--TAO/tests/Param_Test/results.cpp2
-rw-r--r--TAO/tests/Param_Test/server.cpp2
-rw-r--r--TAO/tests/Param_Test/short.cpp1
-rw-r--r--TAO/tests/Param_Test/tmplinst.cpp4
-rw-r--r--TAO/tests/Param_Test/typecode.cpp2
-rw-r--r--TAO/tests/Param_Test/ub_any_seq.cpp2
-rw-r--r--TAO/tests/Param_Test/ub_long_seq.cpp2
-rw-r--r--TAO/tests/Param_Test/ub_objref_seq.cpp2
-rw-r--r--TAO/tests/Param_Test/ub_short_seq.cpp2
-rw-r--r--TAO/tests/Param_Test/ub_str_seq.cpp3
-rw-r--r--TAO/tests/Param_Test/ub_string.cpp2
-rw-r--r--TAO/tests/Param_Test/ub_struct_seq.cpp2
-rw-r--r--TAO/tests/Param_Test/var_array.cpp2
-rw-r--r--TAO/tests/Param_Test/var_struct.cpp2
29 files changed, 57 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/any.cpp b/TAO/tests/Param_Test/any.cpp
index 18afd12d760..27df0174769 100644
--- a/TAO/tests/Param_Test/any.cpp
+++ b/TAO/tests/Param_Test/any.cpp
@@ -20,6 +20,8 @@
#include "any.h"
+ACE_RCSID(Param_Test, any, "$Id$")
+
// ************************************************************************
// Test_Any
// ************************************************************************
diff --git a/TAO/tests/Param_Test/bd_long_seq.cpp b/TAO/tests/Param_Test/bd_long_seq.cpp
index bbcc675a3d2..164ebec106d 100644
--- a/TAO/tests/Param_Test/bd_long_seq.cpp
+++ b/TAO/tests/Param_Test/bd_long_seq.cpp
@@ -20,6 +20,8 @@
#include "bd_long_seq.h"
+ACE_RCSID(Param_Test, bd_long_seq, "$Id$")
+
// ************************************************************************
// Test_Bounded_Long_Sequence
// ************************************************************************
diff --git a/TAO/tests/Param_Test/bd_short_seq.cpp b/TAO/tests/Param_Test/bd_short_seq.cpp
index eef25c72b10..09572ac89b9 100644
--- a/TAO/tests/Param_Test/bd_short_seq.cpp
+++ b/TAO/tests/Param_Test/bd_short_seq.cpp
@@ -20,6 +20,8 @@
#include "bd_short_seq.h"
+ACE_RCSID(Param_Test, bd_short_seq, "$Id$")
+
// ************************************************************************
// Test_Bounded_Short_Sequence
// ************************************************************************
diff --git a/TAO/tests/Param_Test/bd_str_seq.cpp b/TAO/tests/Param_Test/bd_str_seq.cpp
index 4fd2683ba1d..524636c9df2 100644
--- a/TAO/tests/Param_Test/bd_str_seq.cpp
+++ b/TAO/tests/Param_Test/bd_str_seq.cpp
@@ -20,6 +20,8 @@
#include "bd_str_seq.h"
+ACE_RCSID(Param_Test, bd_str_seq, "$Id$")
+
// ************************************************************************
// Test_Bounded_String_Sequence
// ************************************************************************
diff --git a/TAO/tests/Param_Test/bd_string.cpp b/TAO/tests/Param_Test/bd_string.cpp
index d29a84bd24e..1fa0c1bf724 100644
--- a/TAO/tests/Param_Test/bd_string.cpp
+++ b/TAO/tests/Param_Test/bd_string.cpp
@@ -20,6 +20,8 @@
#include "bd_string.h"
+ACE_RCSID(Param_Test, bd_string, "$Id$")
+
// ************************************************************************
// Test_Bounded_String
// ************************************************************************
diff --git a/TAO/tests/Param_Test/bd_struct_seq.cpp b/TAO/tests/Param_Test/bd_struct_seq.cpp
index 67c99831208..22266627884 100644
--- a/TAO/tests/Param_Test/bd_struct_seq.cpp
+++ b/TAO/tests/Param_Test/bd_struct_seq.cpp
@@ -19,6 +19,8 @@
#include "helper.h"
#include "bd_struct_seq.h"
+ACE_RCSID(Param_Test, bd_struct_seq, "$Id$")
+
const CORBA::ULong MAX_STRUCTSEQ_LEN = 1;
// ************************************************************************
diff --git a/TAO/tests/Param_Test/client.cpp b/TAO/tests/Param_Test/client.cpp
index ce247507a88..53586310706 100644
--- a/TAO/tests/Param_Test/client.cpp
+++ b/TAO/tests/Param_Test/client.cpp
@@ -24,6 +24,8 @@
#include "results.h"
#include "client.h"
+ACE_RCSID(Param_Test, client, "$Id$")
+
// Constructor.p
template <class T>
Param_Test_Client<T>::Param_Test_Client (CORBA::ORB_ptr orb,
diff --git a/TAO/tests/Param_Test/driver.cpp b/TAO/tests/Param_Test/driver.cpp
index 810496a33af..8756f1b90e3 100644
--- a/TAO/tests/Param_Test/driver.cpp
+++ b/TAO/tests/Param_Test/driver.cpp
@@ -22,6 +22,8 @@
#include "tests.h"
#include "driver.h"
+ACE_RCSID(Param_Test, driver, "$Id$")
+
// This function runs the test (main program)
int
main (int argc, char **argv)
diff --git a/TAO/tests/Param_Test/fixed_array.cpp b/TAO/tests/Param_Test/fixed_array.cpp
index d8370828d54..0396146b234 100644
--- a/TAO/tests/Param_Test/fixed_array.cpp
+++ b/TAO/tests/Param_Test/fixed_array.cpp
@@ -20,6 +20,8 @@
#include "fixed_array.h"
+ACE_RCSID(Param_Test, fixed_array, "$Id$")
+
// ************************************************************************
// Test_Fixed_Array
// ************************************************************************
diff --git a/TAO/tests/Param_Test/fixed_struct.cpp b/TAO/tests/Param_Test/fixed_struct.cpp
index de3f5bdb3cf..e69c68b0b7e 100644
--- a/TAO/tests/Param_Test/fixed_struct.cpp
+++ b/TAO/tests/Param_Test/fixed_struct.cpp
@@ -20,6 +20,8 @@
#include "fixed_struct.h"
+ACE_RCSID(Param_Test, fixed_struct, "$Id$")
+
// ************************************************************************
// Test_Fixed_Struct
// ************************************************************************
diff --git a/TAO/tests/Param_Test/helper.cpp b/TAO/tests/Param_Test/helper.cpp
index d25c2d15026..51e5bbd8c86 100644
--- a/TAO/tests/Param_Test/helper.cpp
+++ b/TAO/tests/Param_Test/helper.cpp
@@ -19,6 +19,8 @@
#include "helper.h"
+ACE_RCSID(Param_Test, helper, "$Id$")
+
Generator::Generator (void)
{
}
diff --git a/TAO/tests/Param_Test/nested_struct.cpp b/TAO/tests/Param_Test/nested_struct.cpp
index 5d588f174e9..e97f605defb 100644
--- a/TAO/tests/Param_Test/nested_struct.cpp
+++ b/TAO/tests/Param_Test/nested_struct.cpp
@@ -20,6 +20,8 @@
#include "nested_struct.h"
+ACE_RCSID(Param_Test, nested_struct, "$Id$")
+
// ************************************************************************
// Test_Nested_Struct
// ************************************************************************
diff --git a/TAO/tests/Param_Test/objref.cpp b/TAO/tests/Param_Test/objref.cpp
index 727d4cd97e9..279d013a185 100644
--- a/TAO/tests/Param_Test/objref.cpp
+++ b/TAO/tests/Param_Test/objref.cpp
@@ -20,6 +20,8 @@
#include "objref.h"
+ACE_RCSID(Param_Test, objref, "$Id$")
+
// ************************************************************************
// Test_ObjRef
// ************************************************************************
diff --git a/TAO/tests/Param_Test/options.cpp b/TAO/tests/Param_Test/options.cpp
index 387dacb4295..0a125206986 100644
--- a/TAO/tests/Param_Test/options.cpp
+++ b/TAO/tests/Param_Test/options.cpp
@@ -18,6 +18,8 @@
#include "options.h"
+ACE_RCSID(Param_Test, options, "$Id$")
+
// Constructor.p
Options::Options (void)
: ior_ (0),
diff --git a/TAO/tests/Param_Test/param_test_i.cpp b/TAO/tests/Param_Test/param_test_i.cpp
index 042210fcbf0..d41c526d017 100644
--- a/TAO/tests/Param_Test/param_test_i.cpp
+++ b/TAO/tests/Param_Test/param_test_i.cpp
@@ -16,6 +16,8 @@
#include "tao/corba.h"
#include "param_test_i.h"
+ACE_RCSID(Param_Test, param_test_i, "$Id$")
+
// ********* class Coffee_i ****************
// Constructor
diff --git a/TAO/tests/Param_Test/results.cpp b/TAO/tests/Param_Test/results.cpp
index 5c5839a16f6..9545c049ede 100644
--- a/TAO/tests/Param_Test/results.cpp
+++ b/TAO/tests/Param_Test/results.cpp
@@ -18,6 +18,8 @@
#include "results.h"
+ACE_RCSID(Param_Test, results, "$Id$")
+
Results::Results (void)
{
}
diff --git a/TAO/tests/Param_Test/server.cpp b/TAO/tests/Param_Test/server.cpp
index 7984102acf4..b26cfe744b5 100644
--- a/TAO/tests/Param_Test/server.cpp
+++ b/TAO/tests/Param_Test/server.cpp
@@ -18,6 +18,8 @@
#include "param_test_i.h"
+ACE_RCSID(Param_Test, server, "$Id$")
+
// Parses the command line arguments and returns an error status.
static FILE *ior_output_file = 0;
diff --git a/TAO/tests/Param_Test/short.cpp b/TAO/tests/Param_Test/short.cpp
index 66076f5e62f..3a537788bb4 100644
--- a/TAO/tests/Param_Test/short.cpp
+++ b/TAO/tests/Param_Test/short.cpp
@@ -20,6 +20,7 @@
#include "short.h"
+ACE_RCSID(Param_Test, short, "$Id$")
// ************************************************************************
// Test_Short
diff --git a/TAO/tests/Param_Test/tmplinst.cpp b/TAO/tests/Param_Test/tmplinst.cpp
index 03214f7c2c4..aad122a5d84 100644
--- a/TAO/tests/Param_Test/tmplinst.cpp
+++ b/TAO/tests/Param_Test/tmplinst.cpp
@@ -1,12 +1,12 @@
-//
// $Id$
-//
// The contents of this file REALLY should be generated by the IDL
// compiler, but that functionality isn't available yet.
#include "param_testC.h"
+ACE_RCSID(Param_Test, tmplinst, "$Id$")
+
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class TAO_Unbounded_Sequence<CORBA::Any>;
template class TAO_Bounded_Sequence<CORBA::Long,32>;
diff --git a/TAO/tests/Param_Test/typecode.cpp b/TAO/tests/Param_Test/typecode.cpp
index 4c4e0e7551e..bd969da2e0b 100644
--- a/TAO/tests/Param_Test/typecode.cpp
+++ b/TAO/tests/Param_Test/typecode.cpp
@@ -20,6 +20,8 @@
#include "typecode.h"
+ACE_RCSID(Param_Test, typecode, "$Id$")
+
// ************************************************************************
// Test_TypeCode
// ************************************************************************
diff --git a/TAO/tests/Param_Test/ub_any_seq.cpp b/TAO/tests/Param_Test/ub_any_seq.cpp
index c603c4bb1d4..bd1283d5b0f 100644
--- a/TAO/tests/Param_Test/ub_any_seq.cpp
+++ b/TAO/tests/Param_Test/ub_any_seq.cpp
@@ -20,6 +20,8 @@
#include "ub_any_seq.h"
+ACE_RCSID(Param_Test, ub_any_seq, "$Id$")
+
// ************************************************************************
// Test_AnySeq
// ************************************************************************
diff --git a/TAO/tests/Param_Test/ub_long_seq.cpp b/TAO/tests/Param_Test/ub_long_seq.cpp
index d5510035c47..06fbe33dc32 100644
--- a/TAO/tests/Param_Test/ub_long_seq.cpp
+++ b/TAO/tests/Param_Test/ub_long_seq.cpp
@@ -20,6 +20,8 @@
#include "ub_long_seq.h"
+ACE_RCSID(Param_Test, ub_long_seq, "$Id$")
+
// ************************************************************************
// Test_Long_Sequence
// ************************************************************************
diff --git a/TAO/tests/Param_Test/ub_objref_seq.cpp b/TAO/tests/Param_Test/ub_objref_seq.cpp
index fafb6213e1c..2972386d5f6 100644
--- a/TAO/tests/Param_Test/ub_objref_seq.cpp
+++ b/TAO/tests/Param_Test/ub_objref_seq.cpp
@@ -20,6 +20,8 @@
#include "ub_objref_seq.h"
+ACE_RCSID(Param_Test, ub_objref_seq, "$Id$")
+
// ************************************************************************
// Test_ObjRef_Sequence
// ************************************************************************
diff --git a/TAO/tests/Param_Test/ub_short_seq.cpp b/TAO/tests/Param_Test/ub_short_seq.cpp
index 3aa0d249969..b679cbe1b4b 100644
--- a/TAO/tests/Param_Test/ub_short_seq.cpp
+++ b/TAO/tests/Param_Test/ub_short_seq.cpp
@@ -20,6 +20,8 @@
#include "ub_short_seq.h"
+ACE_RCSID(Param_Test, ub_short_seq, "$Id$")
+
// ************************************************************************
// Test_Short_Sequence
// ************************************************************************
diff --git a/TAO/tests/Param_Test/ub_str_seq.cpp b/TAO/tests/Param_Test/ub_str_seq.cpp
index ec487e05059..70346ff5769 100644
--- a/TAO/tests/Param_Test/ub_str_seq.cpp
+++ b/TAO/tests/Param_Test/ub_str_seq.cpp
@@ -1,4 +1,3 @@
-
// $Id$
// ============================================================================
@@ -21,6 +20,8 @@
#include "ub_str_seq.h"
+ACE_RCSID(Param_Test, ub_str_seq, "$Id$")
+
// ************************************************************************
// Test_String_Sequence
// ************************************************************************
diff --git a/TAO/tests/Param_Test/ub_string.cpp b/TAO/tests/Param_Test/ub_string.cpp
index ad045b12094..49c3cf28bc0 100644
--- a/TAO/tests/Param_Test/ub_string.cpp
+++ b/TAO/tests/Param_Test/ub_string.cpp
@@ -20,6 +20,8 @@
#include "ub_string.h"
+ACE_RCSID(Param_Test, ub_string, "$Id$")
+
// ************************************************************************
// Test_Unbounded_String
// ************************************************************************
diff --git a/TAO/tests/Param_Test/ub_struct_seq.cpp b/TAO/tests/Param_Test/ub_struct_seq.cpp
index f807f427abc..8fe251e462c 100644
--- a/TAO/tests/Param_Test/ub_struct_seq.cpp
+++ b/TAO/tests/Param_Test/ub_struct_seq.cpp
@@ -20,6 +20,8 @@
#include "ub_struct_seq.h"
+ACE_RCSID(Param_Test, ub_struct_seq, "$Id$")
+
// ************************************************************************
// Test_Struct_Sequence
// ************************************************************************
diff --git a/TAO/tests/Param_Test/var_array.cpp b/TAO/tests/Param_Test/var_array.cpp
index 71758111d93..79fad305074 100644
--- a/TAO/tests/Param_Test/var_array.cpp
+++ b/TAO/tests/Param_Test/var_array.cpp
@@ -20,6 +20,8 @@
#include "var_array.h"
+ACE_RCSID(Param_Test, var_array, "$Id$")
+
// ************************************************************************
// Test_Var_Array
// ************************************************************************
diff --git a/TAO/tests/Param_Test/var_struct.cpp b/TAO/tests/Param_Test/var_struct.cpp
index 9a5a6a5438b..fe6723c7659 100644
--- a/TAO/tests/Param_Test/var_struct.cpp
+++ b/TAO/tests/Param_Test/var_struct.cpp
@@ -20,6 +20,8 @@
#include "var_struct.h"
+ACE_RCSID(Param_Test, var_struct, "$Id$")
+
// ************************************************************************
// Test_Var_Struct
// ************************************************************************