home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Think Class Libraries / WASTE TCL 2.0b2 / WASTE VA / Source / CVAWASTEDlgText.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-12  |  982 b   |  34 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CVAWASTEDlgText.h
  3.  
  4.                 Header for CVAWASTEDlgText DialogText Class
  5.     
  6.     Copyright © 1995 Dan Crevier. All rights reserved.
  7.  
  8.     Generated by Visual Architect™ 5:42 PM Sun, Nov 12, 1995
  9.  
  10.     This file is only generated once. You can modify it by filling
  11.     in the placeholder functions and adding any new functions you wish.
  12.  
  13.     If you change the name of the document class, a fresh version of this
  14.     file will be generated. If you have made any changes to the file
  15.     with the old name, you will have to copy those changes to the new
  16.     file by hand.
  17.  
  18.  ******************************************************************************/
  19.  
  20. #pragma once
  21.  
  22. #include "x_CVAWASTEDlgText.h"
  23.  
  24. class CVAWASTEDlgText : public x_CVAWASTEDlgText
  25. {
  26. public:
  27.  
  28.     TCL_DECLARE_CLASS
  29.  
  30.                                     /** Object I/O **/
  31.     virtual void        PutTo(CStream &aStream);
  32.     virtual void        GetFrom(CStream &aStream);
  33. };
  34.