www.pudn.com > evil¡¯s illusion Server Codes.rar > error.cpp
#include "stdafx.h" #include "error.h" #include #include CError::CError( char *pMsg ) { strcpy( m_szMsg, pMsg ); } CError::~CError() { } const char * CError::GetMsg() { return m_szMsg; }