summaryrefslogtreecommitdiff
path: root/ASNMP/tests
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-01 00:31:32 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-01 00:31:32 +0000
commit48703646278263b8a2c9f4b00a228c4941641f1e (patch)
tree37bfd43a91c38d9b9f0c003d21ca6c9abd0575bc /ASNMP/tests
parentb42d9f4aab618cf364119cdfd332d3ebe655c027 (diff)
downloadATCD-48703646278263b8a2c9f4b00a228c4941641f1e.tar.gz
Added ACE_RCSID to ASNMP/
Diffstat (limited to 'ASNMP/tests')
-rw-r--r--ASNMP/tests/Address_Test.cpp3
-rw-r--r--ASNMP/tests/Counter64_Test.cpp3
-rw-r--r--ASNMP/tests/Counter_Test.cpp3
-rw-r--r--ASNMP/tests/Gauge_Test.cpp3
-rw-r--r--ASNMP/tests/Integer_Test.cpp3
-rw-r--r--ASNMP/tests/Octet_Test.cpp5
-rw-r--r--ASNMP/tests/Oid_Test.cpp3
-rw-r--r--ASNMP/tests/Target_Test.cpp3
-rw-r--r--ASNMP/tests/Varbind_Test.cpp2
9 files changed, 18 insertions, 10 deletions
diff --git a/ASNMP/tests/Address_Test.cpp b/ASNMP/tests/Address_Test.cpp
index a10705ce78b..01347ae30e1 100644
--- a/ASNMP/tests/Address_Test.cpp
+++ b/ASNMP/tests/Address_Test.cpp
@@ -1,4 +1,3 @@
-/* -*- C++ -*- */
// $Id$
// ============================================================================
@@ -43,6 +42,8 @@ DAMAGES.
#include "asnmp/address.h"
#include "test_config.h"
+ACE_RCSID(tests, Address_Test, "$Id$")
+
// hack: do this so when linking SUNC 4.x compiler will instantiate template
#include "ace/Containers.h"
ACE_Unbounded_Set<ACE_Log_Msg*> x;
diff --git a/ASNMP/tests/Counter64_Test.cpp b/ASNMP/tests/Counter64_Test.cpp
index 506c8a85873..835bf193517 100644
--- a/ASNMP/tests/Counter64_Test.cpp
+++ b/ASNMP/tests/Counter64_Test.cpp
@@ -1,4 +1,3 @@
-/* -*- C++ -*- */
// $Id$
// ============================================================================
@@ -44,6 +43,8 @@ DAMAGES.
#include "asnmp/ctr64.h"
#include "test_config.h"
+ACE_RCSID(tests, Counter64_Test, "$Id$")
+
// hack: do this so when linking SUNC 4.x compiler will instantiate template
#include "ace/Containers.h"
ACE_Unbounded_Set<ACE_Log_Msg*> x;
diff --git a/ASNMP/tests/Counter_Test.cpp b/ASNMP/tests/Counter_Test.cpp
index 061f469f6a5..d7be4862ea7 100644
--- a/ASNMP/tests/Counter_Test.cpp
+++ b/ASNMP/tests/Counter_Test.cpp
@@ -1,4 +1,3 @@
-/* -*- C++ -*- */
// $Id$
// ============================================================================
@@ -43,6 +42,8 @@ DAMAGES.
#include "asnmp/counter.h"
#include "test_config.h"
+ACE_RCSID(tests, Counter_Test, "$Id$")
+
// hack: do this so when linking SUNC 4.x compiler will instantiate template
#include "ace/Containers.h"
ACE_Unbounded_Set<ACE_Log_Msg*> x;
diff --git a/ASNMP/tests/Gauge_Test.cpp b/ASNMP/tests/Gauge_Test.cpp
index 9594f9b3b4d..7c2faa436e2 100644
--- a/ASNMP/tests/Gauge_Test.cpp
+++ b/ASNMP/tests/Gauge_Test.cpp
@@ -1,4 +1,3 @@
-/* -*- C++ -*- */
// $Id$
// ============================================================================
@@ -42,6 +41,8 @@ DAMAGES.
#include "asnmp/gauge.h"
#include "test_config.h"
+ACE_RCSID(tests, Gauge_Test, "$Id$")
+
// hack: do this so when linking SUNC 4.x compiler will instantiate template
#include "ace/Containers.h"
ACE_Unbounded_Set<ACE_Log_Msg*> x;
diff --git a/ASNMP/tests/Integer_Test.cpp b/ASNMP/tests/Integer_Test.cpp
index c42afdc42ef..264bcef5529 100644
--- a/ASNMP/tests/Integer_Test.cpp
+++ b/ASNMP/tests/Integer_Test.cpp
@@ -1,4 +1,3 @@
-/* -*- C++ -*- */
// $Id$
// ============================================================================
@@ -44,6 +43,8 @@ DAMAGES.
#include "asnmp/integer.h"
#include "test_config.h"
+ACE_RCSID(tests, Integer_Test, "$Id$")
+
static long l = LONG_MAX, nl = LONG_MIN; // limits.h
static unsigned long ul = ULONG_MAX, def = 0;
static int i = INT_MAX, ni = INT_MIN;
diff --git a/ASNMP/tests/Octet_Test.cpp b/ASNMP/tests/Octet_Test.cpp
index 618893e57dd..1eb0c391763 100644
--- a/ASNMP/tests/Octet_Test.cpp
+++ b/ASNMP/tests/Octet_Test.cpp
@@ -1,5 +1,5 @@
-/* -*- C++ -*- */
// $Id$
+
// ============================================================================
//
// = LIBRARY
@@ -39,12 +39,13 @@ SOFTWARE INCLUDING WITHOUT LIMITATION, DIRECT, INDIRECT OR CONSEQUENTIAL
DAMAGES.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
-
#include "ace/OS.h"
#include "asnmp/octet.h"
#include "test_config.h"
+ACE_RCSID(tests, Octet_Test, "$Id$")
+
// hack: do this so when linking SUNC 4.x compiler will instantiate template
#include "ace/Containers.h"
ACE_Unbounded_Set<ACE_Log_Msg*> x;
diff --git a/ASNMP/tests/Oid_Test.cpp b/ASNMP/tests/Oid_Test.cpp
index 56af2271b3f..41c03a89585 100644
--- a/ASNMP/tests/Oid_Test.cpp
+++ b/ASNMP/tests/Oid_Test.cpp
@@ -1,4 +1,3 @@
-/* -*- C++ -*- */
// $Id$
// ============================================================================
@@ -43,6 +42,8 @@ DAMAGES.
#include "asnmp/oid.h"
#include "test_config.h"
+ACE_RCSID(tests, Oid_Test, "$Id$")
+
// hack: do this so when linking SUNC 4.x compiler will instantiate template
#include "ace/Containers.h"
ACE_Unbounded_Set<ACE_Log_Msg*> x;
diff --git a/ASNMP/tests/Target_Test.cpp b/ASNMP/tests/Target_Test.cpp
index d843057215d..a1ff8e1fb51 100644
--- a/ASNMP/tests/Target_Test.cpp
+++ b/ASNMP/tests/Target_Test.cpp
@@ -1,4 +1,3 @@
-/* -*- C++ -*- */
// $Id$
// ============================================================================
@@ -46,6 +45,8 @@ DAMAGES.
#include "asnmp/target.h"
#include "test_config.h"
+ACE_RCSID(tests, Target_Test, "$Id$")
+
// hack: do this so when linking SUNC 4.x compiler will instantiate template
#include "ace/Containers.h"
ACE_Unbounded_Set<ACE_Log_Msg*> x;
diff --git a/ASNMP/tests/Varbind_Test.cpp b/ASNMP/tests/Varbind_Test.cpp
index a4d9c77113a..46b38fd219d 100644
--- a/ASNMP/tests/Varbind_Test.cpp
+++ b/ASNMP/tests/Varbind_Test.cpp
@@ -1,4 +1,3 @@
-/* -*- C++ -*- */
// $Id$
// ============================================================================
@@ -46,6 +45,7 @@ DAMAGES.
#include "asnmp/vb.h"
#include "test_config.h"
+ACE_RCSID(tests, Varbind_Test, "$Id$")
// hack: do this so when linking SUNC 4.x compiler will instantiate template
#include "ace/Containers.h"