1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef D_T_FENCE_SYNCHRONIZER_H #define D_T_FENCE_SYNCHRONIZER_H #include "d/t/d_tg.h" class dTgFenceSynchronizer_c : public dTg_c { public: dTgFenceSynchronizer_c(); virtual ~dTgFenceSynchronizer_c(); private: }; #endif