home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 535 / sinplong.cpp < prev    next >
C/C++ Source or Header  |  1992-11-19  |  659b  |  19 lines

  1. /*------------------------------------------------------------*/
  2. /* filename -       sinplong.cpp                              */
  3. /*                                                            */
  4. /* Registeration object for the class TInputLong              */
  5. /*------------------------------------------------------------*/
  6.  
  7. #define Uses_TInputLong
  8. #define Uses_TInputLine
  9. #define Uses_TStreamableClass
  10. #include <tv.h>
  11. #include "tinplong.h"
  12. __link( RInputLine)
  13.  
  14. TStreamableClass RInputLong( TInputLong::name,
  15.                               TInputLong::build,
  16.                               __DELTA(TInputLong)
  17.                             );
  18.  
  19.