Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F123483
IncomingConnectionListener.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Size
591 B
Referenced Files
None
Subscribers
None
IncomingConnectionListener.h
View Options
#ifndef _INCOMINGCONNECTIONLISTENER_H_
#define _INCOMINGCONNECTIONLISTENER_H_
namespace
Echo
{
class
Connection
;
/**
* IncomingConnectionListener.
* When the network manager detects an incoming connection on port onPort it will establish
* a connection then call IncomingConnection(). The Listener can then decide what to do with
* the connection.
*/
class
IncomingConnectionListener
{
public
:
IncomingConnectionListener
(){}
virtual
~
IncomingConnectionListener
(){}
virtual
void
IncomingConnection
(
shared_ptr
<
Connection
>
connection
)
=
0
;
};
}
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Jan 16, 12:52 AM (13 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72108
Default Alt Text
IncomingConnectionListener.h (591 B)
Attached To
Mode
rEE Echo 3
Attached
Detach File
Event Timeline
Log In to Comment