www.pudn.com > ChatRoom(Winsock).rar > S.cpp


// S.cpp: implementation of the S class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "Example1.h" 
#include "S.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
S::S() 
{ 
 
} 
 
S::~S() 
{ 
 
}