BIND 10 trac1206, updated. e38010819247006d20532d24de8dd6c37e0ca664 [1206] somehow i lost some indentation. put it back

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Oct 3 16:36:52 UTC 2011


The branch, trac1206 has been updated
       via  e38010819247006d20532d24de8dd6c37e0ca664 (commit)
      from  00f4c38428153bb5ad99ba1cc40e9a204266dace (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e38010819247006d20532d24de8dd6c37e0ca664
Author: Jelte Jansen <jelte at isc.org>
Date:   Mon Oct 3 18:36:19 2011 +0200

    [1206] somehow i lost some indentation. put it back

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/factory.h |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/factory.h b/src/lib/datasrc/factory.h
index c3147c8..8db9ec9 100644
--- a/src/lib/datasrc/factory.h
+++ b/src/lib/datasrc/factory.h
@@ -39,9 +39,9 @@ public:
 ///        implementation library
 class DataSourceLibrarySymbolError : public DataSourceError {
 public:
-DataSourceLibrarySymbolError(const char* file, size_t line,
-                             const char* what) :
-    DataSourceError(file, line, what) {}
+    DataSourceLibrarySymbolError(const char* file, size_t line,
+                                 const char* what) :
+        DataSourceError(file, line, what) {}
 };
 
 /// \brief Raised if the given config contains bad data
@@ -50,12 +50,12 @@ DataSourceLibrarySymbolError(const char* file, size_t line,
 /// instance, the sqlite3 datasource needs a database file).
 class DataSourceConfigError : public DataSourceError {
 public:
-DataSourceConfigError(const char* file, size_t line, const char* what) :
-    DataSourceError(file, line, what) {}
-// This exception is created in the dynamic modules. Apparently
-// sunstudio can't handle it if we then automatically derive the
-// destructor, so we provide it explicitely
-~DataSourceConfigError() throw() {}
+    DataSourceConfigError(const char* file, size_t line, const char* what) :
+        DataSourceError(file, line, what) {}
+    // This exception is created in the dynamic modules. Apparently
+    // sunstudio can't handle it if we then automatically derive the
+    // destructor, so we provide it explicitely
+    ~DataSourceConfigError() throw() {}
 };
 
 typedef DataSourceClient* ds_creator(isc::data::ConstElementPtr config);




More information about the bind10-changes mailing list