Home |All Classes |Grouped Classes |Index |Search

Class CL_NetObject_Controller

Network object replication channel. More...

Derived from:

None

Derived by:

None

Group:

NetObjects (Network)

#include <ClanLib/network.h>

Class Members:

Construction:

CL_NetObject_Controller

Constructs a netobject controller.


Signals:

sig_create_object

Signal that is called whenever the netobject channel receives a message for a netobject it doesnt know. The application should hook a slot into this signal and determine what to do with the message.

Detailed description:

Manages a netchannel with netobject replication data. It dispatches incoming messages to the correct netobject.