Пример #1
0
int
Test_Bounded_WString::run_sii_test (Param_Test_ptr objref)
{
    try
    {
        CORBA::WString_out str_out (this->out_);

        this->ret_ = objref->test_bounded_wstring (this->in_,
                     this->inout_,
                     str_out);

        return 0;
    }
    catch (const CORBA::Exception& ex)
    {
        ex._tao_print_exception ("Test_Bounded_WString::run_sii_test\n");

    }
    return -1;
}