diff -r 53c8aa5d97a3 -r 8f559c47d7fd camerauis/cameraapp/generic/inc/CamVideoPreCaptureView.h --- a/camerauis/cameraapp/generic/inc/CamVideoPreCaptureView.h Tue May 25 12:22:04 2010 +0300 +++ b/camerauis/cameraapp/generic/inc/CamVideoPreCaptureView.h Wed Jun 09 09:21:41 2010 +0300 @@ -26,6 +26,7 @@ class CAknButton; class MAknsSkinInstance; class TAknsItemID; +class CCamTimer; // CLASS DECLARATION @@ -125,7 +126,19 @@ * Update the softkeys for the current situation. * @since 2.8 */ - void UpdateCbaL(); + void UpdateCbaL(); + + /* + * Hdmi Timer callback + */ + static TInt HdmiTimerCallback( TAny* aSelf ); + + /* + * Hdmi Timer callback handler + */ + void DoHdmiTimerCallbackL(); + + protected: // Functions from base classes @@ -259,6 +272,7 @@ // Have mute/unmute option in embedded video menu TInt iAudioEnabled; + CCamTimer* iHdmiTimer; }; #endif // CAMVIDEOPRECAPTUREVIEW_H