Fixed numerous issues with "bound" managed socket, ie associating
[opal.git] / samples / mfc / mfcEndPoint.h
blob8670086a2dd9fd86431ff67d181270d58bc68ad3
1 // MfcEndPoint.h: interface for the CMfcEndPoint class.
2 //
3 //////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_MFCENDPOINT_H__B1AF53B8_E3C6_4590_BBC8_6614922EC493__INCLUDED_)
6 #define AFX_MFCENDPOINT_H__B1AF53B8_E3C6_4590_BBC8_6614922EC493__INCLUDED_
8 #if _MSC_VER > 1000
9 #pragma once
10 #endif // _MSC_VER > 1000
12 #include <opal/manager.h>
14 class CMfcDlg;
16 class CMfcManager : public OpalManager
18 public:
19 BOOL Initialise(CMfcDlg * dlg);
20 CMfcManager();
21 virtual ~CMfcManager();
22 protected:
23 CMfcDlg * m_dialog;
26 #endif // !defined(AFX_MFCENDPOINT_H__B1AF53B8_E3C6_4590_BBC8_6614922EC493__INCLUDED_)