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 >
C/C++ Source or Header  |  1999-06-03  |  657b  |  18 lines

  1. #include <TcPsForm.hpp>
  2. #include <TcReport.hpp>
  3.  
  4. // **********************************************************************
  5. class TC_CPsReportClient 
  6.     : public TC_CReportClient
  7. {
  8. private:  TC_CPsTxContext* m_TxCxt ;
  9. public:   TC_CPsReportClient (HWND parent, EMode mode, TC_CReportClient **thisPtr)  ;
  10. protected: virtual TC_CReportClient* Clone (HWND parent, EMode mode, TC_CReportClient **var)  ;
  11. protected:  BOOL Ev_RptClient (TC_EvRptClient *ev)  ;
  12. protected:  BOOL On_ThreadEnter ()  ;
  13. protected:  BOOL On_ThreadExit ()  ;
  14.  
  15. }; // end of class TC_CPsReportClient
  16.  
  17. // **********************************************************************
  18.