home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------*/
- /* filename - nmstddlg.cpp */
- /* */
- /* defines the streamable names for classes */
- /* TFileInputLine, TSortedListBox, TFileInfoPane */
- /*------------------------------------------------------------*/
-
- /*------------------------------------------------------------*/
- /* */
- /* Turbo Vision - Version 1.0 */
- /* */
- /* */
- /* Copyright (c) 1991 by Borland International */
- /* All Rights Reserved. */
- /* */
- /*------------------------------------------------------------*/
-
- #define Uses_TFileInputLine
- #define Uses_TSortedListBox
- #define Uses_TFileInfoPane
- #include <tv.h>
-
- const char * const near TFileInputLine::name = "TFileInputLine";
- const char * const near TSortedListBox::name = "TSortedListBox";
- const char * const near TFileInfoPane::name = "TFileInfoPane";
-
-
-