summaryrefslogtreecommitdiff
path: root/ASNMP/asnmp/counter.h
diff options
context:
space:
mode:
authormrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-30 21:22:16 +0000
committermrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-30 21:22:16 +0000
commit31fd13eb494cb380d424f94308580f4c06ba707f (patch)
tree2f784a01dbe848bcc9119f360729a336ee4a44b5 /ASNMP/asnmp/counter.h
parentbab3462184329768ab6c4ba2998f1aeacd79dce4 (diff)
downloadATCD-31fd13eb494cb380d424f94308580f4c06ba707f.tar.gz
Add rcs ident string to header files, add transaction_result.h
Diffstat (limited to 'ASNMP/asnmp/counter.h')
-rw-r--r--ASNMP/asnmp/counter.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ASNMP/asnmp/counter.h b/ASNMP/asnmp/counter.h
index 368cf983c90..a4cac10eec7 100644
--- a/ASNMP/asnmp/counter.h
+++ b/ASNMP/asnmp/counter.h
@@ -1,6 +1,7 @@
/* -*-C++-*- */
-#ifndef _COUNTER
-#define _COUNTER
+// $Id$
+#ifndef COUNTER_
+#define COUNTER_
// ============================================================================
//
// = LIBRARY
@@ -75,4 +76,4 @@ class ACE_Export Counter32: public SnmpUInt32
// otherwise, behave like an unsigned long int
};
-#endif // _COUNTER
+#endif // COUNTER_