#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.
{
if (TAO_debug_level > 2)
{
ACE_DEBUG ((LM_DEBUG,
"TAO (%P|%t) - Cannot insert a vanilla CORBA Object"
" into an Any for returning the return value.\n"));
}
}
1.7.0