home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 10.ddi / TVSRC.ZIP / NMVIEW.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  1015 b   |  21 lines

  1. /*------------------------------------------------------------*/
  2. /* filename -       nmview.cpp                                */
  3. /*                                                            */
  4. /* defines the streamable name for class TView                */
  5. /*------------------------------------------------------------*/
  6.  
  7. /*------------------------------------------------------------*/
  8. /*                                                            */
  9. /*    Turbo Vision -  Version 1.0                             */
  10. /*                                                            */
  11. /*                                                            */
  12. /*    Copyright (c) 1991 by Borland International             */
  13. /*    All Rights Reserved.                                    */
  14. /*                                                            */
  15. /*------------------------------------------------------------*/
  16.  
  17. #define Uses_TView
  18. #include <tv.h>
  19.  
  20. const char * const near TView::name = "TView";
  21.