supl/locationomasuplprotocolhandler/protocolhandlerver2/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     if(iOMASuplInfoRequestList)
    81 				delete iOMASuplInfoRequestList;
    81         {
    82 				iOMASuplInfoRequestList = NULL;
    82         delete iOMASuplInfoRequestList;
    83 			
    83         iOMASuplInfoRequestList = NULL;
    84 			}
    84         }
    85 	}
    85     }
    86 
    86 
    87 // -----------------------------------------------------------------------------
    87 // -----------------------------------------------------------------------------
    88 // COMASuplPOSRequestor::NewL
    88 // COMASuplPOSRequestor::NewL
    89 // Two-phased constructor.
    89 // Two-phased constructor.
    90 // -----------------------------------------------------------------------------
    90 // -----------------------------------------------------------------------------