TAO::Any_Insert_Policy_CORBA_Object< S > Class Template Reference
#include <Any_Insert_Policy_T.h>
List of all members.
Static Public Member Functions |
| static void | any_insert (CORBA::Any *, S const &) |
Detailed Description
template<typename S>
class TAO::Any_Insert_Policy_CORBA_Object< S >
Definition at line 99 of file Any_Insert_Policy_T.h.
Member Function Documentation
template<typename S >
| 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.
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 }
The documentation for this class was generated from the following file: