javacommons/security/legacysupport/midp2securitypolicyv2/plugins/securitypolicyV2/src/SimpleMapping.cpp
changeset 50 023eef975703
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
49:35baca0e7a2e 50:023eef975703
    59 
    59 
    60     ASSERT((count % 2) == 0);
    60     ASSERT((count % 2) == 0);
    61 
    61 
    62     for (TInt i = 0; i < count; i++)
    62     for (TInt i = 0; i < count; i++)
    63     {
    63     {
    64         iMapping.Append(aMapping[i]);
    64         iMapping.AppendL(aMapping[i]);
    65     }
    65     }
    66 }
    66 }
    67 
    67 
    68 CSimpleMapping::~CSimpleMapping()
    68 CSimpleMapping::~CSimpleMapping()
    69 {
    69 {