1 #include "Notifier_Input_Handler.h"
3 // This is the main driver program for the Callback Quoter Notifier.
5 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
7 Notifier_Input_Handler notifier
;
9 ACE_DEBUG ((LM_DEBUG
, "\n\tNotifier\n\n"));
13 int rc
= notifier
.init (argc
, argv
);
22 catch (const CORBA::SystemException
& sysex
)
24 sysex
._tao_print_exception ("System Exception");
27 catch (const CORBA::UserException
& userex
)
29 userex
._tao_print_exception ("User Exception");