helloByeProtoStatic.cpp
Go to the documentation of this file.
1 #include "helloByeProto.hpp"
2 
3 #include <mutex>
4 
5 /*
6  * ===================================
7  * Define Client config singleton
8  * ===================================
9  *
10  */
11 
12 HelloBye::HelloByeClientConfig *HelloBye::HelloByeClientConfig::instance = nullptr;
13 std::mutex HelloBye::HelloByeClientConfig::mtx;