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 CAuthDlg
: public CDialog
13 CString
GetSelectedCellName();
17 CAuthDlg(CWnd
* pParent
= NULL
); // standard constructor
20 //{{AFX_DATA(CAuthDlg)
21 enum { IDD
= IDD_AUTHENTICATION
};
27 // ClassWizard generated virtual function overrides
28 //{{AFX_VIRTUAL(CAuthDlg)
30 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
36 // Generated message map functions
38 virtual BOOL
OnInitDialog();
39 afx_msg
void OnGetTokens();
40 afx_msg
void OnDiscardTokens();
41 afx_msg
void OnHelp();