diff -r c6bafb5162d8 -r 41fba8bcf7b7 voicerecorder/RecViewInc/CVRRecView.h --- a/voicerecorder/RecViewInc/CVRRecView.h Wed Sep 01 12:29:14 2010 +0100 +++ b/voicerecorder/RecViewInc/CVRRecView.h Wed Sep 15 12:15:47 2010 +0300 @@ -410,6 +410,12 @@ * Context that is used to activate model */ TVRRecViewContexts iContext; + + /** + * Own: Indicates USB connection dialog is open or not. + * If value is ETrue, don't try to open it again. + */ + TBool iUSBConnectedDialogOpen; }; #endif // __CVRRECVIEW_H__