Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MessSocket.h
Package: NeighborInfo.rar [view]
Upload User: jnhwc1
Upload Date: 2022-07-09
Package Size: 100k
Code Size: 1k
Category:
Process-Thread
Development Platform:
Visual C++
- #if !defined(AFX_MESSSOCKET_H__9D67A866_D170_4E97_B1FB_6CEFE1EA75FE__INCLUDED_)
- #define AFX_MESSSOCKET_H__9D67A866_D170_4E97_B1FB_6CEFE1EA75FE__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MessSocket.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMessSocket command target
- class CNeighborInfoDlg;
- class CMessSocket : public CSocket
- {
- // Attributes
- public:
- // Operations
- public:
- CMessSocket();
- virtual ~CMessSocket();
- // Overrides
- public:
- CNeighborInfoDlg * m_dlg;
- void Init(CNeighborInfoDlg *dlg);
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMessSocket)
- public:
- virtual void OnReceive(int nErrorCode);
- //}}AFX_VIRTUAL
- // Generated message map functions
- //{{AFX_MSG(CMessSocket)
- // 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_MESSSOCKET_H__9D67A866_D170_4E97_B1FB_6CEFE1EA75FE__INCLUDED_)