2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 class CCopyAclDlg
: public CDialog
18 CCopyAclDlg(CWnd
* pParent
= NULL
); // standard constructor
20 const CString
& GetToDir() { return m_strToDir
; }
21 BOOL
GetClear() { return m_bClear
; }
23 void SetFromDir(const CString
& strFromDir
) { m_strFromDir
= strFromDir
; }
26 //{{AFX_DATA(CCopyAclDlg)
27 enum { IDD
= IDD_COPY_ACL
};
36 // ClassWizard generated virtual function overrides
37 //{{AFX_VIRTUAL(CCopyAclDlg)
39 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
45 // Generated message map functions
46 //{{AFX_MSG(CCopyAclDlg)
48 virtual BOOL
OnInitDialog();
49 afx_msg
void OnChangeToDir();
50 afx_msg
void OnBrowse();
51 afx_msg
void OnHelp();