home *** CD-ROM | disk | FTP | other *** search
- #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
-
- // **********************************************************************
-