supl/locationomasuplprotocolhandler/protocolhandlerver1/src/epos_comasuplposrequestor.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
    73 // COMASuplPOSRequestor::DestroyList
    73 // COMASuplPOSRequestor::DestroyList
    74 // -----------------------------------------------------------------------------
    74 // -----------------------------------------------------------------------------
    75 //
    75 //
    76 void COMASuplPOSRequestor::DestroyList()
    76 void COMASuplPOSRequestor::DestroyList()
    77     {
    77     {
    78 		iTrace->Trace(_L("COMASuplPOSRequestor::DestroyList"), KTraceFileName, __LINE__); 
    78     if(iTrace)
    79 		if(iOMASuplInfoRequestList)
    79         iTrace->Trace(_L("COMASuplPOSRequestor::DestroyList"), KTraceFileName, __LINE__); 
    80 			{
    80     
    81 				delete iOMASuplInfoRequestList;
    81     if(iOMASuplInfoRequestList)
    82 				iOMASuplInfoRequestList = NULL;
    82         {
    83 			
    83         delete iOMASuplInfoRequestList;
    84 			}
    84         iOMASuplInfoRequestList = NULL;
    85 	}
    85 
       
    86         }
       
    87     }
    86 
    88 
    87 // -----------------------------------------------------------------------------
    89 // -----------------------------------------------------------------------------
    88 // COMASuplPOSRequestor::NewL
    90 // COMASuplPOSRequestor::NewL
    89 // Two-phased constructor.
    91 // Two-phased constructor.
    90 // -----------------------------------------------------------------------------
    92 // -----------------------------------------------------------------------------