diff -r 4707a0db12f6 -r adb51f74b890 videoplayerapp/videoplayerengine/tsrc/testvideoiadupdatewrapper/stub/inc/iaupdateresult.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/videoplayerapp/videoplayerengine/tsrc/testvideoiadupdatewrapper/stub/inc/iaupdateresult.h Tue Oct 05 09:26:49 2010 +0300 @@ -0,0 +1,47 @@ +/* +* Copyright (c) 2007-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: This file contains the header file of the CIAUpdateResult class +* +*/ + + + +#ifndef IA_UPDATE_RESULT_H +#define IA_UPDATE_RESULT_H + +#include + +#define private public +#include "videoiadupdatewrapper.h" +#undef private + +/** + * CIAUpdateResult gives results of the completed update operation. + * + * @see CIAUpdate + * @see MIAUpdateObserver + * + * @since S60 v3.2 + */ +class CIAUpdateResult + { +public: + + CIAUpdateResult(){}; + + TInt SuccessCount() const{return 1;}; + }; + +#endif // IA_UPDATE_RESULT_H +