⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ivrserverdoc.h

📁 一个声讯平台的管理平台.包括平台的客户端何服务器端口.是个不错的软件.
💻 H
字号:
// IvrServerDoc.h : interface of the CIvrServerDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_IVRSERVERDOC_H__E4BF284F_D3D2_4308_AA59_F7E6B3EC67F5__INCLUDED_)
#define AFX_IVRSERVERDOC_H__E4BF284F_D3D2_4308_AA59_F7E6B3EC67F5__INCLUDED_

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

#include "configdeal.h"
#include "MainThread.h"
#include "OperationGateWay.h"

class CIvrServerDoc : public CDocument
{
protected: // create from serialization only
	CIvrServerDoc();
	DECLARE_DYNCREATE(CIvrServerDoc)
	int m_iType;

// Attributes
public:
	class   CMainThread  * pMainThread;
	int iPortDes,iPortCtca,iPortVis;

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CIvrServerDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	virtual void DeleteContents();
	protected:
	virtual BOOL SaveModified();
	//}}AFX_VIRTUAL

// Implementation
public:
	void ShowMsg(char *lpszMessage, UINT bNeedShow);
	virtual ~CIvrServerDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:
	Cconfigdeal  pCfg;

// Generated message map functions
protected:
	int ReadConfigParam();
	//{{AFX_MSG(CIvrServerDoc)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_IVRSERVERDOC_H__E4BF284F_D3D2_4308_AA59_F7E6B3EC67F5__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -