usbengines/usbotgwatcher/inc/cusbstatehostaperipheral.h
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".
    65     // From OTG state observer
    65     // From OTG state observer
    66     /**
    66     /**
    67      * Became a host when A
    67      * Became a host when A
    68      */
    68      */
    69     void AHostL();
    69     void AHostL();
       
    70     
       
    71     /**
       
    72      * Became to Idle when A
       
    73      */
       
    74     void AIdleL();
    70 
    75 
    71 private:
    76 private:
    72     // data
    77     // data
    73 
    78 
    74     };
    79     };