mtpfws/mtpfw/src/cmtpserviceconfig.cpp
changeset 38 48c22c726cf9
parent 0 d0791faffa3f
child 47 63cf70d3ecd8
equal deleted inserted replaced
33:883e91c086aa 38:48c22c726cf9
   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     }