diff -r 8ecef05bbada -r a44cdf4b4bf0 usbclasses/usbmscpersonality/inc/CUsbActiveMscHandlerMdrv.h --- a/usbclasses/usbmscpersonality/inc/CUsbActiveMscHandlerMdrv.h Fri Feb 19 23:50:32 2010 +0200 +++ b/usbclasses/usbmscpersonality/inc/CUsbActiveMscHandlerMdrv.h Fri Mar 12 15:48:40 2010 +0200 @@ -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;