#if !defined(AFX_SAMPLEZONESINK_H__04574168_2C0A_42A6_BDA2_60C93A6A2111__INCLUDED_) #define AFX_SAMPLEZONESINK_H__04574168_2C0A_42A6_BDA2_60C93A6A2111__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SampleZoneSink.h : header file // class CMSVC5OCRView; ///////////////////////////////////////////////////////////////////////////// // CSampleZoneSink command target class CSampleZoneSink : public CCmdTarget { DECLARE_DYNCREATE(CSampleZoneSink) CSampleZoneSink(); // protected constructor used by dynamic creation // Attributes public: CMSVC5OCRView* m_pView; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSampleZoneSink) public: virtual void OnFinalRelease(); //}}AFX_VIRTUAL // Implementation virtual ~CSampleZoneSink(); protected: // Generated message map functions //{{AFX_MSG(CSampleZoneSink) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG afx_msg void OnVerification(short iZoneIndex, BSTR bstrWord); DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CSampleZoneSink) // 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_SAMPLEZONESINK_H__04574168_2C0A_42A6_BDA2_60C93A6A2111__INCLUDED_)