#if !defined(AFX_RASTERINETSINK_H__802536C1_7490_4583_AA40_D0AFCB069693__INCLUDED_) #define AFX_RASTERINETSINK_H__802536C1_7490_4583_AA40_D0AFCB069693__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // RasterInetSink.h : header file // class CNETCMDDlg; ///////////////////////////////////////////////////////////////////////////// // CRasterInetSink command target class CRasterInetSink : public CCmdTarget { DECLARE_DYNCREATE(CRasterInetSink) CRasterInetSink(); // protected constructor used by dynamic creation // Attributes public: CNETCMDDlg * m_pDlg; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRasterInetSink) public: virtual void OnFinalRelease(); //}}AFX_VIRTUAL // Implementation virtual ~CRasterInetSink(); protected: // Generated message map functions //{{AFX_MSG(CRasterInetSink) // NOTE - the ClassWizard will add and remove member functions here. afx_msg void OnInetReceiveBitmap(short, long); afx_msg void OnInetConnected(short); afx_msg void OnInetDisconnected(short); afx_msg void OnInetAccept(short); afx_msg void OnInetReceiveCmd(short, short, long, short, struct ILEADRasterInetPacket*, long, ILEADRasterVariant *); afx_msg void OnInetReceiveRsp(short, short, long, short, short, struct ILEADRasterInetPacket*, long, ILEADRasterVariant *); //}}AFX_MSG DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CRasterInetSink) // NOTE - the ClassWizard will add and remove member functions here. //}}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_RASTERINETSINK_H__802536C1_7490_4583_AA40_D0AFCB069693__INCLUDED_)