www.pudn.com > SendMsgOCX.rar > WShortMessageLink.cpp


// WShortMessageLink.cpp: implementation of the CWShortMessageLink class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
//tts #include "WSMModule.h" 
#include "WShortMessageLink.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
CWShortMessageLink::CWShortMessageLink() 
{ 
 
} 
 
CWShortMessageLink::~CWShortMessageLink() 
{ 
 
} 
 
BOOL CWShortMessageLink::Connect() 
{ 
	return CWSMInterface::InitSMSModule(); 
}