nCallbackAcceptPackedWithoutConnection Class Reference

#include <nNetwork.h>

Inheritance diagram for nCallbackAcceptPackedWithoutConnection:

Inheritance graph
[legend]
Collaboration diagram for nCallbackAcceptPackedWithoutConnection:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 nCallbackAcceptPackedWithoutConnection (BOOLRETFUNC *f)

Static Public Member Functions

static unsigned int Descriptor ()
static bool Accept (const nMessage &m)

Static Private Attributes

static unsigned short descriptor = 0


Detailed Description

Definition at line 688 of file nNetwork.h.


Constructor & Destructor Documentation

nCallbackAcceptPackedWithoutConnection::nCallbackAcceptPackedWithoutConnection ( BOOLRETFUNC f  ) 

Definition at line 3295 of file nNetwork.cpp.


Member Function Documentation

static unsigned int nCallbackAcceptPackedWithoutConnection::Descriptor (  )  [inline, static]

Definition at line 691 of file nNetwork.h.

References descriptor.

Referenced by net_Accept().

00691                                     {
00692         return descriptor;
00693     }

Here is the caller graph for this function:

bool nCallbackAcceptPackedWithoutConnection::Accept ( const nMessage m  )  [static]

Definition at line 3300 of file nNetwork.cpp.

Referenced by rec_peer().

03300 {
03301 }
03302 
03303 bool nCallbackAcceptPackedWithoutConnection::Accept( const nMessage& m )
03304 {

Here is the caller graph for this function:


Member Data Documentation

unsigned short nCallbackAcceptPackedWithoutConnection::descriptor = 0 [static, private]

Definition at line 689 of file nNetwork.h.

Referenced by Descriptor().


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:47:08 2008 for Armagetron Advanced by  doxygen 1.5.4