From f0bd559e72763039b2fdb189114fffd2e03747bc Mon Sep 17 00:00:00 2001 From: vzykov Date: Wed, 2 Apr 2008 11:36:47 +0000 Subject: ChangeLogTag: Wed Apr 2 11:33:48 UTC 2008 Vladimir Zykov --- TAO/ChangeLog | 9 +++++++++ TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp | 1 + TAO/tests/Collocated_Forwarding/Collocated_Forwarding.mpc | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 998b0083b38..29f75c9024e 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,12 @@ +Wed Apr 2 11:33:48 UTC 2008 Vladimir Zykov + + * tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp: + Fixed a warning. + + * tests/Collocated_Forwarding/Collocated_Forwarding.mpc: + Added avoids_minimum_corba, avoids_corba_e_compact, and + avoids_corba_e_micro. + Tue Apr 1 14:57:12 UTC 2008 Johnny Willemsen * tests/Collocated_Forwarding/run_test.pl: diff --git a/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp b/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp index 7fd09191dd4..184c4c28692 100644 --- a/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp +++ b/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp @@ -52,6 +52,7 @@ TAO::Direct_Collocation_Upcall_Wrapper::upcall ( } #else ACE_UNUSED_ARG (forward_obj); + ACE_UNUSED_ARG (is_forwarded); #endif /* TAO_HAS_MINIMUM_CORBA && !CORBA_E_COMPACT && !CORBA_E_MICRO*/ } diff --git a/TAO/tests/Collocated_Forwarding/Collocated_Forwarding.mpc b/TAO/tests/Collocated_Forwarding/Collocated_Forwarding.mpc index 62c4013b38d..55cd8c54a5a 100644 --- a/TAO/tests/Collocated_Forwarding/Collocated_Forwarding.mpc +++ b/TAO/tests/Collocated_Forwarding/Collocated_Forwarding.mpc @@ -9,7 +9,7 @@ project(*idl): taoidldefaults { custom_only = 1 } -project(*Server): taoserver, iormanip, pi_server, messaging { +project(*Server): taoserver, iormanip, pi_server, messaging, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro { after += *idl Source_Files { test_i.cpp -- cgit v1.2.1