10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
WinSockAPI.h
1
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined (_WIN64)
2
3
#ifndef TENDUKE_OSA_WIN_WINSOCK_H
4
#define TENDUKE_OSA_WIN_WINSOCK_H
5
6
namespace
tenduke
{
namespace
osa {
namespace
win {
7
8
class
WinSockAPI
9
{
10
public
:
11
WinSockAPI();
12
virtual
~WinSockAPI();
13
};
14
15
}}}
16
17
#endif
//TENDUKE_OSA_WIN_WINSOCK_H
18
19
#endif
// Windows
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
oidc
osbrowser
src
osa
win
WinSockAPI.h
Generated by
1.9.8