Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

network
Class CNetClient::CServerSession

IJSObject
   |
   +--CJSObject
         |
         +--CNetClient::CServerSession

   in Client.h
   in Client.cpp

class CNetClient::CServerSession
extends CJSObject


Field Summary
 CStrW m_Name
          
 int m_SessionID
          
   
Fields inherited from class CJSObject
m_NativeProperties, m_NonsharedProperties, m_ScriptProperties, m_EngineOwned, JSI_class
 
Constructor Summary
CServerSession( int sessionID, const CStrW& name )
          
 
Method Summary
private static void ScriptingInit()
          
   
Methods inherited from class CJSObject
ScriptingInit, ScriptingShutdown, GetProperty, SetProperty, HasProperty, AddProperty, AddProperty, AddProperty, AddMethod, AddProperty, AddLocalProperty, GetScript, CreateScriptObject, ReleaseScriptObject, Shutdown
   
Methods inherited from class IJSObject
HasProperty, GetProperty, AddProperty, AddProperty
 

Field Detail

m_Name

public CStrW m_Name;

m_SessionID

public int m_SessionID;


Constructor Detail

CServerSession

public CServerSession( int sessionID, const CStrW& name );


Method Detail

ScriptingInit

private static void ScriptingInit();

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD