blob: 6a423bf216e9b42bdaba4df23d25400e4eabc1c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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
|