mtpfws/mtpfw/dataproviders/devdp/src/cmtpdevicedatastore.cpp
branchRCL_3
changeset 15 f85613f12947
parent 13 81da3301b632
child 19 0aa8cc770c8a
equal deleted inserted replaced
13:81da3301b632 15:f85613f12947
   511     Set the default values.
   511     Set the default values.
   512 
   512 
   513         1.  Device friendly name.
   513         1.  Device friendly name.
   514     */
   514     */
   515     iDeviceFriendlyNameDefault = iSingletons.FrameworkConfig().ValueL(CMTPFrameworkConfig::EDeviceFriendlyName);
   515     iDeviceFriendlyNameDefault = iSingletons.FrameworkConfig().ValueL(CMTPFrameworkConfig::EDeviceFriendlyName);
   516     iDeviceFriendlyName = CMTPTypeString::NewL(*iDeviceFriendlyNameDefault);
   516     iDeviceFriendlyName = CMTPTypeString::NewL();
   517 
   517 
   518     //  2.  Synchronization partner name.
   518     //  2.  Synchronization partner name.
   519     iSyncPartnerNameDefault = iSingletons.FrameworkConfig().ValueL(CMTPFrameworkConfig::ESynchronizationPartnerName);
   519     iSyncPartnerNameDefault = iSingletons.FrameworkConfig().ValueL(CMTPFrameworkConfig::ESynchronizationPartnerName);
   520     iSynchronisationPartner = CMTPTypeString::NewL(*iSyncPartnerNameDefault);
   520     iSynchronisationPartner = CMTPTypeString::NewL(*iSyncPartnerNameDefault);
   521 
   521