diff -r 718eb10f3711 -r 0ffee699d6c7 usbengines/usbotgwatcher/inc/cusbvbusobserver.h --- a/usbengines/usbotgwatcher/inc/cusbvbusobserver.h Fri Apr 23 23:42:54 2010 +0300 +++ b/usbengines/usbotgwatcher/inc/cusbvbusobserver.h Fri Apr 23 23:57:55 2010 +0300 @@ -1,20 +1,19 @@ /* -* Copyright (c) 2008-2008 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: Implements VBus observer + * Copyright (c) 2008-2008 Nokia Corporation and/or its subsidiary(-ies). + * All rights reserved. + * This component and the accompanying materials are made available + * under the terms of "Eclipse Public License v1.0" + * which accompanies this distribution, and is available + * at the URL "http://www.eclipse.org/legal/epl-v10.html". * -*/ - + * Initial Contributors: + * Nokia Corporation - initial contribution. + * + * Contributors: + * + * Description: Implements VBus observer + * + */ #ifndef C_USBVBUSOBSERVER_H #define C_USBVBUSOBSERVER_H @@ -41,7 +40,7 @@ /** * error handler * @param aError error code - */ + */ virtual void VBusObserverErrorL(TInt aError)=0; }; @@ -128,7 +127,7 @@ /** * The observer reports state changes to own observers - * Own + * Not owns */ RPointerArray iObservers;