#ifndef D_T_PLTCHG_H #define D_T_PLTCHG_H #include "d/t/d_tg.h" class dTgPltchg_c : public dTg_c { public: dTgPltchg_c() {} virtual ~dTgPltchg_c() {} private: }; #endif