clfwrapper/ClientSrc/CCLFItemImpl.cpp
changeset 1 acef663c1218
parent 0 c53acadfccc6
child 6 646a02f170b9
equal deleted inserted replaced
0:c53acadfccc6 1:acef663c1218
   256 
   256 
   257     if ( propertyDef )
   257     if ( propertyDef )
   258         {
   258         {
   259         // Get the actual data
   259         // Get the actual data
   260         CMdEProperty* prop = NULL;
   260         CMdEProperty* prop = NULL;
   261         TInt index = iMdEObject.Property( *propertyDef, prop );
   261         const TInt index = iMdEObject.Property( *propertyDef, prop );
   262         if ( prop )
   262         if ( prop )
   263             {
   263             {
   264             const TInt num = sizeof ( clfwrappermusictypes ) / sizeof( TDesC* );
   264             const TInt num = sizeof ( clfwrappermusictypes ) / sizeof( TDesC* );
   265 
   265 
   266             for ( TInt i = 0; i < num; ++i )
   266             for ( TInt i = 0; i < num; ++i )