TAO_CosTrader
2.0.8
|
This class stores, allows access to and modification of trader's link attributes. More...
#include <Trader.h>
Public Member Functions | |
TAO_Link_Attributes_i (TAO_Lockable &locker) | |
~TAO_Link_Attributes_i () | |
CosTrading::FollowOption | max_link_follow_policy (void) const |
void | max_link_follow_policy (CosTrading::FollowOption) |
Private Attributes | |
TAO_Lockable & | locker_ |
A reference to the trader (needed for obtaining the lock.) | |
CosTrading::FollowOption | max_link_follow_policy_ |
This class stores, allows access to and modification of trader's link attributes.
Contains a reference to the trader from which it is used so it can use trader's lock.
TAO_Link_Attributes_i::TAO_Link_Attributes_i | ( | TAO_Lockable & | locker | ) |
TAO_Link_Attributes_i::~TAO_Link_Attributes_i | ( | void | ) |
CosTrading::FollowOption TAO_Link_Attributes_i::max_link_follow_policy | ( | void | ) | const |
void TAO_Link_Attributes_i::max_link_follow_policy | ( | CosTrading::FollowOption | new_value | ) |
TAO_Lockable& TAO_Link_Attributes_i::locker_ [private] |
A reference to the trader (needed for obtaining the lock.)