diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-03 22:54:52 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-03 22:54:52 +0000 |
commit | 7331a98da2eb0383936b5a36da05a5db8c4db67e (patch) | |
tree | 1d4dc736b514d1972ff95cabee9aaf84fdeda0a0 /performance-tests/TTCP | |
parent | b17da1c5f8811292d066708d54f5800dd002f21b (diff) | |
download | ATCD-7331a98da2eb0383936b5a36da05a5db8c4db67e.tar.gz |
Added ACE_RCSID to performance-tests/
Diffstat (limited to 'performance-tests/TTCP')
-rw-r--r-- | performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp | 6 | ||||
-rw-r--r-- | performance-tests/TTCP/C/new-ttcp.cpp | 6 | ||||
-rw-r--r-- | performance-tests/TTCP/ORBeline/ttcp_i.cpp | 8 | ||||
-rw-r--r-- | performance-tests/TTCP/Orbix/ttcpC.cpp | 2 | ||||
-rw-r--r-- | performance-tests/TTCP/Orbix/ttcpS.cpp | 2 | ||||
-rw-r--r-- | performance-tests/TTCP/Orbix/ttcp_i.cpp | 7 |
6 files changed, 11 insertions, 20 deletions
diff --git a/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp b/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp index 2033dba7c59..02b93b2f699 100644 --- a/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp +++ b/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp @@ -1,4 +1,3 @@ -/* -*- C++ -*- */ // $Id$ /* @@ -43,9 +42,6 @@ * Distribution Status - * Public Domain. Distribution Unlimited. */ -#ifndef lint -static char RCSid[] = "ttcp.c $Revision$"; -#endif /* #define BSD43 */ /* #define BSD42 */ @@ -95,6 +91,8 @@ struct rusage #include <sys/resource.h> #endif +ACE_RCSID(ACE_C++, wrapper_new_ttcp, "$Id$") + struct sockaddr_in sinme; struct sockaddr_un sunme; struct sockaddr_in sinhim; diff --git a/performance-tests/TTCP/C/new-ttcp.cpp b/performance-tests/TTCP/C/new-ttcp.cpp index f4fe17da814..c499ab80fef 100644 --- a/performance-tests/TTCP/C/new-ttcp.cpp +++ b/performance-tests/TTCP/C/new-ttcp.cpp @@ -1,4 +1,3 @@ -/* -*- C++ -*- */ // $Id$ /* @@ -43,9 +42,6 @@ * Distribution Status - * Public Domain. Distribution Unlimited. */ -#ifndef lint -static char RCSid[] = "ttcp.c $Revision$"; -#endif /* #define BSD43 */ /* #define BSD42 */ @@ -95,6 +91,8 @@ struct rusage #include <sys/resource.h> #endif +ACE_RCSID(C, new_ttcp, "$Id$") + struct sockaddr_in sinme; struct sockaddr_un sunme; struct sockaddr_in sinhim; diff --git a/performance-tests/TTCP/ORBeline/ttcp_i.cpp b/performance-tests/TTCP/ORBeline/ttcp_i.cpp index 9f86f1b0eea..f6f510bd1f5 100644 --- a/performance-tests/TTCP/ORBeline/ttcp_i.cpp +++ b/performance-tests/TTCP/ORBeline/ttcp_i.cpp @@ -1,12 +1,8 @@ -/* // $Id$ +/* * T T C P . C - * */ -#ifndef lint -static char RCSid[] = "ttcp.c $Revision$"; -#endif /* #define BSD43 */ /* #define BSD42 */ @@ -47,6 +43,8 @@ struct rusage #include <sys/resource.h> #endif +ACE_RCSID(ORBeline, ttcp_i, "$Id$") + void err (char *s); void mes (char *s); void pattern (register char *cp, register int cnt); diff --git a/performance-tests/TTCP/Orbix/ttcpC.cpp b/performance-tests/TTCP/Orbix/ttcpC.cpp index 1e623b01f2e..325e3790285 100644 --- a/performance-tests/TTCP/Orbix/ttcpC.cpp +++ b/performance-tests/TTCP/Orbix/ttcpC.cpp @@ -1,8 +1,8 @@ - // $Id$ #include "ttcp.hh" +ACE_RCSID(Orbix, ttcpC, "$Id$") #ifndef _IDL_SEQUENCE_char_Ops #define _IDL_SEQUENCE_char_Ops diff --git a/performance-tests/TTCP/Orbix/ttcpS.cpp b/performance-tests/TTCP/Orbix/ttcpS.cpp index 0b31298d758..1f9f6e742bd 100644 --- a/performance-tests/TTCP/Orbix/ttcpS.cpp +++ b/performance-tests/TTCP/Orbix/ttcpS.cpp @@ -1,8 +1,8 @@ - // $Id$ #include "ttcp.hh" +ACE_RCSID(Orbix, ttcpS, "$Id$") #define ttcp_sequence_dispatch_impl diff --git a/performance-tests/TTCP/Orbix/ttcp_i.cpp b/performance-tests/TTCP/Orbix/ttcp_i.cpp index f1f5f2001c1..0299fe04d5c 100644 --- a/performance-tests/TTCP/Orbix/ttcp_i.cpp +++ b/performance-tests/TTCP/Orbix/ttcp_i.cpp @@ -1,13 +1,8 @@ - // $Id$ /* * T T C P . C - * */ -#ifndef lint -static char RCSid[] = "ttcp.c $Revision$"; -#endif /* #define BSD43 */ /* #define BSD42 */ @@ -48,6 +43,8 @@ struct rusage #include <sys/resource.h> #endif +ACE_RCSID(Orbix, ttcp_i, "$Id$") + void err (char *s); void mes (char *s); void pattern (register char *cp, register int cnt); |