zhangmeng
2023-03-01 777333ff834744ac5665fa9abe5ec6373d25cda8
main.cpp
@@ -4,13 +4,14 @@
#include <string>
#include <thread>
#include <memory>
using namespace std;
#include "cbhomeclient.h"
#include "message.h"
// #include "3rdparty/bus_nng/bn_api.h"
#include "bhome_msg_api.pb.h"
using namespace std;
using namespace bhome_msg;
template <class F> void ignoref(F&& f){}