1 #include "nestea_server_i.h"
6 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
8 Nestea_Server_i server
;
10 ACE_DEBUG ((LM_DEBUG
, "\n\tNestea Bookshelf Server\n\n"));
14 int retval
= server
.init (argc
, argv
);
23 catch (const CORBA::SystemException
& sysex
)
25 sysex
._tao_print_exception ("System Exception");
28 catch (const CORBA::UserException
& userex
)
30 userex
._tao_print_exception ("User Exception");
34 ACE_DEBUG ((LM_DEBUG
, "Nestea Bookshelf Server says goodnight\n"));