Windows: Mount Point and Symlink Overlay Icons
[openafs.git] / src / WINNT / client_exp / clear_acl_dlg.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  *
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  */
9
10 class CClearAclDlg : public CDialog
11 {
12 // Construction
13 public:
14         CClearAclDlg(CWnd* pParent = NULL);   // standard constructor
15
16         void GetSettings(BOOL& bNormal, BOOL& bNegative);
17
18 // Dialog Data
19         //{{AFX_DATA(CClearAclDlg)
20         enum { IDD = IDD_CLEAR_ACL };
21         BOOL    m_bNegative;
22         BOOL    m_bNormal;
23         //}}AFX_DATA
24
25
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
32
33 // Implementation
34 protected:
35
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()
41 };