usbengines/usbotgwatcher/src/cusbstatehostdelayattachedhandle.cpp
branchRCL_3
changeset 7 ff9df6630274
parent 6 a15c582fbf97
equal deleted inserted replaced
6:a15c582fbf97 7:ff9df6630274
     1 /*
     1 /*
     2  * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2008 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".
   123             }
   123             }
   124 
   124 
   125         default:
   125         default:
   126             {
   126             {
   127             LOG1("Unexpected request id = %d" , iWhat );
   127             LOG1("Unexpected request id = %d" , iWhat );
   128             Panic( EUnexpectedSituationToHandle);
   128             PANIC( EUnexpectedSituationToHandle);
   129             break;
   129             break;
   130             }
   130             }
   131         }
   131         }
   132     }
   132     }
   133 
   133 
   163             break;
   163             break;
   164             }
   164             }
   165         default:
   165         default:
   166             {
   166             {
   167             LOG1( "Unknown timer id = %d", aTimerId );
   167             LOG1( "Unknown timer id = %d", aTimerId );
   168             Panic( EWrongTimerId);
   168             PANIC( EWrongTimerId);
   169             }
   169             }
   170         }
   170         }
   171     }
   171     }