#include <Any.h>
Public Member Functions | |
to_abstract_base (AbstractBase_ptr &obj) | |
Public Attributes | |
AbstractBase_ptr & | ref_ |
|
Definition at line 167 of file Any.cpp.
00168 : ref_ (obj) 00169 { 00170 } |
|
Definition at line 126 of file Any.h. Referenced by CORBA::Any::operator>>=(). |