From 0902828269fb1a42ed23c208fd61bac76aaddc13 Mon Sep 17 00:00:00 2001 From: levine Date: Tue, 20 Oct 1998 02:34:57 +0000 Subject: changed include protection from #if !defined to ifndef, and added #pragma once, if possible --- ASNMP/asnmp/counter.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'ASNMP/asnmp/counter.h') diff --git a/ASNMP/asnmp/counter.h b/ASNMP/asnmp/counter.h index a4cac10eec7..2b0f79807f3 100644 --- a/ASNMP/asnmp/counter.h +++ b/ASNMP/asnmp/counter.h @@ -14,23 +14,23 @@ // Class definition for SMI Counter32 class. // // = AUTHOR -// Peter E Mellquist +// Peter E Mellquist // // ============================================================================ /*=================================================================== Copyright (c) 1996 Hewlett-Packard Company - + ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS. - Permission to use, copy, modify, distribute and/or sell this software - and/or its documentation is hereby granted without fee. User agrees - to display the above copyright notice and this license notice in all - copies of the software and any documentation of the software. User - agrees to assume all liability for the use of the software; Hewlett-Packard - makes no representations about the suitability of this software for any - purpose. It is provided "AS-IS without warranty of any kind,either express - or implied. User hereby grants a royalty-free license to any and all - derivatives based upon this software code base. + Permission to use, copy, modify, distribute and/or sell this software + and/or its documentation is hereby granted without fee. User agrees + to display the above copyright notice and this license notice in all + copies of the software and any documentation of the software. User + agrees to assume all liability for the use of the software; Hewlett-Packard + makes no representations about the suitability of this software for any + purpose. It is provided "AS-IS without warranty of any kind,either express + or implied. User hereby grants a royalty-free license to any and all + derivatives based upon this software code base. =====================================================================*/ #include "asnmp/smival.h" @@ -46,9 +46,9 @@ class ACE_Export Counter32: public SnmpUInt32 // = TITLE - // Defines the member functions for the Counter32 concrete class + // Defines the member functions for the Counter32 concrete class // This class implements RFC 1155 Counter Object and is named - // Counter32 after the RFC1902 redefinition of V1 SMI datatypes + // Counter32 after the RFC1902 redefinition of V1 SMI datatypes { public: Counter32( const unsigned long i = 0); -- cgit v1.2.1