#include <agent_nombre.h>
Definition at line 53 of file agent_nombre.h.
Public Member Functions | |
CMethodCall (const char *name, int i) | |
Data Fields | |
sint32 | Index |
Index of the method in the class. | |
CStringVarName | MethodName |
Name of the method. |
|
Definition at line 55 of file agent_nombre.h.
00055 : MethodName (name) 00056 { 00057 Index = i; 00058 } |
|
Index of the method in the class.
Definition at line 62 of file agent_nombre.h. |
|
Name of the method.
Definition at line 60 of file agent_nombre.h. |