File: mfcEndPoint.h

package info (click to toggle)
opal 2.2.3.dfsg-3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 29,504 kB
  • ctags: 30,804
  • sloc: cpp: 196,251; ansic: 42,509; makefile: 872; sh: 268
file content (26 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// MfcEndPoint.h: interface for the CMfcEndPoint class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_MFCENDPOINT_H__B1AF53B8_E3C6_4590_BBC8_6614922EC493__INCLUDED_)
#define AFX_MFCENDPOINT_H__B1AF53B8_E3C6_4590_BBC8_6614922EC493__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include <opal/manager.h>

class CMfcDlg;

class CMfcManager : public OpalManager
{
public:
	BOOL Initialise(CMfcDlg * dlg);
	CMfcManager();
	virtual ~CMfcManager();
protected:
	CMfcDlg * m_dialog;
};

#endif // !defined(AFX_MFCENDPOINT_H__B1AF53B8_E3C6_4590_BBC8_6614922EC493__INCLUDED_)