LINUX: afs_create infinite fetchStatus loop
[pkg-k5-afs_openafs.git] / src / WINNT / client_exp / symlinks_dlg.h
blob50818eef83df5c984a04fe3e7d7e3a399c51434f
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
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
8 */
10 class CSymlinksDlg : public CDialog
12 CStringArray m_Symlinks;
14 // Construction
15 public:
16 CSymlinksDlg(CWnd* pParent = NULL); // standard constructor
18 void SetSymlinks(const CStringArray& mountPoints);
20 // Dialog Data
21 //{{AFX_DATA(CSymlinksDlg)
22 enum { IDD = IDD_SYMLINKS };
23 CListBox m_List;
24 //}}AFX_DATA
27 // Overrides
28 // ClassWizard generated virtual function overrides
29 //{{AFX_VIRTUAL(CSymlinksDlg)
30 protected:
31 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
32 //}}AFX_VIRTUAL
34 // Implementation
35 protected:
37 // Generated message map functions
38 //{{AFX_MSG(CSymlinksDlg)
39 virtual BOOL OnInitDialog();
40 afx_msg void OnHelp();
41 //}}AFX_MSG
42 DECLARE_MESSAGE_MAP()