#include "tao/ORB_Core_TSS_Resources.h"
#include "tao/ORB_Table.h"
Go to the source code of this file.
Defines | |
#define | TAO_OC_RETRIEVE(member) |
#define TAO_OC_RETRIEVE | ( | member | ) |
((this->member##_ == 0) \ ? (this->member##_ = this->resource_factory ()->get_##member ()) \ : (this->member##_))
Definition at line 239 of file ORB_Core.inl.