#include <Any.h>
Public Member Functions | |
to_object (Object_out obj) | |
Public Attributes | |
Object_ptr & | ref_ |
Definition at line 115 of file Any.h.
|
Definition at line 162 of file Any.cpp.
00163 : ref_ (obj.ptr ()) 00164 { 00165 } |
|
Definition at line 120 of file Any.h. Referenced by CORBA::Any::operator>>=(). |