1 #include "TLS_Client.h"
2 #include "ace/OS_main.h"
5 ACE_TMAIN (int argc
, ACE_TCHAR
*argv
[])
7 TLS_Client client
; // Telecom Log Service Client
11 client
.init (argc
, argv
); //Init the Client
13 client
.run_tests (); //Init the Client
16 catch (const CORBA::UserException
& ue
)
18 ue
._tao_print_exception ("TLS_Client user error: ");
21 catch (const CORBA::SystemException
& se
)
23 se
._tao_print_exception ("TLS_Client system error: ");