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
15 #include <afs/param.h>
19 #include "afs_shl_ext.h"
20 #include "clear_acl_dlg.h"
25 static char THIS_FILE
[] = __FILE__
;
28 /////////////////////////////////////////////////////////////////////////////
29 // CClearAclDlg dialog
32 CClearAclDlg::CClearAclDlg(CWnd
* pParent
/*=NULL*/)
35 InitModalIndirect (TaLocale_GetDialogResource (CClearAclDlg::IDD
), pParent
);
37 //{{AFX_DATA_INIT(CClearAclDlg)
44 void CClearAclDlg::DoDataExchange(CDataExchange
* pDX
)
46 CDialog::DoDataExchange(pDX
);
47 //{{AFX_DATA_MAP(CClearAclDlg)
48 DDX_Check(pDX
, IDC_NEGATIVE
, m_bNegative
);
49 DDX_Check(pDX
, IDC_NORMAL
, m_bNormal
);
54 BEGIN_MESSAGE_MAP(CClearAclDlg
, CDialog
)
55 //{{AFX_MSG_MAP(CClearAclDlg)
56 // NOTE: the ClassWizard will add message map macros here
60 /////////////////////////////////////////////////////////////////////////////
61 // CClearAclDlg message handlers
63 void CClearAclDlg::GetSettings(BOOL
& bNormal
, BOOL
& bNegative
)
66 bNegative
= m_bNegative
;