mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-02 19:48:03 +00:00
Adding iptocountry
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
// Arilia Wireless Inc.
|
||||
//
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include "Poco/Util/Application.h"
|
||||
#include "Poco/Util/Option.h"
|
||||
#include "Poco/Environment.h"
|
||||
@@ -18,6 +17,7 @@
|
||||
#include "SerialNumberCache.h"
|
||||
#include "JobController.h"
|
||||
#include "WebSocketClientServer.h"
|
||||
#include "FindCountry.h"
|
||||
|
||||
namespace OpenWifi {
|
||||
class Daemon *Daemon::instance_ = nullptr;
|
||||
@@ -35,7 +35,8 @@ namespace OpenWifi {
|
||||
SerialNumberCache(),
|
||||
AutoDiscovery(),
|
||||
JobController(),
|
||||
WebSocketClientServer()
|
||||
WebSocketClientServer(),
|
||||
FindCountryFromIP()
|
||||
});
|
||||
}
|
||||
return instance_;
|
||||
|
||||
Reference in New Issue
Block a user