From b17da1c5f8811292d066708d54f5800dd002f21b Mon Sep 17 00:00:00 2001 From: gonzo Date: Mon, 3 Aug 1998 22:53:31 +0000 Subject: Added ACE_RCSID to a couple of files in ASNMP/ --- ASNMP/ChangeLog | 6 ++++++ ASNMP/examples/get/get.cpp | 1 + ASNMP/examples/get/get_async.cpp | 4 +++- 3 files changed, 10 insertions(+), 1 deletion(-) (limited to 'ASNMP') 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 + + * examples/get/get_async.cpp: + * examples/get/get.cpp: + Added ACE_RCSID to these files. + Fri Jul 31 19:26:07 1998 Gonzalo Diethelm * 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 // -- cgit v1.2.1