mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 19:17:47 +00:00
Adding removal subscriber
This commit is contained in:
@@ -82,8 +82,8 @@ using namespace std::chrono_literals;
|
|||||||
|
|
||||||
#include "ow_version.h"
|
#include "ow_version.h"
|
||||||
|
|
||||||
// #define _OWDEBUG_ std::cout<< __FILE__ <<":" << __LINE__ << std::endl;
|
#define _OWDEBUG_ std::cout<< __FILE__ <<":" << __LINE__ << std::endl;
|
||||||
#define _OWDEBUG_ Logger().debug(Poco::format("%s: %lu",__FILE__,__LINE__));
|
// #define _OWDEBUG_ Logger().debug(Poco::format("%s: %lu",__FILE__,__LINE__));
|
||||||
namespace OpenWifi {
|
namespace OpenWifi {
|
||||||
|
|
||||||
inline uint64_t Now() { return std::time(nullptr); };
|
inline uint64_t Now() { return std::time(nullptr); };
|
||||||
|
|||||||
Reference in New Issue
Block a user