uiservicetab/vimpstdetailsviewplugin/src/cvimpstfieldpropertyarray.cpp
branchRCL_3
changeset 14 9fdee5e1da30
parent 0 5e5d6b214f4f
equal deleted inserted replaced
13:796276a1bdcc 14:9fdee5e1da30
    26 #include <MVPbkStoreContactField.h>
    26 #include <MVPbkStoreContactField.h>
    27 #include <MVPbkStoreContact.h>
    27 #include <MVPbkStoreContact.h>
    28 #include <MVPbkContactFieldUriData.h>
    28 #include <MVPbkContactFieldUriData.h>
    29 // System includes
    29 // System includes
    30 #include <barsread.h>
    30 #include <barsread.h>
       
    31 #include "uiservicetabtracer.h"
    31 _LIT(KColon,":");
    32 _LIT(KColon,":");
    32 
    33 
    33 // ---------------------------------------------------------------------------
    34 // ---------------------------------------------------------------------------
    34 // CVIMPSTFieldPropertyArray::CVIMPSTFieldPropertyArray
    35 // CVIMPSTFieldPropertyArray::CVIMPSTFieldPropertyArray
    35 // ---------------------------------------------------------------------------
    36 // ---------------------------------------------------------------------------
   126          TResourceReader& aReader,
   127          TResourceReader& aReader,
   127          const MVPbkFieldTypeList& aSupportedFieldTypeList,
   128          const MVPbkFieldTypeList& aSupportedFieldTypeList,
   128          TBool aPresenceSupported,
   129          TBool aPresenceSupported,
   129          TDesC& aServiceName, TStoreType aStoreType)
   130          TDesC& aServiceName, TStoreType aStoreType)
   130      {
   131      {
       
   132 	 TRACER_AUTO;
   131      // aSupportedFieldTypeList is a list of the supported field type of the used store
   133      // aSupportedFieldTypeList is a list of the supported field type of the used store
   132      const TInt count = aReader.ReadInt16();
   134      const TInt count = aReader.ReadInt16();
   133 
   135 
   134      for (TInt i = 0; i < count; ++i)
   136      for (TInt i = 0; i < count; ++i)
   135          {
   137          {