13 lines
165 B
C
13 lines
165 B
C
|
#ifndef CSIMPLEDELEGATE_H
|
||
|
#define CSIMPLEDELEGATE_H
|
||
|
|
||
|
|
||
|
class CSimpleDelegate
|
||
|
{
|
||
|
public:
|
||
|
CSimpleDelegate();
|
||
|
~CSimpleDelegate();
|
||
|
};
|
||
|
|
||
|
#endif // CSIMPLEDELEGATE_H
|