/*
- * @(#)ValueRecords.cpp 1.6 00/03/15
*
- * (C) Copyright IBM Corp. 1998, 1999, 2000, 2001 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
*
*/
le_int16 ValueRecord::getFieldCount(ValueFormat valueFormat)
{
- static le_int16 bitsInNibble[] =
+ static const le_int16 bitsInNibble[] =
{
0 + 0 + 0 + 0,
0 + 0 + 0 + 1,
le_int16 ValueRecord::getFieldIndex(ValueFormat valueFormat, ValueRecordField field)
{
- static le_uint16 beforeMasks[] =
+ static const le_uint16 beforeMasks[] =
{
0x0000,
0x0001,