#include <Trader_T.h>
Inheritance diagram for TAO_Support_Attributes< IF >:
Public Member Functions | |
TAO_Support_Attributes (const TAO_Support_Attributes_i &attrs) | |
virtual CORBA::Boolean | supports_modifiable_properties () throw (CORBA::SystemException) |
virtual CORBA::Boolean | supports_dynamic_properties () throw (CORBA::SystemException) |
virtual CORBA::Boolean | supports_proxy_offers () throw (CORBA::SystemException) |
virtual CosTrading::TypeRepository_ptr | type_repos () throw (CORBA::SystemException) |
Private Attributes | |
const TAO_Support_Attributes_i & | attrs_ |
|
Definition at line 184 of file Trader_T.cpp.
00185 : attrs_ (attrs) 00186 { 00187 } |
|
Definition at line 197 of file Trader_T.cpp.
00199 { 00200 return this->attrs_.supports_dynamic_properties (); 00201 } |
|
Definition at line 190 of file Trader_T.cpp.
00192 { 00193 return this->attrs_.supports_modifiable_properties (); 00194 } |
|
Definition at line 204 of file Trader_T.cpp.
00206 { 00207 return this->attrs_.supports_proxy_offers (); 00208 } |
|
Definition at line 211 of file Trader_T.cpp.
00213 {
00214 return CosTrading::TypeRepository::_duplicate (this->attrs_.type_repos ());
00215 }
|
|
Definition at line 169 of file Trader_T.h. |