diff -r 1a3f0bca12c6 -r fdc38da86094 connectivitymodules/SeCon/services/pcd/inc/sconvideoparser.h --- a/connectivitymodules/SeCon/services/pcd/inc/sconvideoparser.h Mon May 03 12:24:28 2010 +0300 +++ b/connectivitymodules/SeCon/services/pcd/inc/sconvideoparser.h Thu May 27 12:45:29 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-2010 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" @@ -141,9 +141,12 @@ private: // data CVideoPlayerUtility* iVideoUtil; CTNEVideoClipInfo* iVideoClip; - + RWsSession iWsSession; CWsScreenDevice* iScreen; + RWindow* iWindow; + RWindowGroup iRootWindow; + TRequestStatus* iCallerStatus; CActiveSchedulerWait iWait; CSconTimeOut* iTimeOut; @@ -156,6 +159,7 @@ TBool iVideoClipReady; TInt iVideoUtilErr; TInt iVideoClipErr; + TBool iAsyncStopCalled; }; #endif // SCONVIDEOPARSER_H