[svn] commit: r895 - /branches/each-ds/src/lib/dns/cpp/rrsetlist.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Feb 20 07:08:58 UTC 2010
Author: each
Date: Sat Feb 20 07:08:58 2010
New Revision: 895
Log:
missed something in the previous commit
Modified:
branches/each-ds/src/lib/dns/cpp/rrsetlist.h
Modified: branches/each-ds/src/lib/dns/cpp/rrsetlist.h
==============================================================================
--- branches/each-ds/src/lib/dns/cpp/rrsetlist.h (original)
+++ branches/each-ds/src/lib/dns/cpp/rrsetlist.h Sat Feb 20 07:08:58 2010
@@ -46,7 +46,6 @@
std::vector<RRsetPtr> get() { return (rrsets_); }
const RRsetPtr operator[](size_t i) { return (rrsets_[i]); }
- const RRsetPtr operator[](RRType& t) { return this->findRRset(t); }
const RRsetPtr operator[](RRType t) { return this->findRRset(t); }
typedef std::vector<RRsetPtr>::const_iterator const_iterator;
More information about the bind10-changes
mailing list