home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
Software
/
TemaCD
/
tcvpa
/
data1.cab
/
MyFileGroup
/
INCLUDE
/
tcPsRprt.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
1999-06-03
|
657b
|
18 lines
#include <TcPsForm.hpp>
#include <TcReport.hpp>
// **********************************************************************
class TC_CPsReportClient
: public TC_CReportClient
{
private: TC_CPsTxContext* m_TxCxt ;
public: TC_CPsReportClient (HWND parent, EMode mode, TC_CReportClient **thisPtr) ;
protected: virtual TC_CReportClient* Clone (HWND parent, EMode mode, TC_CReportClient **var) ;
protected: BOOL Ev_RptClient (TC_EvRptClient *ev) ;
protected: BOOL On_ThreadEnter () ;
protected: BOOL On_ThreadExit () ;
}; // end of class TC_CPsReportClient
// **********************************************************************