zhangmeng
2023-01-29 5fb901dd157b4a8bbfc3be916c6c1a9d02b5bfa6
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){}