summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-03 22:53:31 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-03 22:53:31 +0000
commitb17da1c5f8811292d066708d54f5800dd002f21b (patch)
tree8c61c0ea61c45b84ea2231dfc1063f95fb359430 /ASNMP
parentb154a8cf969a83e3703ca0b12009a4e60d85a22f (diff)
downloadATCD-b17da1c5f8811292d066708d54f5800dd002f21b.tar.gz
Added ACE_RCSID to a couple of files in ASNMP/
Diffstat (limited to 'ASNMP')
-rw-r--r--ASNMP/ChangeLog6
-rw-r--r--ASNMP/examples/get/get.cpp1
-rw-r--r--ASNMP/examples/get/get_async.cpp4
3 files changed, 10 insertions, 1 deletions
diff --git a/ASNMP/ChangeLog b/ASNMP/ChangeLog
index f59ec82ca2b..6a031edadbe 100644
--- a/ASNMP/ChangeLog
+++ b/ASNMP/ChangeLog
@@ -1,3 +1,9 @@
+Mon Aug 3 17:50:08 1998 Gonzalo Diethelm <gonzo@tango.cs.wustl.edu>
+
+ * examples/get/get_async.cpp:
+ * examples/get/get.cpp:
+ Added ACE_RCSID to these files.
+
Fri Jul 31 19:26:07 1998 Gonzalo Diethelm <gonzo@tango.cs.wustl.edu>
* examples/Makefile:
diff --git a/ASNMP/examples/get/get.cpp b/ASNMP/examples/get/get.cpp
index 31d37bf1774..5c05bd5eac5 100644
--- a/ASNMP/examples/get/get.cpp
+++ b/ASNMP/examples/get/get.cpp
@@ -17,6 +17,7 @@
// Michael R MacFaden mrm@cisco.com rework API/ACE integration
//
// ============================================================================
+
/*===================================================================
Copyright (c) 1996
Hewlett-Packard Company
diff --git a/ASNMP/examples/get/get_async.cpp b/ASNMP/examples/get/get_async.cpp
index f8759a8c883..1c699a331cd 100644
--- a/ASNMP/examples/get/get_async.cpp
+++ b/ASNMP/examples/get/get_async.cpp
@@ -1,4 +1,3 @@
-/* -*-C++-*- */
// ============================================================================
// $Id$
// = LIBRARY
@@ -16,6 +15,7 @@
// Michael R MacFaden mrm@cisco.com rework API/ACE integration
//
// ============================================================================
+
/*===================================================================
Copyright (c) 1996
Hewlett-Packard Company
@@ -35,6 +35,8 @@
#include "asnmp/snmp.h"
#include "ace/Get_Opt.h"
+ACE_RCSID(get, get_async, "$Id$")
+
//
// SNMPv1 Get Application
//