#include <acserrTestImpl.h>
Public Member Functions | |
acserrTestImpl (acserrTest *dest, const char *sn) | |
ACSErr::Completion * | testNoError () |
ACSErr::Completion * | testDefaultError () |
ACSErr::Completion * | test (CORBA::Long depth, CORBA::Boolean err) |
void | testExceptions (CORBA::Long depth, CORBA::Boolean err) |
void | testCompletionOut (CORBA::Long depth, CORBA::Boolean err, ACSErr::Completion_out c) |
CompletionImpl * | f1 (int depth, bool iserr) |
void | f2 (int depth, bool isErr) |
void | shutdown () |
Protected Attributes | |
acserrTest_var | dest |
int | depth |
const char * | srvName |
acserrTestImpl::acserrTestImpl | ( | acserrTest * | dest, | |
const char * | sn | |||
) |
CompletionImpl* acserrTestImpl::f1 | ( | int | depth, | |
bool | iserr | |||
) |
void acserrTestImpl::f2 | ( | int | depth, | |
bool | isErr | |||
) |
void acserrTestImpl::shutdown | ( | ) |
ACSErr::Completion* acserrTestImpl::test | ( | CORBA::Long | depth, | |
CORBA::Boolean | err | |||
) |
void acserrTestImpl::testCompletionOut | ( | CORBA::Long | depth, | |
CORBA::Boolean | err, | |||
ACSErr::Completion_out | c | |||
) |
ACSErr::Completion* acserrTestImpl::testDefaultError | ( | ) |
void acserrTestImpl::testExceptions | ( | CORBA::Long | depth, | |
CORBA::Boolean | err | |||
) |
ACSErr::Completion* acserrTestImpl::testNoError | ( | ) |
int acserrTestImpl::depth [protected] |
acserrTest_var acserrTestImpl::dest [protected] |
const char* acserrTestImpl::srvName [protected] |