home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- x_CVAWASTEText.h
-
- Header File For CVAWASTEText Lower-Layer Panorama/EditText Class
-
- Copyright © 1996 Dan Crevier. All rights reserved.
-
- Generated by Visual Architect™
-
- This file is rewritten each time you generate code. You should not
- make changes to this file; changes should go in the My.h
- file, instead.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "_Pano.h" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "CWASTEText.h"
-
- class x_CVAWASTEText : public CWASTEText
- {
- public:
-
- TCL_DECLARE_CLASS
-
-
- /** Object I/O **/
- virtual void PutTo(CStream &aStream);
- virtual void GetFrom(CStream &aStream);
- };
-
-