#include <Trader_T.h>
Inheritance diagram for TAO_Link_Attributes< IF >:
Public Member Functions | |
TAO_Link_Attributes (const TAO_Link_Attributes_i &attrs) | |
virtual CosTrading::FollowOption | max_link_follow_policy () throw (CORBA::SystemException) |
Private Attributes | |
const TAO_Link_Attributes_i & | attrs_ |
|
Definition at line 303 of file Trader_T.cpp.
00304 : attrs_ (attrs) 00305 { 00306 } |
|
Definition at line 309 of file Trader_T.cpp.
00311 { 00312 return this->attrs_.max_link_follow_policy (); 00313 } |
|
Definition at line 243 of file Trader_T.h. |