home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / MINICOMP.H < prev    next >
C/C++ Source or Header  |  1997-02-14  |  744b  |  18 lines

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //-------------------------------------------------------------------------
  6. //    minicomp.h - uses the TCounter example component
  7. //-------------------------------------------------------------------------
  8. #include "counter.h"
  9. //-------------------------------------------------------------------------
  10. class TExample
  11. {
  12. private:
  13.   void MultipleReached(TCounter *Sender);
  14. public:
  15.   TExample();
  16. };
  17. //-------------------------------------------------------------------------
  18.