Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / client_exp / clear_acl_dlg.h
blob94420c8c6a1f4e106ca3e3feec387e667ec924b7
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
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
8 */
10 class CClearAclDlg : public CDialog
12 // Construction
13 public:
14 CClearAclDlg(CWnd* pParent = NULL); // standard constructor
16 void GetSettings(BOOL& bNormal, BOOL& bNegative);
18 // Dialog Data
19 //{{AFX_DATA(CClearAclDlg)
20 enum { IDD = IDD_CLEAR_ACL };
21 BOOL m_bNegative;
22 BOOL m_bNormal;
23 //}}AFX_DATA
26 // Overrides
27 // ClassWizard generated virtual function overrides
28 //{{AFX_VIRTUAL(CClearAclDlg)
29 protected:
30 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
31 //}}AFX_VIRTUAL
33 // Implementation
34 protected:
36 // Generated message map functions
37 //{{AFX_MSG(CClearAclDlg)
38 // NOTE: the ClassWizard will add member functions here
39 //}}AFX_MSG
40 DECLARE_MESSAGE_MAP()