Visual+C++网络通信协议分析

源代码在线查看: thesocket.h

软件大小: 4.08M
上传用户: m880963
关键词: Visual 网络通信 协议分析
下载地址: 免注册下载 普通下载 VIP

相关代码

				#if !defined(AFX_THESOCKET_H__EFF53F01_FDFC_11D4_B48A_B065456AA632__INCLUDED_)
				#define AFX_THESOCKET_H__EFF53F01_FDFC_11D4_B48A_B065456AA632__INCLUDED_
				
				#if _MSC_VER > 1000
				#pragma once
				#endif // _MSC_VER > 1000
				// TheSocket.h : header file
				//
				
				
				/////////////////////////////////////////////////////////////////////////////
				// CTheSocket command target
				class CPortScanView;
				class CTheSocket : public CSocket
				{
				// Attributes
				public:
				// Operations
				public:
					CTheSocket();
					virtual ~CTheSocket();
				
				// Overrides
				public:
					// ClassWizard generated virtual function overrides
					//{{AFX_VIRTUAL(CTheSocket)
					public:
					virtual void OnAccept(int nErrorCode);
					//}}AFX_VIRTUAL
				
					// Generated message map functions
					//{{AFX_MSG(CTheSocket)
						// NOTE - the ClassWizard will add and remove member functions here.
					//}}AFX_MSG
				
				// Implementation
				protected:
				};
				
				/////////////////////////////////////////////////////////////////////////////
				
				//{{AFX_INSERT_LOCATION}}
				// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
				
				#endif // !defined(AFX_THESOCKET_H__EFF53F01_FDFC_11D4_B48A_B065456AA632__INCLUDED_)
							

相关资源