OpenDaVINCI
4.16.0
Main Page
Namespaces
Classes
Files
File List
File Members
TCPAcceptorListener.h
Go to the documentation of this file.
1
20
#ifndef OPENDAVINCI_CORE_IO_TCP_TCPACCEPTORLISTENER_H_
21
#define OPENDAVINCI_CORE_IO_TCP_TCPACCEPTORLISTENER_H_
22
23
#include <memory>
24
25
#include "
opendavinci/odcore/opendavinci.h
"
26
27
namespace
odcore {
28
namespace
io {
29
namespace
tcp {
30
31
class
TCPConnection;
32
33
class
OPENDAVINCI_API
TCPAcceptorListener
{
34
public
:
35
virtual
~
TCPAcceptorListener
();
36
42
virtual
void
onNewConnection(std::shared_ptr<odcore::io::tcp::TCPConnection> connection) = 0;
43
};
44
45
}
46
}
47
}
48
49
#endif
/* OPENDAVINCI_CORE_IO_TCP_TCPACCEPTORLISTENER_H_ */
odcore::io::tcp::TCPAcceptorListener
Definition:
TCPAcceptorListener.h:33
OPENDAVINCI_API
#define OPENDAVINCI_API
Definition:
opendavinci.h:67
opendavinci.h
libopendavinci
include
opendavinci
odcore
io
tcp
TCPAcceptorListener.h
Generated on Tue Sep 26 2017 16:52:36 for OpenDaVINCI by
1.8.6