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

📄 extern.h

📁 SMAL是short message abstract library的缩写,是由风起水流软件工作室(www.zealware.com)开发的一个支持短信网关系统开发的C++底层抽象接口库
💻 H
字号:
/**
*	extern.h
*	
*	Short Message Abstractive Library.(SMAL)
*
*	Copyright 2003-2006	北京风起水流软件工作室
*	
*	http://www.zealware.com
*	
*	princetoad@zealware.com
*
*/

#ifndef _SMAL_EXTERN_H_
#define _SMAL_EXTERN_H_

#include <common/util.h>

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

extern bool				g_fStarted;
extern bool				g_fStop;
extern bool				g_fSendStop;
extern bool				g_fQueueCreated;
extern bool				g_fDbConnected;
extern bool				g_fLogCreated;
extern bool				g_fLogThreadCreated;
extern bool				g_fSendThreadCreated;
extern bool				g_fMTConnected;
extern bool				g_fMOConnected;
extern bool				g_fMTAndMOConnected;
extern bool				g_fGWConnected;
extern bool				g_fDealOver;
extern bool g_fDealOverCmpp2;

extern char				g_sz_logdate[9];
extern CLogFile		*plog;
extern char				g_logfile_name[MAX_PATH+1];
extern struct queues			g_com_queues;
extern thread_info	g_threadinfo[4];

extern tagMonitoredSmal *pMapped;
extern CGWCMPP2Config		g_Cmpp2Config;

///////////////////////////////////////////////////////////////////////////////
//
extern BOOL SendMTMsg();

#endif

⌨️ 快捷键说明

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