diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-05-06 18:06:54 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-05-06 18:06:54 +0000 |
commit | 4aeda0de2db6071d195c455dab617cd6a2aa17b5 (patch) | |
tree | 0849f9307cbe847ede592b859cd2fa53c511d385 /ASNMP | |
parent | d2d63c1b0a11e71a4274c135659922936b601a2c (diff) | |
download | ATCD-4aeda0de2db6071d195c455dab617cd6a2aa17b5.tar.gz |
ChangeLogTag:Thu May 6 11:05:01 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ASNMP')
-rw-r--r-- | ASNMP/asnmp/ChangeLog | 6 | ||||
-rw-r--r-- | ASNMP/asnmp/gauge.h | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ASNMP/asnmp/ChangeLog b/ASNMP/asnmp/ChangeLog index 29c3bd70fa0..c85b457f2fd 100644 --- a/ASNMP/asnmp/ChangeLog +++ b/ASNMP/asnmp/ChangeLog @@ -1,3 +1,9 @@ +Thu May 6 11:05:01 2004 Ossama Othman <ossama@dre.vanderbilt.edu> + + * gauge.h: + + Nuked trailing white space. + Fri Apr 23 11:23:21 2004 Ossama Othman <ossama@dre.vanderbilt.edu> * oid.cpp: diff --git a/ASNMP/asnmp/gauge.h b/ASNMP/asnmp/gauge.h index 845781c41ad..882a6f87c93 100644 --- a/ASNMP/asnmp/gauge.h +++ b/ASNMP/asnmp/gauge.h @@ -77,4 +77,3 @@ class ASNMP_Export Gauge32: public SnmpUInt32 // copy an instance of this Value }; #endif //GAUGE_ - |