summaryrefslogtreecommitdiff
path: root/performance-tests/Synch-Benchmarks
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-23 16:04:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-23 16:04:12 +0000
commitcd755938747721a508099129566e90c38a51b870 (patch)
tree888a37b59f92dd7640beb6049094c07c3fd2f23a /performance-tests/Synch-Benchmarks
parente6abbe6fc23e6ac76adb309bf066b37e08d76ac3 (diff)
downloadATCD-cd755938747721a508099129566e90c38a51b870.tar.gz
change SCCS keywords (in our files only) to RCS keywords
Diffstat (limited to 'performance-tests/Synch-Benchmarks')
-rw-r--r--performance-tests/Synch-Benchmarks/Benchmark.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/Benchmark.h2
-rw-r--r--performance-tests/Synch-Benchmarks/Options.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/Options.h2
-rw-r--r--performance-tests/Synch-Benchmarks/Options.i2
-rw-r--r--performance-tests/Synch-Benchmarks/condb_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/conds_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/context_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/memory_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/mutex_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/pipe_proc_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/pipe_thr_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/recursive_lock_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/rwrd_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/rwwr_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/sema_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/synch_driver.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/sysvsema_test.cpp2
18 files changed, 18 insertions, 18 deletions
diff --git a/performance-tests/Synch-Benchmarks/Benchmark.cpp b/performance-tests/Synch-Benchmarks/Benchmark.cpp
index 44be1b18f0c..6467b888410 100644
--- a/performance-tests/Synch-Benchmarks/Benchmark.cpp
+++ b/performance-tests/Synch-Benchmarks/Benchmark.cpp
@@ -1,5 +1,5 @@
#include "Benchmark.h"
-// @(#)Benchmark.cpp 1.1 10/18/96
+// $Id$
#if defined (ACE_HAS_THREADS)
diff --git a/performance-tests/Synch-Benchmarks/Benchmark.h b/performance-tests/Synch-Benchmarks/Benchmark.h
index aad12e2bac6..58424e88e58 100644
--- a/performance-tests/Synch-Benchmarks/Benchmark.h
+++ b/performance-tests/Synch-Benchmarks/Benchmark.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Benchmark.h 1.1 10/18/96
+// $Id$
/* Defines the class used to dynamically link in the benchmark tests */
diff --git a/performance-tests/Synch-Benchmarks/Options.cpp b/performance-tests/Synch-Benchmarks/Options.cpp
index f43ec27ce95..4314dc5e834 100644
--- a/performance-tests/Synch-Benchmarks/Options.cpp
+++ b/performance-tests/Synch-Benchmarks/Options.cpp
@@ -1,5 +1,5 @@
#include "Options.h"
-// @(#)Options.cpp 1.1 10/18/96
+// $Id$
#if defined (ACE_HAS_THREADS)
diff --git a/performance-tests/Synch-Benchmarks/Options.h b/performance-tests/Synch-Benchmarks/Options.h
index 7fa53e5fbae..7432f78f604 100644
--- a/performance-tests/Synch-Benchmarks/Options.h
+++ b/performance-tests/Synch-Benchmarks/Options.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Options.h 1.1 10/18/96
+// $Id$
/* Option manager for ustreams */
diff --git a/performance-tests/Synch-Benchmarks/Options.i b/performance-tests/Synch-Benchmarks/Options.i
index 0c6030118bb..08abea93bf4 100644
--- a/performance-tests/Synch-Benchmarks/Options.i
+++ b/performance-tests/Synch-Benchmarks/Options.i
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Options.i 1.1 10/18/96
+// $Id$
/* Option manager for ustreams */
diff --git a/performance-tests/Synch-Benchmarks/condb_test.cpp b/performance-tests/Synch-Benchmarks/condb_test.cpp
index 64cc90ffd5d..0075c06c7f3 100644
--- a/performance-tests/Synch-Benchmarks/condb_test.cpp
+++ b/performance-tests/Synch-Benchmarks/condb_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)condb_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/conds_test.cpp b/performance-tests/Synch-Benchmarks/conds_test.cpp
index b32be50a5e1..9b32afaf335 100644
--- a/performance-tests/Synch-Benchmarks/conds_test.cpp
+++ b/performance-tests/Synch-Benchmarks/conds_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)conds_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/context_test.cpp b/performance-tests/Synch-Benchmarks/context_test.cpp
index d8ec2bbd872..ff83af6af3a 100644
--- a/performance-tests/Synch-Benchmarks/context_test.cpp
+++ b/performance-tests/Synch-Benchmarks/context_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)context_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/memory_test.cpp b/performance-tests/Synch-Benchmarks/memory_test.cpp
index 612e86999d0..6859e006dde 100644
--- a/performance-tests/Synch-Benchmarks/memory_test.cpp
+++ b/performance-tests/Synch-Benchmarks/memory_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)memory_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/mutex_test.cpp b/performance-tests/Synch-Benchmarks/mutex_test.cpp
index ea4933945f7..91c4d8aaef0 100644
--- a/performance-tests/Synch-Benchmarks/mutex_test.cpp
+++ b/performance-tests/Synch-Benchmarks/mutex_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)mutex_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp b/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp
index c06cf64653b..45d8df5af58 100644
--- a/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp
+++ b/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp
@@ -1,5 +1,5 @@
#include "Options.h"
-// @(#)pipe_proc_test.cpp 1.1 10/18/96
+// $Id$
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp b/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp
index 848608081d9..4813ed3e3c2 100644
--- a/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp
+++ b/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Thread_Manager.h"
-// @(#)pipe_thr_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp b/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp
index 1712d608503..b3579d980d5 100644
--- a/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp
+++ b/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)recursive_lock_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/rwrd_test.cpp b/performance-tests/Synch-Benchmarks/rwrd_test.cpp
index 89f4e35d303..123781631e8 100644
--- a/performance-tests/Synch-Benchmarks/rwrd_test.cpp
+++ b/performance-tests/Synch-Benchmarks/rwrd_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)rwrd_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/rwwr_test.cpp b/performance-tests/Synch-Benchmarks/rwwr_test.cpp
index daf7cd32818..9f91b85323e 100644
--- a/performance-tests/Synch-Benchmarks/rwwr_test.cpp
+++ b/performance-tests/Synch-Benchmarks/rwwr_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)rwwr_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/sema_test.cpp b/performance-tests/Synch-Benchmarks/sema_test.cpp
index 0a20d1bc07f..3862ca4123f 100644
--- a/performance-tests/Synch-Benchmarks/sema_test.cpp
+++ b/performance-tests/Synch-Benchmarks/sema_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)sema_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/synch_driver.cpp b/performance-tests/Synch-Benchmarks/synch_driver.cpp
index 3e2566c9f30..8520fef85dc 100644
--- a/performance-tests/Synch-Benchmarks/synch_driver.cpp
+++ b/performance-tests/Synch-Benchmarks/synch_driver.cpp
@@ -1,5 +1,5 @@
// Driver program that measures the performance of synchronization
-// @(#)synch_driver.cpp 1.1 10/18/96
+// $Id$
// mechanisms provided by ACE and the underlying OS.
diff --git a/performance-tests/Synch-Benchmarks/sysvsema_test.cpp b/performance-tests/Synch-Benchmarks/sysvsema_test.cpp
index fb9be5c7eef..3dc98ebac16 100644
--- a/performance-tests/Synch-Benchmarks/sysvsema_test.cpp
+++ b/performance-tests/Synch-Benchmarks/sysvsema_test.cpp
@@ -1,5 +1,5 @@
#include "ace/SV_Semaphore_Simple.h"
-// @(#)sysvsema_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"