コード例 #1
0
ファイル: fixed_array.cpp プロジェクト: akostrikov/ATCD
int
Test_Fixed_Array::run_sii_test (Param_Test_ptr objref)
{
    try
    {
        this->ret_ = objref->test_fixed_array (this->in_,
                                               this->inout_,
                                               this->out_);

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

    }
    return -1;
}