#include <agent_object.h>
Public Member Functions | |
CMethodCall (const char *name, int i) | |
Data Fields | |
sint32 | Index |
CStringVarName | MethodName |
|
Definition at line 545 of file agent_object.h.
00545 : MethodName (name) 00546 { 00547 Index = i; 00548 } |
|
Definition at line 550 of file agent_object.h. Referenced by NLAIAGENT::IBaseGroupType::isMember(). |
|
Definition at line 549 of file agent_object.h. |