home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- //
- // SVView.h : interface of the CSVViewerView class
- //
- /////////////////////////////////////////////////////////////////////////////
- //
- // (C) Copyright Black Diamond Consulting, Inc 1996. All rights reserved.
- //
- // You have a royalty-free right to use, modify, reproduce and
- // distribute the Sample Files (and/or any modified version) in
- // any way you find useful, provided that you agree that Black
- // Diamond Consulting has no warranty obligations or liability
- // for any Sample Application Files which are modified.
- //
- // Revision History:
- //
- /////////////////////////////////////////////////////////////////////////////
-
- #define __SVVIEW_H__
-
- #ifndef __CSURVIEW_H__
- #include "CSurView.h"
- #endif
-
- class CSVViewerView : public CSurroundView
- {
-
- protected: // create from serialization only
- CSVViewerView();
- DECLARE_DYNCREATE(CSVViewerView)
-
- virtual ISurround* GetISurround();
-
- //{{AFX_MSG(CSVViewerView)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- public:
- virtual ~CSVViewerView();
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSVViewerView)
- public:
- virtual void OnDraw( CDC* pDC ); // overridden to draw this view
- protected:
- //}}AFX_VIRTUAL
- };
-