gck-ms-original/WSUDPS.h

46 lines
1.1 KiB
C++

#if !defined(AFX_WSUDPS_H__8041C8E9_18CA_4A67_84E2_83189F3A0EAA__INCLUDED_)
#define AFX_WSUDPS_H__8041C8E9_18CA_4A67_84E2_83189F3A0EAA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// WSUDPS.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CWSUDPS command target
class CWSUDPS : public CAsyncSocket
{
// Attributes
public:
// Operations
public:
CWSUDPS();
virtual ~CWSUDPS();
// Overrides
public:
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWSUDPS)
public:
virtual void OnReceive(int nErrorCode);
//}}AFX_VIRTUAL
// Generated message map functions
//{{AFX_MSG(CWSUDPS)
// 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_WSUDPS_H__8041C8E9_18CA_4A67_84E2_83189F3A0EAA__INCLUDED_)