From 8808689fe340bec6e90ab13dd502292b0579cf1f Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 08 Dec 2012 21:19:17 +0000 Subject: initial osx port Signed-off-by: Michael Krelin --- (limited to 'ConfirmRRQDlg.h') diff --git a/ConfirmRRQDlg.h b/ConfirmRRQDlg.h deleted file mode 100644 index 465d438..0000000 --- a/ConfirmRRQDlg.h +++ b/dev/null @@ -1,39 +0,0 @@ -// ConfirmRRQDlg.h : header file -// - -///////////////////////////////////////////////////////////////////////////// -// CConfirmRRQDlg dialog - -class CRRQSocket; -class CConfirmRRQDlg : public CDialog -{ -// Construction -public: - CRRQSocket * m_Daddy; - CConfirmRRQDlg(CWnd* pParent = NULL); // standard constructor - -// Dialog Data - //{{AFX_DATA(CConfirmRRQDlg) - enum { IDD = IDD_CONFIRM_RRQ }; - CString m_File; - CString m_Host; - //}}AFX_DATA - - -// Overrides - // ClassWizard generated virtual function overrides - //{{AFX_VIRTUAL(CConfirmRRQDlg) - protected: - virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support - //}}AFX_VIRTUAL - -// Implementation -protected: - - // Generated message map functions - //{{AFX_MSG(CConfirmRRQDlg) - virtual BOOL OnInitDialog(); - afx_msg void OnTimer(UINT nIDEvent); - //}}AFX_MSG - DECLARE_MESSAGE_MAP() -}; -- cgit v0.9.0.2