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 CSymlinksDlg
: public CDialog
12 CStringArray m_Symlinks
;
16 CSymlinksDlg(CWnd
* pParent
= NULL
); // standard constructor
18 void SetSymlinks(const CStringArray
& mountPoints
);
21 //{{AFX_DATA(CSymlinksDlg)
22 enum { IDD
= IDD_SYMLINKS
};
28 // ClassWizard generated virtual function overrides
29 //{{AFX_VIRTUAL(CSymlinksDlg)
31 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
37 // Generated message map functions
38 //{{AFX_MSG(CSymlinksDlg)
39 virtual BOOL
OnInitDialog();
40 afx_msg
void OnHelp();