home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 9.ddi / TVSRC.ZIP / NMEDITOR.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  1.4 KB  |  32 lines

  1. /*------------------------------------------------------------*/
  2. /* filename -       nmeditor.cpp                              */
  3. /*                                                            */
  4. /* defines the streamable names for classes                   */
  5. /*   TIndicator, TEditor, TMemo, TFileEditor, TEditWindow     */
  6. /*------------------------------------------------------------*/
  7.  
  8. /*------------------------------------------------------------*/
  9. /*                                                            */
  10. /*    Turbo Vision -  Version 1.0                             */
  11. /*                                                            */
  12. /*                                                            */
  13. /*    Copyright (c) 1991 by Borland International             */
  14. /*    All Rights Reserved.                                    */
  15. /*                                                            */
  16. /*------------------------------------------------------------*/
  17.  
  18. #define Uses_TIndicator
  19. #define Uses_TEditor
  20. #define Uses_TMemo
  21. #define Uses_TFileEditor
  22. #define Uses_TEditWindow
  23. #include <tv.h>
  24.  
  25. const char * const near TIndicator::name = "TIndicator";
  26. const char * const near TEditor::name = "TEditor";
  27. const char * const near TMemo::name = "TMemo";
  28. const char * const near TFileEditor::name = "TFileEditor";
  29. const char * const near TEditWindow::name = "TEditWindow";
  30.  
  31.  
  32.