[svn] commit: r583 - /branches/parkinglot/src/lib/dns/cpp/rrset.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jan 28 07:48:56 UTC 2010
Author: jinmei
Date: Thu Jan 28 07:48:55 2010
New Revision: 583
Log:
removed redundant namespace prefixes
Modified:
branches/parkinglot/src/lib/dns/cpp/rrset.cc
Modified: branches/parkinglot/src/lib/dns/cpp/rrset.cc
==============================================================================
--- branches/parkinglot/src/lib/dns/cpp/rrset.cc (original)
+++ branches/parkinglot/src/lib/dns/cpp/rrset.cc Thu Jan 28 07:48:55 2010
@@ -110,7 +110,7 @@
RRClass rrclass_;
RRType rrtype_;
RRTTL ttl_;
- std::vector<rdata::RdataPtr> rdatalist_;
+ vector<RdataPtr> rdatalist_;
};
BasicRRset::BasicRRset(const Name& name, const RRClass& rrclass,
More information about the bind10-changes
mailing list