usbengines/usbotgwatcher/inc/errors.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".
    39     EUsbWatcherOtgStateError,
    39     EUsbWatcherOtgStateError,
    40     EUsbWatcherMessageNotificationError,
    40     EUsbWatcherMessageNotificationError,
    41     EUsbWatcherCanNotStartSession,
    41     EUsbWatcherCanNotStartSession,
    42     EUsbWatcherCanNotEnableDriverLoading,
    42     EUsbWatcherCanNotEnableDriverLoading,
    43     EUsbWatcherCanNotClearBusError,
    43     EUsbWatcherCanNotClearBusError,
    44     EUsbWatcherCanNotRaiseVBus
    44     EUsbWatcherCanNotRaiseVBus,
       
    45     EUsbWatcherNoMemory
    45 
    46 
    46     };
    47     };
    47 
    48 
    48 #endif //  ERRRORS_H
    49 #endif //  ERRRORS_H