summaryrefslogtreecommitdiff
path: root/TAO/tao/Fixed_TypeCode.inl
blob: ebee506a4d7edfdbbb3dfada64e6f1dd0cb16585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- C++ -*-
//
// $Id$

template <class RefCountPolicy>
ACE_INLINE
TAO::TypeCode::Fixed<RefCountPolicy>::Fixed (CORBA::UShort digits,
                                             CORBA::UShort scale)
  : digits_ (digits),
    scale_ (scale)
{
}