2 //=============================================================================
6 * This implements a simple CORBA client for the
7 * corbaloc: style IOR parser
9 * @author Priyanka Gontla <pgontla@ece.uci.edu>
11 //=============================================================================
14 #include "ior_corbaloc_client_i.h"
16 int ACE_TMAIN (int argc
, ACE_TCHAR
*argv
[])
20 IOR_corbaloc_Client_i client
;
23 init_result
= client
.init (argc
, argv
);
31 catch (const CORBA::SystemException
&)
35 catch (const CORBA::Exception
& ex
)
37 ex
._tao_print_exception ("client");