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 / x_CVAWASTEText.h < prev   
Encoding:
C/C++ Source or Header  |  1996-06-16  |  920 b   |  36 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  x_CVAWASTEText.h
  3.  
  4.             Header File For CVAWASTEText Lower-Layer Panorama/EditText Class
  5.     
  6.     Copyright © 1996 Dan Crevier. All rights reserved.
  7.  
  8.     Generated by Visual Architect™
  9.  
  10.     This file is rewritten each time you generate code. You should not
  11.     make changes to this file; changes should go in the My.h
  12.     file, instead.
  13.  
  14.     If you want to change how Visual Architect generates this file, you can
  15.     change the template for this file. It is "_Pano.h" in the Visual Architect
  16.     Templates folder.
  17.  
  18.  ******************************************************************************/
  19.  
  20. #pragma once
  21.  
  22. #include "CWASTEText.h"
  23.  
  24. class x_CVAWASTEText : public CWASTEText
  25. {
  26. public:
  27.  
  28.     TCL_DECLARE_CLASS
  29.  
  30.  
  31.                                     /** Object I/O **/
  32.     virtual void        PutTo(CStream &aStream);
  33.     virtual void        GetFrom(CStream &aStream);
  34. };
  35.  
  36.