connectivitymodules/SeCon/services/pcd/inc/sconvideoparser.h
changeset 37 74081e1a0272
parent 20 e1de7d03f843
--- a/connectivitymodules/SeCon/services/pcd/inc/sconvideoparser.h	Mon May 03 12:24:28 2010 +0300
+++ b/connectivitymodules/SeCon/services/pcd/inc/sconvideoparser.h	Tue Jul 13 03:28:47 2010 +0530
@@ -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