1 #include "Notifier_Input_Handler.h"
3 // This is the main driver program for the Callback Quoter Notifier.
6 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
8 Notifier_Input_Handler notifier
;
15 int rc
= notifier
.init (argc
, argv
);
24 catch (const CORBA::SystemException
& sysex
)
26 sysex
._tao_print_exception ("System Exception");
29 catch (const CORBA::UserException
& userex
)
31 userex
._tao_print_exception ("User Exception");