mtpfws/mtpfw/src/cmtpserviceconfig.cpp
changeset 31 a26669f87b46
parent 0 d0791faffa3f
child 47 63cf70d3ecd8
equal deleted inserted replaced
29:3ae5cb0b4c02 31:a26669f87b46
   235     
   235     
   236     //read namespaces
   236     //read namespaces
   237     TUint num = reader.ReadInt16();
   237     TUint num = reader.ReadInt16();
   238     while( num-- )
   238     while( num-- )
   239         {
   239         {
   240         aNamespaces.Append( ReadGUID(reader) );
   240         aNamespaces.AppendL( ReadGUID(reader) );
   241         }
   241         }
   242     
   242     
   243     CleanupStack::PopAndDestroy(buffer);
   243     CleanupStack::PopAndDestroy(buffer);
   244     __FLOG(_L8("CMTPServiceConfig::StartReadServicePropertyNamespacesL - Exit"));
   244     __FLOG(_L8("CMTPServiceConfig::StartReadServicePropertyNamespacesL - Exit"));
   245     }
   245     }