1 Star 1 Fork 0

诶虎嘻嘻/MFC-chatsystem

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
ChatRoomServerSocket.cpp 1.03 KB
Copy Edit Raw Blame History
luckystar琴 authored 2018-08-21 11:30 . tj
// ChatRoomServerSocket.cpp : implementation file
//
#include "stdafx.h"
#include "instantmessaging.h"
#include "ChatRoomServerSocket.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChatRoomServerSocket
CChatRoomServerSocket::CChatRoomServerSocket()
{
}
CChatRoomServerSocket::CChatRoomServerSocket( CChatRoomServerDlg * pCRServerDlg )
{
m_pCRServerDlg = pCRServerDlg;
}
CChatRoomServerSocket::~CChatRoomServerSocket()
{
}
// Do not edit the following lines, which are needed by ClassWizard.
#if 0
BEGIN_MESSAGE_MAP(CChatRoomServerSocket, CSocket)
//{{AFX_MSG_MAP(CChatRoomServerSocket)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
#endif // 0
/////////////////////////////////////////////////////////////////////////////
// CChatRoomServerSocket member functions
void CChatRoomServerSocket::OnReceive(int nErrorCode)
{
if( m_pCRServerDlg )
{
m_pCRServerDlg->OnReceive();
}
CSocket::OnReceive(nErrorCode);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ah-tiger-hee-hee/MFC-chatsystem.git
git@gitee.com:ah-tiger-hee-hee/MFC-chatsystem.git
ah-tiger-hee-hee
MFC-chatsystem
MFC-chatsystem
master

Search

23e8dbc6 1850385 7e0993f3 1850385