uiservicetab/vimpststorage/src/vimpststorageutils.cpp
branchRCL_3
changeset 9 9fdee5e1da30
parent 0 5e5d6b214f4f
equal deleted inserted replaced
8:796276a1bdcc 9:9fdee5e1da30
    18 
    18 
    19 #include "vimpststorageutils.h"
    19 #include "vimpststorageutils.h"
    20 #include "cvimpststoragemanagerfactory.h"
    20 #include "cvimpststoragemanagerfactory.h"
    21 #include "mvimpststorageserviceview.h"
    21 #include "mvimpststorageserviceview.h"
    22 
    22 
    23 #include "vimpstdebugtrace.h"
    23 #include "uiservicetabtracer.h"
    24 #include "vimpstbuilddefinitions.h"
    24 #include "vimpstbuilddefinitions.h"
    25 
    25 
    26 #include <escapeutils.h>
    26 #include <escapeutils.h>
    27 #include <collate.h>
    27 #include <collate.h>
    28 
    28 
    45 // -----------------------------------------------------------------------------
    45 // -----------------------------------------------------------------------------
    46 //
    46 //
    47 TInt VIMPSTStorageUtils::NeutralCompare( const TDesC& aId1,
    47 TInt VIMPSTStorageUtils::NeutralCompare( const TDesC& aId1,
    48         const TDesC& aId2, TBool aDomainNeutral )
    48         const TDesC& aId2, TBool aDomainNeutral )
    49     {
    49     {
       
    50 	TRACER_AUTO;
    50     // points to user part of id
    51     // points to user part of id
    51     TPtrC ptrId1( aId1 );
    52     TPtrC ptrId1( aId1 );
    52     TPtrC ptrId2( aId2 );
    53     TPtrC ptrId2( aId2 );
    53 
    54 
    54 	// Reduce looking for protocol part only to beginning of the WVID and
    55 	// Reduce looking for protocol part only to beginning of the WVID and
   133 // VIMPSTStorageUtils::DisplayId
   134 // VIMPSTStorageUtils::DisplayId
   134 // -----------------------------------------------------------------------------
   135 // -----------------------------------------------------------------------------
   135 //
   136 //
   136 TPtrC VIMPSTStorageUtils::DisplayId( const TDesC& aId, TBool /*aListHiding*/ )
   137 TPtrC VIMPSTStorageUtils::DisplayId( const TDesC& aId, TBool /*aListHiding*/ )
   137     {
   138     {
       
   139 	TRACER_AUTO;
   138     TPtrC ret( aId );
   140     TPtrC ret( aId );
   139 
   141 
   140     return ret;
   142     return ret;
   141     }
   143     }
   142 
   144