home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / MINICOMP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-24  |  486 b   |  14 lines

  1. //-------------------------------------------------------------------------
  2. //    minicomp.h - uses the TCounter example component
  3. //-------------------------------------------------------------------------
  4. #include "counter.h"
  5. //-------------------------------------------------------------------------
  6. class TExample
  7. {
  8. private:
  9.   void MultipleReached(TCounter *Sender);
  10. public:
  11.   TExample();
  12. };
  13. //-------------------------------------------------------------------------
  14.