telephonyprotocols/pdplayer/umts/spudtel/src/ceteldrivernotifier.cpp
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 /**
    18 /**
    19  @file 
    19  @file 
    20  @internalComponent
    20  @internalComponent
    21 */
    21 */
    22 
    22 
       
    23 
       
    24 
       
    25 #include "OstTraceDefinitions.h"
       
    26 #ifdef OST_TRACE_COMPILER_IN_USE
       
    27 #include "ceteldrivernotifierTraces.h"
       
    28 #endif
       
    29 
    23 #include <e32def.h>
    30 #include <e32def.h>
    24 
    31 
    25 #include "ceteldrivernotifier.h"
    32 #include "ceteldrivernotifier.h"
    26 #include "PDPFSM.h"
    33 #include "PDPFSM.h"
    27 #include "spudteldebuglogger.h"
       
    28 
    34 
    29 
    35 
    30 /**
    36 /**
    31 @param aPdpFsmInterface - reference to pdp fsm interface
    37 @param aPdpFsmInterface - reference to pdp fsm interface
    32 */
    38 */
    50 		}
    56 		}
    51 	else // error
    57 	else // error
    52 		{
    58 		{
    53 		if(KErrCancel != iStatus.Int())
    59 		if(KErrCancel != iStatus.Int())
    54 			{
    60 			{
    55 			SPUDTEL_ERROR_LOG(_L("CEtelDriverNotifier::RunL() reported an error: %d"), 
    61 			OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CETELDRIVERNOTIFIER_RUNL_1, "CEtelDriverNotifier::RunL() reported an error: %d", iStatus.Int());
    56 							iStatus.Int());
       
    57 			}
    62 			}
    58 		}
    63 		}
    59 	}
    64 	}
    60 	
    65