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
12 /////////////////////////////////////////////////////////////////////////////
15 class CUnlogDlg
: public CDialog
19 CUnlogDlg(CWnd
* pParent
= NULL
); // standard constructor
21 void SetCellName(const CString
& strCellName
) { m_strCellName
= strCellName
; }
24 //{{AFX_DATA(CUnlogDlg)
25 enum { IDD
= IDD_UNLOG_DIALOG
};
27 CString m_strCellName
;
30 // ClassWizard generated virtual function overrides
31 //{{AFX_VIRTUAL(CUnlogDlg)
33 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
38 // Generated message map functions
39 //{{AFX_MSG(CUnlogDlg)
40 virtual BOOL
OnInitDialog();
41 afx_msg
void OnChangeCellName();
43 afx_msg
void OnHelp();