// // ****************************************************************** // // /\ /| @File XXXDecoder.h // // \ V/ @Brief // // | "") @Author lijinwen, ghz005@uni-trend.com.cn // // / | @Creation 2024-07-16 // // / \\ @Modified 2024-07-16 // // *(__\_\ // // ****************************************************************** #pragma once #include "../BaseHelper//common_helper.h" namespace Protocol { class XXXDecoder { public: private: bool* is_cancel_ptr_; }; }