telephonyserverplugins/common_tsy/test/component/mockltsy/mockltsy/src/cmockphonemesshandler.cpp
branchRCL_3
changeset 18 17af172ffa5f
parent 15 8b9e023e329f
child 19 630d2f34d719
equal deleted inserted replaced
17:1ac40e087278 18:17af172ffa5f
    62 	iCWLists.ResetAndDestroy();
    62 	iCWLists.ResetAndDestroy();
    63 	iVoicemailIds.ResetAndDestroy();
    63 	iVoicemailIds.ResetAndDestroy();
    64 	iNetworkInfoV1List.ResetAndDestroy();
    64 	iNetworkInfoV1List.ResetAndDestroy();
    65 	iNetworkInfoV2List.ResetAndDestroy();
    65 	iNetworkInfoV2List.ResetAndDestroy();
    66 	iNetworkInfoV5List.ResetAndDestroy();
    66 	iNetworkInfoV5List.ResetAndDestroy();
       
    67 	iStoredNetworkLists.ResetAndDestroy();
    67     }
    68     }
    68 
    69 
    69 /**
    70 /**
    70 Execute a request
    71 Execute a request
    71 */
    72 */
   948 			}		
   949 			}		
   949             break;
   950             break;
   950         case ECtsyPhoneGetPreferredNetworksComp:
   951         case ECtsyPhoneGetPreferredNetworksComp:
   951             {
   952             {
   952             CMobilePhoneStoredNetworkList* list = CMobilePhoneStoredNetworkList::NewL();
   953             CMobilePhoneStoredNetworkList* list = CMobilePhoneStoredNetworkList::NewL();
       
   954             iStoredNetworkLists.Append(list);
   953             TSerializer<CMobilePhoneStoredNetworkList>::DeserialiseL(aData, *list);
   955             TSerializer<CMobilePhoneStoredNetworkList>::DeserialiseL(aData, *list);
   954             dataPackage.PackData(list);
   956             dataPackage.PackData(list);
   955             }
   957             }
   956             break;
   958             break;
   957 		default:
   959 		default: