#include <network_delivery_impl.h>
Inheritance diagram for CL_Connection:

Public Methods | |
| virtual | ~CL_Connection () |
| virtual bool | peek ()=0 |
| virtual CL_ConnectionPacket | receive ()=0 |
| retval: True if a message can be received by a call to receive(). | |
| virtual void | send (CL_ConnectionPacket message)=0 |
| virtual bool | connection_lost ()=0 |
| param: message - Message/data to be sent. | |
Definition at line 62 of file network_delivery_impl.h.
|
|
Definition at line 73 of file network_delivery_impl.h. |
|
|
param: message - Message/data to be sent.
Reimplemented in CL_UniformSocket, and CL_UniformAcceptSocket. |
|
|
Reimplemented in CL_UniformSocket, and CL_UniformAcceptSocket. |
|
|
retval: True if a message can be received by a call to receive().
Reimplemented in CL_UniformSocket, and CL_UniformAcceptSocket. |
|
|
Reimplemented in CL_UniformSocket, and CL_UniformAcceptSocket. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001