Planeshift
|
#include <csutil/parray.h>
#include <csutil/refcount.h>
#include <csutil/threading/thread.h>
#include <csutil/threading/rwmutex.h>
#include "net/message.h"
#include "net/netbase.h"
Go to the source code of this file.
Classes | |
class | MsgHandler |
This class is the client's and server's main interface for either sending network messages out or getting notified about inbound ones which have been received. More... | |
struct | OrderedMessageChannel |
This class holds the structure for guaranteed inbound ordering of certain message types. More... | |
struct | Subscription |
Manages a iNetSubscriber watching a certain message type. More... |