#include <Any_Insert_Policy_T.h>
Static Public Member Functions | |
static void | any_insert (CORBA::Any *, S const &) |
Definition at line 99 of file Any_Insert_Policy_T.h.
static void TAO::Any_Insert_Policy_CORBA_Object< S >::any_insert | ( | CORBA::Any * | , | |
S const & | ||||
) | [inline, static] |
Definition at line 103 of file Any_Insert_Policy_T.h.
References ACE_DEBUG, TAO::Any_Insert_Policy_CORBA_Object< S >::any_insert(), LM_DEBUG, and TAO_debug_level.
Referenced by TAO::Any_Insert_Policy_CORBA_Object< S >::any_insert().
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 }