usbengines/usbotgwatcher/src/cusbstatehostdelayhandle.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".
    13  *
    13  *
    14  * Description:  Implementation
    14  * Description:  Implementation
    15  *
    15  *
    16  */
    16  */
    17 
    17 
       
    18 #include "cusbotgwatcher.h"
    18 #include "cusbstatehostdelayhandle.h"
    19 #include "cusbstatehostdelayhandle.h"
    19 
    20 
    20 #include "errors.h"
    21 #include "errors.h"
    21 #include "debug.h"
    22 #include "debug.h"
    22 #include "panic.h"
    23 #include "panic.h"
    58 //
    59 //
    59 void CUsbStateHostDelayHandle::VBusUpL()
    60 void CUsbStateHostDelayHandle::VBusUpL()
    60     {
    61     {
    61     LOG_FUNC
    62     LOG_FUNC
    62     // this is not expected, due to in this state vbus already up, since entering the state
    63     // this is not expected, due to in this state vbus already up, since entering the state
    63     Panic( EVBusUpNotExpected);
    64     PANIC( EVBusUpNotExpected);
    64     }
    65     }
    65 
    66 
    66 // From Host Event notification observer
    67 // From Host Event notification observer
    67 // ---------------------------------------------------------------------------
    68 // ---------------------------------------------------------------------------
    68 // 
    69 //