Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
INetSession Class Referenceabstract

Interface for sessions to which messages can be sent. More...

#include <NetSession.h>

Inheritance diagram for INetSession:
CNetClientSession CNetServerSession

Public Member Functions

virtual ~INetSession ()
 
virtual bool SendMessage (const CNetMessage *message)=0
 

Detailed Description

Interface for sessions to which messages can be sent.

Definition at line 44 of file NetSession.h.

Constructor & Destructor Documentation

virtual INetSession::~INetSession ( )
inlinevirtual

Definition at line 47 of file NetSession.h.

Member Function Documentation

virtual bool INetSession::SendMessage ( const CNetMessage message)
pure virtual

Implemented in CNetServerSession, and CNetClientSession.


The documentation for this class was generated from the following file: