adaptationlayer/systemstatemanageradaptation/ssm_emergencycallrf_adaptation_dll/src/ssm_emergencycallrf_adaptation.cpp
changeset 9 8486d82aef45
parent 7 fa67e03b87df
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
     2 * ==============================================================================
     2 * ==============================================================================
     3 *  Name:           ssm_emergencycallrf_adaptation.cpp
     3 *  Name:           ssm_emergencycallrf_adaptation.cpp
     4 *  Part of:        SSMA EmergencyCallRfAdaptation
     4 *  Part of:        SSMA EmergencyCallRfAdaptation
     5 *  Interface:      N/A
     5 *  Interface:      N/A
     6 *  Description:    Declaration of CEmergencyCallRfAdaptation class
     6 *  Description:    Declaration of CEmergencyCallRfAdaptation class
     7 *  %version:       3 %
     7 *  %version:       4 %
     8 *  %date_modified: Fri Feb 12 10:59:11 2010 %
     8 *  %date_modified: Tue May 04 09:25:04 2010 %
     9 *
     9 *
    10 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
    10 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
    11 * All rights reserved.
    11 * All rights reserved.
    12 * This component and the accompanying materials are made available
    12 * This component and the accompanying materials are made available
    13 * under the terms of the License "Eclipse Public License v1.0"
    13 * under the terms of the License "Eclipse Public License v1.0"
    85 
    85 
    86     CleanupStack::PushL( self );
    86     CleanupStack::PushL( self );
    87     self->ConstructL();
    87     self->ConstructL();
    88     CleanupStack::Pop( self );
    88     CleanupStack::Pop( self );
    89 
    89 
    90     OstTrace1( TRACE_API, CEMERGENCYCALLRFADAPTATION_NEWL_2,
    90     OstTrace1( TRACE_BORDER, CEMERGENCYCALLRFADAPTATION_NEWL_2,
    91                "SSMA # CEmergencyCallRfAdaptation::NewL - return 0x%08x", self );
    91                "SSMA # CEmergencyCallRfAdaptation::NewL - return 0x%08x", self );
    92     API_TRACE((_L("SSMA # CEmergencyCallRfAdaptation::NewL - return 0x%08x"), self ));
    92     API_TRACE((_L("SSMA # CEmergencyCallRfAdaptation::NewL - return 0x%08x"), self ));
    93     return self;
    93     return self;
    94     }
    94     }
    95 
    95 
   108     iTransactionPtr.ResetAndDestroy();  
   108     iTransactionPtr.ResetAndDestroy();  
   109 
   109 
   110     /* Delete iCSACommonIscServicePtr */
   110     /* Delete iCSACommonIscServicePtr */
   111     if ( iCSACommonIscServicePtr )
   111     if ( iCSACommonIscServicePtr )
   112         {
   112         {
   113         OstTrace0( TRACE_API, CEMERGENCYCALLRFADAPTATION_CEMERGENCYCALLRFADAPTATION_D2,
   113         OstTrace0( TRACE_BORDER, CEMERGENCYCALLRFADAPTATION_CEMERGENCYCALLRFADAPTATION_D2,
   114                    "SSMA - CEmergencyCallRfAdaptation::~CEmergencyCallRfAdaptation - Delete iCSACommonIscServicePtr" );
   114                    "SSMA - CEmergencyCallRfAdaptation::~CEmergencyCallRfAdaptation - Delete iCSACommonIscServicePtr" );
   115         API_TRACE((_L( "SSMA - CEmergencyCallRfAdaptation::~CEmergencyCallRfAdaptation - Delete iCSACommonIscServicePtr" )));
   115         API_TRACE((_L( "SSMA - CEmergencyCallRfAdaptation::~CEmergencyCallRfAdaptation - Delete iCSACommonIscServicePtr" )));
   116 
   116 
   117         delete iCSACommonIscServicePtr;
   117         delete iCSACommonIscServicePtr;
   118         iCSACommonIscServicePtr = NULL;
   118         iCSACommonIscServicePtr = NULL;