ConsoleSocket.cpp
上传用户:szopptop
上传日期:2013-04-23
资源大小:1047k
文件大小:1k
- // ConsoleSocket.cpp : implementation file
- //
- #include "stdafx.h"
- #include "ManConsole.h"
- #include "ConsoleSocket.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CConsoleSocket
- CConsoleSocket::CConsoleSocket()
- {
- }
- CConsoleSocket::~CConsoleSocket()
- {
- }
- // Do not edit the following lines, which are needed by ClassWizard.
- #if 0
- BEGIN_MESSAGE_MAP(CConsoleSocket, CAsyncSocket)
- //{{AFX_MSG_MAP(CConsoleSocket)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- #endif // 0
- /////////////////////////////////////////////////////////////////////////////
- // CConsoleSocket member functions