a
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
// Script.cpp: implementation of the CScript class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "geomative.h"
|
||||
#include "Script.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#undef THIS_FILE
|
||||
static char THIS_FILE[]=__FILE__;
|
||||
#define new DEBUG_NEW
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Construction/Destruction
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
CScript::CScript(DWORD dwID, _ConnectionPtr& pConnection)
|
||||
{
|
||||
m_dwID = dwID;
|
||||
m_pConnection = pConnection;
|
||||
m_iAR = 0;
|
||||
m_iEAmount = (int)VAL_ZERO;
|
||||
}
|
||||
|
||||
CScript::~CScript()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user