using namespace isc::dhcp;
namespace isc {
+namespace dhcp {
void
IfaceMgr::detectIfaces() {
return (true); // pretend that we have everything set up for reception.
}
-}
+} // end of isc::dhcp namespace
+} // end of dhcp namespace
#endif
} // end of anonymous namespace
namespace isc {
-
namespace dhcp {
/// @brief Detect available interfaces on Linux systems.
using namespace isc::dhcp;
namespace isc {
+namespace isc::dhcp {
void
IfaceMgr::detectIfaces() {
return (true); // pretend that we have everything set up for reception.
}
-}
+} // end of isc::dhcp namespace
+} // end of dhcp namespace
#endif