/* * ===================================================================================== * * Filename: pubsub.h * * Description: * * Version: 1.0 * Created: 2021年03月24日 18时44分36秒 * Revision: none * Compiler: gcc * * Author: Li Chao (), * Organization: * * ===================================================================================== */ #ifndef PUBSUB_4KGRA997 #define PUBSUB_4KGRA997 #include "shm.h" namespace bhome_shm { bool Subscribe(const std::string &topic); } // namespace bhome_shm #endif // end of include guard: PUBSUB_4KGRA997