1 ////////////////////////////////////////////////////////////////////////
2 // This files tests the Client exposed policies:
3 // - PriorityModelPolicy
4 // - PriorityBandedConnectionPolicy
5 // - ClientProtocolPolicy
7 // This policies are embedded in the object reference, by writem
10 // -- App. Specific Include --
11 #include "Policy_Tester.h"
13 #include "tao/Strategies/advanced_resource.h"
16 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
20 Policy_Tester policy_tester
;
22 int result
= policy_tester
.init (argc
, argv
);
30 catch (const CORBA::Exception
& ex
)
32 ex
._tao_print_exception (ACE_TEXT ("CORBA Exception Raised."));