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

📄 atomicactions.cpp

📁 linux 协议下的atomicaction 实现部分的源代码
💻 CPP
字号:
/****************************************************************
Copyright ?, 1989-2002, Hisunsray Tech. Co., Ltd.
File name: AtomicActions.cpp
Author: lizhigang
Version:  V3.0.0.0#20030320-1
Date: 2003-03-20
Description:
History:
*****************************************************************/


#ifndef _SOLARIS
//#include "StdAfx.h"
#endif

#include "SessionObject.h"
#include "SMGModule.h"
#include "RTCStime.h"
#include "PublicDefine.h"
#include "EMSNgor.h"
#include "ISMG.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif


//设置数据库超时时限
//Param1: Int 超时时限,以毫秒为单位
RTCS_CTuint TSessionObject::SetDBTimeOut(TArg* arg)
{
	m_DBTimeOutValue = *(arg[0].iptr);
	return RTCS_Error_OK;
}

⌨️ 快捷键说明

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