static_init.h File Reference


Detailed Description

Id
static_init.h,v 1.4 2001/10/30 15:57:29 portier Exp

Definition in file static_init.h.

Go to the source code of this file.

Functions

void registerLibClass ()
void staticInitAgent ()
void staticReleaseLibClass ()


Function Documentation

void registerLibClass  ) 
 

Definition at line 79 of file agent_init.cpp.

Referenced by NLAILINK::initIALib().

00080 {       
00081 }

void staticInitAgent  ) 
 

Definition at line 61 of file agent_init.cpp.

References staticAgent.

Referenced by NLAILINK::initIALib().

00062 {
00063         CObjectIdent::IdObjectIdent = new NLAIC::CIdentType("ObjectIdent",NLAIC::CSelfClassFactory(CObjectIdent("0:0:0")),
00064                                                                                                                 NLAIC::CTypeOfObject(NLAIC::CTypeOfObject::tObject),
00065                                                                                                                 NLAIC::CTypeOfOperator(NLAIC::CTypeOfOperator::opNone));
00066 
00067         const IAgent staticAgent(NULL);
00068         CLocWordNumRef::IdLocWordNumRef = new NLAIC::CIdentType("LocWordNumRef",NLAIC::CSelfClassFactory((const NLAIC::IBasicInterface &)staticAgent),
00069                                                                                                                                                         NLAIC::CTypeOfObject(NLAIC::CTypeOfObject::tObject),
00070                                                                                                                                                         NLAIC::CTypeOfOperator(NLAIC::CTypeOfOperator::opNone));
00071 
00072         IAgent::IdAgent = new NLAIC::CIdentType("GenericAgent", NLAIC::CSelfClassFactory((const NLAIC::IBasicInterface &)staticAgent), 
00073                                                                                                                         NLAIC::CTypeOfObject(NLAIC::CTypeOfObject::tAgent),
00074                                                                                                                         NLAIC::CTypeOfOperator(NLAIC::CTypeOfOperator::opNone));
00075         
00076         
00077 }

void staticReleaseLibClass  ) 
 

Definition at line 83 of file agent_init.cpp.

Referenced by NLAILINK::releaseIALib().

00084 {       
00085         delete IAgent::IdAgent;
00086         delete CObjectIdent::IdObjectIdent;
00087         delete CLocWordNumRef::IdLocWordNumRef; 
00088 }


Generated on Tue Mar 16 06:43:21 2004 for NeL by doxygen 1.3.6