init
This commit is contained in:
28
Servers/服务器组件/登录服务器/LogonServer.h
Normal file
28
Servers/服务器组件/登录服务器/LogonServer.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#pragma once
|
||||
|
||||
#include "Resource.h" // 主符号
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//程序对象
|
||||
class CLogonServerApp : public CWinApp
|
||||
{
|
||||
//函数定义
|
||||
public:
|
||||
//构造函数
|
||||
CLogonServerApp();
|
||||
|
||||
//重载函数
|
||||
public:
|
||||
//启动函数
|
||||
virtual BOOL InitInstance();
|
||||
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//程序对象
|
||||
extern CLogonServerApp theApp;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
Reference in New Issue
Block a user