1 #if !defined(AFX_BINDNEWCONTEXT_H__2AF5C352_B440_11D3_BF2C_00C0F03C565A__INCLUDED_)
2 #define AFX_BINDNEWCONTEXT_H__2AF5C352_B440_11D3_BF2C_00C0F03C565A__INCLUDED_
6 #endif // _MSC_VER > 1000
7 // BindNewContext.h : header file
9 #include "orbsvcs/CosNamingC.h"
10 /////////////////////////////////////////////////////////////////////////////
11 // CBindNewContext dialog
13 class CBindNewContext
: public CDialog
17 CBindNewContext(CWnd
* pParent
= 0); // standard constructor
20 //{{AFX_DATA(CBindNewContext)
21 enum { IDD
= IDD_BIND_NEW_CONTEXT
};
25 CosNaming::Name
& GetName() {return m_Name
;};
28 // ClassWizard generated virtual function overrides
29 //{{AFX_VIRTUAL(CBindNewContext)
31 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
37 // Generated message map functions
38 //{{AFX_MSG(CBindNewContext)
43 CosNaming::Name m_Name
;
46 //{{AFX_INSERT_LOCATION}}
47 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
49 #endif // !defined(AFX_BINDNEWCONTEXT_H__2AF5C352_B440_11D3_BF2C_00C0F03C565A__INCLUDED_)