#if !defined(AFX_DICOMDSSINK_H__A7CEC94D_15CB_4C5E_B09C_52805AA66459__INCLUDED_) #define AFX_DICOMDSSINK_H__A7CEC94D_15CB_4C5E_B09C_52805AA66459__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DicomDSSink.h : header file // class CDICOMDlg; ///////////////////////////////////////////////////////////////////////////// // CDicomDSSink command target class CDicomDSSink : public CCmdTarget { DECLARE_DYNCREATE(CDicomDSSink) CDicomDSSink(); // protected constructor used by dynamic creation public: virtual ~CDicomDSSink(); // Attributes public: CDICOMDlg *m_pDlg; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDicomDSSink) public: virtual void OnFinalRelease(); //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDicomDSSink) // NOTE - the ClassWizard will add and remove member functions here. afx_msg void OnConformanceStatus(short iPercent); afx_msg void OnProgressStatus(short iPercent); //}}AFX_MSG DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CDicomDSSink) // 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_DICOMDSSINK_H__A7CEC94D_15CB_4C5E_B09C_52805AA66459__INCLUDED_)