mpserviceplugins/mpxsqlitedbcommon/src/mpxdbcommonutil.cpp
changeset 45 612c4815aebe
parent 22 ecf06a08d4d9
child 47 4cc1412daed0
equal deleted inserted replaced
43:0f32e550d9d8 45:612c4815aebe
   425 //
   425 //
   426 EXPORT_C void MPXDbCommonUtil::FillInSupportedUIDsL(
   426 EXPORT_C void MPXDbCommonUtil::FillInSupportedUIDsL(
   427     const TArray<TMPXAttribute>& aAttrs,
   427     const TArray<TMPXAttribute>& aAttrs,
   428     RArray<TInt>& aSupportedIds)
   428     RArray<TInt>& aSupportedIds)
   429     {
   429     {
       
   430     CleanupClosePushL(aSupportedIds);
   430     MPX_FUNC("MPXDbCommonUtil::FillInSupportedUIDs");
   431     MPX_FUNC("MPXDbCommonUtil::FillInSupportedUIDs");
   431 
   432 
   432     TInt attrCount(aAttrs.Count());
   433     TInt attrCount(aAttrs.Count());
   433     for (TInt i = 0; i < attrCount; ++i)
   434     for (TInt i = 0; i < attrCount; ++i)
   434         {
   435         {
   455         else
   456         else
   456             {
   457             {
   457             // ignore attribute
   458             // ignore attribute
   458             }
   459             }
   459         }
   460         }
       
   461     CleanupStack::Pop();
   460     }
   462     }
   461 
   463 
   462 // ----------------------------------------------------------------------------
   464 // ----------------------------------------------------------------------------
   463 // Fill in change event message with the given info
   465 // Fill in change event message with the given info
   464 // ----------------------------------------------------------------------------
   466 // ----------------------------------------------------------------------------