#if !defined(AFX_RASTERPROCSINK_H__6729A00E_84B4_4ECC_9513_1ACE2B69050F__INCLUDED_) #define AFX_RASTERPROCSINK_H__6729A00E_84B4_4ECC_9513_1ACE2B69050F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RasterProcSink.h : header file // ///////////////////////////////////////////////////////////////////////////// // CRasterProcSink command target class CRGSMRKView; class CRasterProcSink : public CCmdTarget { DECLARE_DYNCREATE(CRasterProcSink) CRasterProcSink(); // protected constructor used by dynamic creation CRGSMRKView *m_pView; // Attributes public: // Operations public: virtual ~CRasterProcSink(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRasterProcSink) public: virtual void OnFinalRelease(); afx_msg int OnProgressStatus(short iPercent); //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CRasterProcSink) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CRasterProcSink) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_DISPATCH DECLARE_DISPATCH_MAP() DECLARE_INTERFACE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RASTERPROCSINK_H__6729A00E_84B4_4ECC_9513_1ACE2B69050F__INCLUDED_)