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 #ifndef _SUBMOUNTSDLG_H_
11 #define _SUBMOUNTSDLG_H_
15 #include "submount_info.h"
17 /////////////////////////////////////////////////////////////////////////////
18 // CSubmountsDlg dialog
20 class CSubmountsDlg
: public CDialog
22 DECLARE_DYNCREATE(CSubmountsDlg
)
25 CString m_strAddOnlyPath
;
27 SUBMT_INFO_ARRAY m_ToDo
;
31 void AddWork(CSubmountInfo
*pInfo
);
32 CSubmountInfo
*FindWork(const CString
& strShareName
);
39 void SetAddOnlyMode(const CString
& strAddOnlyPath
);
42 //{{AFX_DATA(CSubmountsDlg)
43 enum { IDD
= IDD_SUBMTINFO
};
51 // ClassWizard generate virtual function overrides
52 //{{AFX_VIRTUAL(CSubmountsDlg)
54 virtual void WinHelp(DWORD dwData
, UINT nCmd
= HELP_CONTEXT
);
56 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
61 // Generated message map functions
62 //{{AFX_MSG(CSubmountsDlg)
64 afx_msg
void OnChange();
65 virtual BOOL
OnInitDialog();
66 afx_msg
void OnDelete();
67 afx_msg
void OnSelChangeList();
74 #endif // _SUBMOUNTSDLG_H_