Static Public Member Functions | |
CORBA::Any::from_char | any_from (CORBA::Char v) |
CORBA::Any::to_char | any_to (CORBA::Char &v) |
|
Definition at line 58 of file TypeCode_Case_T.cpp. References CORBA::Any::from_char.
00059 { 00060 return CORBA::Any::from_char (v); 00061 } |
|
Definition at line 63 of file TypeCode_Case_T.cpp. References CORBA::Any::to_char.
00064 { 00065 return CORBA::Any::to_char (v); 00066 } |