diff -r f544d10663bf -r 890b5dd735f8 vtuis/videotelui/inc/CVtUiAppUi.h --- a/vtuis/videotelui/inc/CVtUiAppUi.h Thu Jul 15 18:41:45 2010 +0300 +++ b/vtuis/videotelui/inc/CVtUiAppUi.h Thu Aug 19 09:57:36 2010 +0300 @@ -143,6 +143,11 @@ * Refreshes blind flags. */ void RefreshBlind(); + + /** + * Enable end call button + */ + void EnableEndCallButton(); /** * Refreshes synchronisation. @@ -1490,6 +1495,8 @@ TInt iDelayedCmd; //disable video process TBool iDisableVideoOngoing; + //disable video process + TBool iShareImageOngoing; }; #endif // CVTUIAPPUI_H