#include <Trader_T.h>
Inheritance diagram for TAO_Import_Attributes< IF >:
Public Member Functions | |
TAO_Import_Attributes (const TAO_Import_Attributes_i &attrs) | |
virtual CORBA::ULong | def_search_card () throw (CORBA::SystemException) |
virtual CORBA::ULong | max_search_card () throw (CORBA::SystemException) |
virtual CORBA::ULong | def_match_card () throw (CORBA::SystemException) |
virtual CORBA::ULong | max_match_card () throw (CORBA::SystemException) |
virtual CORBA::ULong | def_return_card () throw (CORBA::SystemException) |
virtual CORBA::ULong | max_return_card () throw (CORBA::SystemException) |
virtual CORBA::ULong | max_list () throw (CORBA::SystemException) |
virtual CORBA::ULong | def_hop_count () throw (CORBA::SystemException) |
virtual CORBA::ULong | max_hop_count () throw (CORBA::SystemException) |
virtual CosTrading::FollowOption | def_follow_policy () throw (CORBA::SystemException) |
virtual CosTrading::FollowOption | max_follow_policy () throw (CORBA::SystemException) |
Private Attributes | |
const TAO_Import_Attributes_i & | attrs_ |
|
Definition at line 219 of file Trader_T.cpp.
00220 : attrs_ (attrs) 00221 { 00222 } |
|
Definition at line 288 of file Trader_T.cpp.
00290 { 00291 return this->attrs_.def_follow_policy (); 00292 } |
|
Definition at line 274 of file Trader_T.cpp.
00276 { 00277 return this->attrs_.def_hop_count (); 00278 } |
|
Definition at line 239 of file Trader_T.cpp.
00241 { 00242 return this->attrs_.def_match_card (); 00243 } |
|
Definition at line 253 of file Trader_T.cpp.
00255 { 00256 return this->attrs_.def_return_card (); 00257 } |
|
Definition at line 225 of file Trader_T.cpp.
00227 { 00228 return this->attrs_.def_search_card (); 00229 } |
|
Definition at line 295 of file Trader_T.cpp.
00297 { 00298 return this->attrs_.max_follow_policy (); 00299 } |
|
Definition at line 281 of file Trader_T.cpp.
00283 { 00284 return this->attrs_.max_hop_count (); 00285 } |
|
Definition at line 267 of file Trader_T.cpp.
|
|
Definition at line 246 of file Trader_T.cpp.
00248 { 00249 return this->attrs_.max_match_card (); 00250 } |
|
Definition at line 260 of file Trader_T.cpp.
00262 { 00263 return this->attrs_.max_return_card (); 00264 } |
|
Definition at line 232 of file Trader_T.cpp.
00234 { 00235 return this->attrs_.max_search_card (); 00236 } |
|
Definition at line 227 of file Trader_T.h. |