bearermanagement/mpm/src/mpmconnmonevents.cpp
changeset 71 9f263f780e41
parent 56 dd6aaa97e7b1
child 73 70ee5458c95d
equal deleted inserted replaced
70:ac5daea24fb0 71:9f263f780e41
     1 /*
     1 /*
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   540             IapAvailabilityChange( EConnMonEvent );
   540             IapAvailabilityChange( EConnMonEvent );
   541             break;
   541             break;
   542             }
   542             }
   543         default:
   543         default:
   544             {
   544             {
   545             MPMLOGSTRING( "CMPMConnMonEvents::RunL: default" )
   545             MPMLOGSTRING( "CMPMConnMonEvents::EventL: default" )
   546             break;
   546             break;
   547             }
   547             }
   548         }
   548         }
   549     }
   549     }
   550 
   550