Nebula
Toggle main menu visibility
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__)
14
#include "
net/tcp/stdtcpserver.h
"
15
namespace
Net
16
{
17
class
TcpServer
:
public
StdTcpServer
18
{
19
__DeclareClass
(
TcpServer
);
20
};
21
}
22
#else
23
#error "Net::TcpServer not implemented on this platform!"
24
#endif
25
//------------------------------------------------------------------------------
TcpServer
Front-end wrapper class for StdTcpServer, see StdTcpServer for details!
config.h
Nebula compiler specific defines and configuration.
Net
Definition
debugmessage.h:20
__DeclareClass
#define __DeclareClass(type)
stdtcpserver.h
code
foundation
net
tcpserver.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.