Nebula
Loading...
Searching...
No Matches
tcpserver.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 TcpServer : public StdTcpServer
18{
20};
21}
22#else
23#error "Net::TcpServer not implemented on this platform!"
24#endif
25//------------------------------------------------------------------------------
Front-end wrapper class for StdTcpServer, see StdTcpServer for details!
Nebula compiler specific defines and configuration.
Definition debugmessage.h:20
#define __DeclareClass(type)
Declaration macro.
Definition rttimacros.h:18