Nebula
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__)
15namespace Net
16{
17class TcpClient : public StdTcpClient
18{
20};
21}
22#else
23#error "Net::TcpClient not implemented on this platform!"
24#endif
25//------------------------------------------------------------------------------
26
See StdTcpClient for details.
Nebula compiler specific defines and configuration.
Definition debugmessage.h:20
#define __DeclareClass(type)