CModule_Conn Class Reference

Some modules can sen data to netowrk module, these are derived from this module subclass. More...

#include <Module.h>

Inheritance diagram for CModule_Conn:

CModule CSingleton CAuthModule CObjectModule CScriptModule CSoundModule

List of all members.

Public Member Functions

virtual void ReceivePacket (CPacket *)=0
 ech derived clas must implement its own receive package policy
void AttachToNetwork ()
 a simple method which calls a network function, using the module id of the calling module
void DetachFromNetwork ()
 another simple method which calls a network function, using the module id of the calling module

Protected Member Functions

virtual void SendPacket (CPacket *packet) const
 this can be overriden to change the behavior of the send policy
void SendPacket (const char *dest, CPacket *packet) const
 updates given packet with destionation info and calls SendPacket(CPacket *) method
void SendPacket (const string &dest, CPacket *packet) const
 updates given packet with destionation info and calls SendPacket(CPacket *) method


Detailed Description

Some modules can sen data to netowrk module, these are derived from this module subclass.
The documentation for this class was generated from the following file:

Generated on Fri Jun 13 19:46:38 2008 for OPSIMUS by  doxygen 1.5.5