usbclasses/usbmscpersonality/inc/CUsbActiveMscHandlerMdrv.h
branchRCL_3
changeset 65 a44cdf4b4bf0
parent 0 1e05558e2206
child 63 ef2686f7597e
equal deleted inserted replaced
64:8ecef05bbada 65:a44cdf4b4bf0
     1 /*
     1 /*
     2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   413      * FAT has been unmounted or MSC mounted.
   413      * FAT has been unmounted or MSC mounted.
   414      */
   414      */
   415     TBool iMountChanged;
   415     TBool iMountChanged;
   416 
   416 
   417     /**
   417     /**
       
   418      * If query note shown by us
       
   419      */
       
   420     TBool iIsQueryNoteShown;
       
   421     
       
   422     /**
   418      * Used to load devenccommonutils.dll and check the device encryption status
   423      * Used to load devenccommonutils.dll and check the device encryption status
   419      */
   424      */
   420     RLibrary iLibrary;
   425     RLibrary iLibrary;
   421     CDevEncSessionBase* iDevEncSession;
   426     CDevEncSessionBase* iDevEncSession;
   422     };
   427     };