home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / VisualProgrammingArmoury / data1.cab / MyFileGroup / INCLUDE / tcPsRprt.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-06-23  |  663 b   |  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.