Develop and Download Open Source Software

Browse Subversion Repository

Contents of /WinCS/PeerSocket.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations) (download) (as text)
Wed Feb 10 18:21:00 2010 UTC (14 years ago) by sho1get
File MIME type: text/x-c++src
File size: 400 byte(s)


1 #include "stdafx.h"
2 #include "WinCS.h"
3 #include "PeerSocket.h"
4 #include "WinCSDlg.h"
5
6 CPeerSocket::CPeerSocket()
7 {
8 }
9
10 CPeerSocket::~CPeerSocket()
11 {
12 }
13
14 void CPeerSocket::OnSend(int nErrorCode)
15 {
16 ((CWinCSDlg *)AfxGetApp()->m_pMainWnd)->OnPeerSend(nErrorCode);
17 }
18
19 void CPeerSocket::OnReceive(int nErrorCode)
20 {
21 ((CWinCSDlg *)AfxGetApp()->m_pMainWnd)->OnPeerRecieve(nErrorCode);
22 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26