#include <Trader_T.h>

Public Member Functions | |
| TAO_Support_Attributes (const TAO_Support_Attributes_i &attrs) | |
| virtual CORBA::Boolean | supports_modifiable_properties (void) |
| virtual CORBA::Boolean | supports_dynamic_properties (void) |
| virtual CORBA::Boolean | supports_proxy_offers (void) |
| virtual CosTrading::TypeRepository_ptr | type_repos (void) |
Private Attributes | |
| const TAO_Support_Attributes_i & | attrs_ |
Definition at line 142 of file Trader_T.h.
| TAO_Support_Attributes< IF >::TAO_Support_Attributes | ( | const TAO_Support_Attributes_i & | attrs | ) | [inline] |
Definition at line 163 of file Trader_T.cpp.
00164 : attrs_ (attrs) 00165 { 00166 }
| CORBA::Boolean TAO_Support_Attributes< IF >::supports_dynamic_properties | ( | void | ) | [inline, virtual] |
Definition at line 175 of file Trader_T.cpp.
00176 { 00177 return this->attrs_.supports_dynamic_properties (); 00178 }
| CORBA::Boolean TAO_Support_Attributes< IF >::supports_modifiable_properties | ( | void | ) | [inline, virtual] |
Definition at line 169 of file Trader_T.cpp.
00170 { 00171 return this->attrs_.supports_modifiable_properties (); 00172 }
| CORBA::Boolean TAO_Support_Attributes< IF >::supports_proxy_offers | ( | void | ) | [inline, virtual] |
Definition at line 181 of file Trader_T.cpp.
00182 { 00183 return this->attrs_.supports_proxy_offers (); 00184 }
| CosTrading::TypeRepository_ptr TAO_Support_Attributes< IF >::type_repos | ( | void | ) | [inline, virtual] |
Definition at line 187 of file Trader_T.cpp.
00188 { 00189 return CosTrading::TypeRepository::_duplicate (this->attrs_.type_repos ()); 00190 }
const TAO_Support_Attributes_i& TAO_Support_Attributes< IF >::attrs_ [private] |
Definition at line 160 of file Trader_T.h.
1.6.1