TAO_Support_Attributes< IF > Class Template Reference

#include <Trader_T.h>

Collaboration diagram for TAO_Support_Attributes< IF >:

Collaboration graph
[legend]
List of all members.

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_iattrs_

Detailed Description

template<class IF>
class TAO_Support_Attributes< IF >

Definition at line 142 of file Trader_T.h.


Constructor & Destructor Documentation

template<class IF>
TAO_Support_Attributes< IF >::TAO_Support_Attributes ( const TAO_Support_Attributes_i attrs  ) 

Definition at line 163 of file Trader_T.cpp.

00164   : attrs_ (attrs)
00165 {
00166 }


Member Function Documentation

template<class IF>
CORBA::Boolean TAO_Support_Attributes< IF >::supports_dynamic_properties ( void   )  [virtual]

Definition at line 175 of file Trader_T.cpp.

References TAO_Support_Attributes< IF >::attrs_, and TAO_Support_Attributes_i::supports_dynamic_properties().

00176 {
00177   return this->attrs_.supports_dynamic_properties ();
00178 }

template<class IF>
CORBA::Boolean TAO_Support_Attributes< IF >::supports_modifiable_properties ( void   )  [virtual]

Definition at line 169 of file Trader_T.cpp.

References TAO_Support_Attributes< IF >::attrs_, and TAO_Support_Attributes_i::supports_modifiable_properties().

00170 {
00171   return this->attrs_.supports_modifiable_properties ();
00172 }

template<class IF>
CORBA::Boolean TAO_Support_Attributes< IF >::supports_proxy_offers ( void   )  [virtual]

Definition at line 181 of file Trader_T.cpp.

References TAO_Support_Attributes< IF >::attrs_, and TAO_Support_Attributes_i::supports_proxy_offers().

00182 {
00183   return this->attrs_.supports_proxy_offers ();
00184 }

template<class IF>
CosTrading::TypeRepository_ptr TAO_Support_Attributes< IF >::type_repos ( void   )  [virtual]

Definition at line 187 of file Trader_T.cpp.

00188 {
00189   return CosTrading::TypeRepository::_duplicate (this->attrs_.type_repos ());
00190 }


Member Data Documentation

template<class IF>
const TAO_Support_Attributes_i& TAO_Support_Attributes< IF >::attrs_ [private]

Definition at line 160 of file Trader_T.h.

Referenced by TAO_Support_Attributes< IF >::supports_dynamic_properties(), TAO_Support_Attributes< IF >::supports_modifiable_properties(), and TAO_Support_Attributes< IF >::supports_proxy_offers().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:49:35 2010 for TAO_CosTrader by  doxygen 1.4.7