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


// S.h: interface for the S class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_S_H__1FF2B771_D926_4549_9764_AAEE76BB3581__INCLUDED_) 
#define AFX_S_H__1FF2B771_D926_4549_9764_AAEE76BB3581__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class S   
{ 
public: 
	S(); 
	virtual ~S(); 
 
}; 
 
#endif // !defined(AFX_S_H__1FF2B771_D926_4549_9764_AAEE76BB3581__INCLUDED_)