DII_Arguments.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // DII_Arguments.inl,v 1.3 2005/11/03 17:38:45 ossama Exp
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 namespace TAO
00008 {
00009   ACE_INLINE
00010   NamedValue_Argument::NamedValue_Argument (CORBA::NamedValue_ptr x)
00011     : x_ (x)
00012     , byte_order_ (0)
00013   {
00014   }
00015 
00016   ACE_INLINE int
00017   NamedValue_Argument::byte_order (void) const
00018   {
00019     return this->byte_order_;
00020   }
00021 
00022   // ===================================================================
00023 
00024   ACE_INLINE
00025   NVList_Argument::NVList_Argument (CORBA::NVList_ptr x,
00026                                     bool lazy_eval)
00027     : x_ (x)
00028       , lazy_evaluation_ (lazy_eval)
00029   {
00030   }
00031 }
00032 
00033 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 13:04:21 2006 for TAO_DynamicInterface by doxygen 1.3.6