Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
tcpclientconnection.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/stdtcpclientconnection.h
"
15
namespace
Net
16
{
17
class
TcpClientConnection
:
public
StdTcpClientConnection
18
{
19
__DeclareClass
(
TcpClientConnection
);
20
};
21
}
22
#else
23
#error "Net::TcpClientConnection not implemented on this platform!"
24
#endif
25
//------------------------------------------------------------------------------
TcpClientConnection
See StdTcpClientConnection for details!
config.h
Nebula compiler specific defines and configuration.
Net
Definition
debugmessage.h:20
__DeclareClass
#define __DeclareClass(type)
stdtcpclientconnection.h
code
foundation
net
tcpclientconnection.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.