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