[svn] commit: r725 - /branches/parkinglot/src/lib/dns/cpp/rdata/template.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 5 00:40:53 UTC 2010
Author: jinmei
Date: Fri Feb 5 00:40:53 2010
New Revision: 725
Log:
minor editorial fix
Modified:
branches/parkinglot/src/lib/dns/cpp/rdata/template.cc
Modified: branches/parkinglot/src/lib/dns/cpp/rdata/template.cc
==============================================================================
--- branches/parkinglot/src/lib/dns/cpp/rdata/template.cc (original)
+++ branches/parkinglot/src/lib/dns/cpp/rdata/template.cc Fri Feb 5 00:40:53 2010
@@ -34,7 +34,7 @@
// If you added member functions specific to this derived class, you'll need
// to implement them here, of course.
-MyType::MyType(const std::string& type_str)
+MyType::MyType(const string& type_str)
{
}
@@ -42,7 +42,7 @@
{
}
-MyType::MyType(const MyType& other)
+MyType::MyType(const MyType& source)
{
}
More information about the bind10-changes
mailing list