photosgallery/slideshow/engine/controlsrc/shweffectcontrol.h
branchRCL_3
changeset 35 420f6808bf21
parent 0 4e91876724a2
--- a/photosgallery/slideshow/engine/controlsrc/shweffectcontrol.h	Tue May 25 12:42:31 2010 +0300
+++ b/photosgallery/slideshow/engine/controlsrc/shweffectcontrol.h	Wed Jun 09 09:41:51 2010 +0300
@@ -239,7 +239,10 @@
 		RPointerArray<CAlfVisual> iPausedVisuals;
 		
 		TInt iFailedThumbnailIndex;
-
+		/// Own: Flag to tell if HDMI decoding is completed
+		TBool iHDMIFirstDecoded;
+		/// Own: Flag to tell if TN ready received
+		TBool iTNReadyReceived;		
 	};
 
 #endif // __CSHWEFFECTCONTROL_H__