Supermodel/Src/Network/WinSockWrap.h

14 lines
157 B
C
Raw Normal View History

#ifndef _WINSOCKWRAP_H_
#define _WINSOCKWRAP_H_
class WinSockWrap
{
public:
WinSockWrap();
~WinSockWrap();
private:
int m_count;
};
#endif