From 5657dca25451cfb63a90a3908db0c464fe3f343d Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期一, 29 三月 2021 14:16:49 +0800 Subject: [PATCH] add protobuf; refactor. --- utest/utest.cpp | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/utest/utest.cpp b/utest/utest.cpp index 89d1ea3..23af0b8 100644 --- a/utest/utest.cpp +++ b/utest/utest.cpp @@ -17,11 +17,16 @@ #include <sys/wait.h> using namespace std::chrono_literals; +using namespace bhome_msg; using namespace bhome_shm; using namespace boost::posix_time; auto Now = []() { return second_clock::universal_time(); }; +auto F() +{ + return [](){}; +} struct s1000 { char a[1000]; }; typedef std::function<void(void)> FuncVV; -- Gitblit v1.8.0