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 CMakeSymbolicLinkDlg
: public CDialog
16 CMakeSymbolicLinkDlg(CWnd
* pParent
= NULL
); // standard constructor
17 void Setbase(const char *msg
){m_sBase
=msg
;}
19 //{{AFX_DATA(CMakeSymbolicLinkDlg)
20 enum { IDD
= IDD_SYMBOLICLINK_ADD
};
30 // ClassWizard generated virtual function overrides
31 //{{AFX_VIRTUAL(CMakeSymbolicLinkDlg)
33 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
38 CString m_sBase
; //Base directory
39 // Generated message map functions
40 //{{AFX_MSG(CMakeSymbolicLinkDlg)
41 afx_msg
void OnChangeDir();
42 afx_msg
void OnChangeName();
44 virtual BOOL
OnInitDialog();