Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
tcpclient.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
12
#include "
core/config.h
"
13
#if (__WIN32__ || __OSX__ || __APPLE__ || __linux__)
14
#include "
net/tcp/stdtcpclient.h
"
15
namespace
Net
16
{
17
class
TcpClient
:
public
StdTcpClient
18
{
19
__DeclareClass
(
TcpClient
);
20
};
21
}
22
#else
23
#error "Net::TcpClient not implemented on this platform!"
24
#endif
25
//------------------------------------------------------------------------------
26
TcpClient
See StdTcpClient for details.
config.h
Nebula compiler specific defines and configuration.
Net
Definition
debugmessage.h:20
__DeclareClass
#define __DeclareClass(type)
stdtcpclient.h
code
foundation
net
tcpclient.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.