userlibandfileserver/fileserver/shostmassstorage/shared/shared.h
changeset 109 b3a1d9898418
parent 0 a41df078684a
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    75     TUint32 iNumberOfBlocks;
    75     TUint32 iNumberOfBlocks;
    76     /** Block Length */
    76     /** Block Length */
    77     TUint32 iBlockLength;
    77     TUint32 iBlockLength;
    78     /** Media write protect */
    78     /** Media write protect */
    79     TBool iWriteProtect;
    79     TBool iWriteProtect;
       
    80     /** Block device or CD-ROM */
       
    81     TMediaType iMediaType;
    80     };
    82     };
    81 
    83 
    82 
    84 
    83 
    85 
    84 #endif //__HOSTUSBMSSHARED_H__
    86 #endif //__HOSTUSBMSSHARED_H__