[svn] commit: r3909 - /trunk/src/lib/dns/masterload.h

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Dec 21 08:07:51 UTC 2010


Author: jinmei
Date: Tue Dec 21 08:07:50 2010
New Revision: 3909

Log:
a cleanup fix: missing namespace prefix.
should be trivial, skipping review.

Modified:
    trunk/src/lib/dns/masterload.h

Modified: trunk/src/lib/dns/masterload.h
==============================================================================
--- trunk/src/lib/dns/masterload.h (original)
+++ trunk/src/lib/dns/masterload.h Tue Dec 21 08:07:50 2010
@@ -30,7 +30,7 @@
 
 /// \brief An exception that is thrown if an error occurs while loading a
 /// master zone data.
-class MasterLoadError : public Exception {
+class MasterLoadError : public isc::Exception {
 public:
     MasterLoadError(const char* file, size_t line, const char* what) :
         isc::Exception(file, line, what) {}




More information about the bind10-changes mailing list