Fixed_TypeCode.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Fixed_TypeCode.inl 72138 2006-04-19 09:23:57Z jwillemsen $
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 template <class RefCountPolicy>
00008 ACE_INLINE
00009 TAO::TypeCode::Fixed<RefCountPolicy>::Fixed (CORBA::UShort digits,
00010                                              CORBA::UShort scale)
00011   : ::CORBA::TypeCode (CORBA::tk_fixed)
00012   , RefCountPolicy ()
00013   , digits_ (digits)
00014   , scale_ (scale)
00015 {
00016 }
00017 
00018 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Sun Jan 27 13:21:06 2008 for TAO_AnyTypeCode by doxygen 1.3.6