]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5458] Dhcp6Hooks declaration is back in anonymous namespace.
authorMarcin Siodelski <marcin@isc.org>
Fri, 27 Apr 2018 09:06:23 +0000 (11:06 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 27 Apr 2018 09:06:23 +0000 (11:06 +0200)
src/bin/dhcp6/dhcp6_srv.cc

index 41a6340e06d4f343fb1c734172fe6b1eed01b131..473039ba55863cf5b73102934cf9bc75046ccfbb 100644 (file)
@@ -117,16 +117,12 @@ struct Dhcp6Hooks {
     }
 };
 
-} // end of anonymous namespace
-
 // Declare a Hooks object. As this is outside any function or method, it
 // will be instantiated (and the constructor run) when the module is loaded.
 // As a result, the hook indexes will be defined before any method in this
 // module is called.
 Dhcp6Hooks Hooks;
 
-namespace {
-
 /// @brief Creates instance of the Status Code option.
 ///
 /// This variant of the function is used when the Status Code option