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