diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-03 22:53:31 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-03 22:53:31 +0000 |
commit | e8bdecde1c53764f6aecb80b9efd067c705975ff (patch) | |
tree | 8c61c0ea61c45b84ea2231dfc1063f95fb359430 | |
parent | 0ba86fa78e328cee3d27ca3aad8ea96b65a1f60d (diff) | |
download | ATCD-e8bdecde1c53764f6aecb80b9efd067c705975ff.tar.gz |
Added ACE_RCSID to a couple of files in ASNMP/
-rw-r--r-- | ASNMP/ChangeLog | 6 | ||||
-rw-r--r-- | ASNMP/examples/get/get.cpp | 1 | ||||
-rw-r--r-- | ASNMP/examples/get/get_async.cpp | 4 |
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 // |