[svn] commit: r623 - /experiments/each-query/src/lib/dns/cpp/rrset.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 29 01:58:49 UTC 2010
Author: jelte
Date: Fri Jan 29 01:58:48 2010
New Revision: 623
Log:
make RRsetList a vector of RRsetPtr instead of RRset
Modified:
experiments/each-query/src/lib/dns/cpp/rrset.h
Modified: experiments/each-query/src/lib/dns/cpp/rrset.h
==============================================================================
--- experiments/each-query/src/lib/dns/cpp/rrset.h (original)
+++ experiments/each-query/src/lib/dns/cpp/rrset.h Fri Jan 29 01:58:48 2010
@@ -39,7 +39,7 @@
typedef boost::shared_ptr<AbstractRRset> RRsetPtr;
class BasicRRset;
typedef BasicRRset RRset;
-typedef std::vector<RRset> RRsetList;
+typedef std::vector<RRsetPtr> RRsetList;
class BasicRRsetImpl;
More information about the bind10-changes
mailing list