#include "tao/ORB_Core_TSS_Resources.h"
#include "tao/ORB_Table.h"
Include dependency graph for ORB_Core.inl:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | TAO_OC_RETRIEVE(member) |
|
Value: ((this->member##_ == 0) \ ? (this->member##_ = this->resource_factory ()->get_##member ()) \ : (this->member##_)) Definition at line 227 of file ORB_Core.inl. Referenced by TAO_ORB_Core::protocol_factories(). |