diff -r 718eb10f3711 -r 0ffee699d6c7 usbclasses/usbmscpersonality/inc/CUsbActiveMscHandlerMdrv.h --- a/usbclasses/usbmscpersonality/inc/CUsbActiveMscHandlerMdrv.h Fri Apr 23 23:42:54 2010 +0300 +++ b/usbclasses/usbmscpersonality/inc/CUsbActiveMscHandlerMdrv.h Fri Apr 23 23:57:55 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2006-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" @@ -415,6 +415,11 @@ TBool iMountChanged; /** + * If query note shown by us + */ + TBool iIsQueryNoteShown; + + /** * Used to load devenccommonutils.dll and check the device encryption status */ RLibrary iLibrary;