#include <Any_Insert_Policy_T.h>
Static Public Member Functions | |
void | any_insert (CORBA::Any *, S const &) |
|
Definition at line 103 of file Any_Insert_Policy_T.h. References ACE_DEBUG, LM_DEBUG, and TAO_debug_level.
00104 { 00105 if (TAO_debug_level > 2) 00106 { 00107 ACE_DEBUG ((LM_DEBUG, 00108 "TAO (%P|%t) - Cannot insert a vanilla CORBA Object" 00109 " into an Any for returning the return value.\n")); 00110 } 00111 } |