1 #include "../lib/Driver.h"
2 #include "ace/OS_main.h"
5 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
7 TAO_Notify_Tests_Driver driver
;
11 int result
= driver
.init (argc
, argv
);
14 ACE_ERROR_RETURN ((LM_ERROR
,
15 ACE_TEXT("Failed to initialize the Notify Testing Driver.\n")),
20 catch (const CORBA::Exception
& ex
)
22 ex
._tao_print_exception (ACE_TEXT("Error:\n"));