usbengines/usbotgwatcher/src/cusbstatehostdelayattachedhandle.cpp
changeset 47 878846f7623e
parent 46 0ffee699d6c7
child 63 ef2686f7597e
equal deleted inserted replaced
46:0ffee699d6c7 47:878846f7623e
     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     }