#if !defined(AFX_RASSINK_H__E7AC1194_64B7_4B38_A4AB_817477F73393__INCLUDED_) #define AFX_RASSINK_H__E7AC1194_64B7_4B38_A4AB_817477F73393__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // RasSink.h : header file // //#ifndef _CRasterODBCSink_ //#define _CRasterODBCSink_ ///////////////////////////////////////////////////////////////////////////// // CRasterODBCSink command target class CLtcdbView; class CRasterODBCSink : public CCmdTarget { DECLARE_DYNCREATE(CRasterODBCSink) CRasterODBCSink(); // protected constructor used by dynamic creation // Attributes public: CLtcdbView *m_pView; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRasterODBCSink) public: virtual void OnFinalRelease(); //}}AFX_VIRTUAL // Implementation virtual ~CRasterODBCSink(); protected: // Generated message map functions //afx_msg void OnChange(); //{{AFX_MSG(CRasterODBCSink) //}}AFX_MSG DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CRasterODBCSink) afx_msg void OnChange(); //}}AFX_DISPATCH DECLARE_DISPATCH_MAP() DECLARE_INTERFACE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RASSINK_H__E7AC1194_64B7_4B38_A4AB_817477F73393__INCLUDED_) //#endif