mycsocket.cpp

来自「断点.zip 断点续传的示例.可实现局网内的断点续传 源代码」· C++ 代码 · 共 43 行

CPP
43
字号
// mycsocket.cpp : implementation file
//

#include "stdafx.h"
#include "client1.h"
#include "mycsocket.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// mycsocket

mycsocket::mycsocket()
{
}

mycsocket::~mycsocket()
{
}
void mycsocket::OnReceive(int nErrorCode) 
{
}
void mycsocket::OnSend(int nErrorCode) 
{

}


// Do not edit the following lines, which are needed by ClassWizard.
#if 0
BEGIN_MESSAGE_MAP(mycsocket, CSocket)
	//{{AFX_MSG_MAP(mycsocket)
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()
#endif	// 0

/////////////////////////////////////////////////////////////////////////////
// mycsocket member functions

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?