Definition at line 76 of file yacsSrv.cxx.
virtual Proc_i::~Proc_i |
( |
| ) |
|
|
inlinevirtual |
void Proc_i::getIds |
( |
YACS_ORB::longArray_out |
numids, |
|
|
YACS_ORB::stringArray_out |
names |
|
) |
| |
Definition at line 123 of file yacsSrv.cxx.
References CORBAEngineTest::i.
126 int len=nodes.size();
132 for(list<YACS::ENGINE::Node *>::const_iterator iter=nodes.begin();iter!=nodes.end();iter++,i++)
134 (*names)[
i]=CORBA::string_dup((*iter)->getQualifiedName().c_str());
135 (*numids)[
i]=(*iter)->getNumId();
CORBA::Long Proc_i::getState |
( |
CORBA::Long |
numid | ) |
|
char * Proc_i::getXMLState |
( |
CORBA::Long |
numid | ) |
|
The documentation for this class was generated from the following file: