diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-03 13:14:01 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-03 13:14:01 +0000 |
commit | 471007eb302cba3b141b8b37d4ea4649ad6cfbf9 (patch) | |
tree | 9629b096adc3bdd79c9a509c8dffe1ef8d87e276 /ASNMP/asnmp/oid.h | |
parent | c18185998d2ea65475122f96999b9afc37d968ea (diff) | |
download | ATCD-471007eb302cba3b141b8b37d4ea4649ad6cfbf9.tar.gz |
ChangeLogTag: Wed Nov 3 07:13:19 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ASNMP/asnmp/oid.h')
-rw-r--r-- | ASNMP/asnmp/oid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ASNMP/asnmp/oid.h b/ASNMP/asnmp/oid.h index fd198c04073..7de02013ef4 100644 --- a/ASNMP/asnmp/oid.h +++ b/ASNMP/asnmp/oid.h @@ -117,7 +117,7 @@ public: void trim( const size_t how_many = 1); // trim off the n rightmost values of an oid - int suboid(Oid& oid, size_t start = 0, size_t how_many = -1); + int suboid(Oid& oid, size_t start = 0, size_t how_many = size_t (-1)); // the equivalent of a substr(new_str, 0, 1) int left_comparison( const unsigned long n, const Oid &o) const; |