datasourcemodules/locationapesuplpsy/inc/suplpsycellidinfo.h
changeset 36 b47902b73a93
parent 0 9cfd9a3ee49c
equal deleted inserted replaced
35:a2efdd544abf 36:b47902b73a93
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Definition of TCellIdInfo.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef SUPLPSYCELLIDINFO_H
       
    19 #define SUPLPSYCELLIDINFO_H
       
    20 
       
    21 // INCLUDES
       
    22 
       
    23 
       
    24 /**
       
    25 *  structure to store the Cell Id information	
       
    26 *  @lib nlacidsuplpsy.lib
       
    27 *  @since S60 v3.1
       
    28 */
       
    29 
       
    30 struct TCellIdInfo
       
    31     {
       
    32     TInt iMNC;
       
    33     TInt iMCC;
       
    34     TInt iCid;
       
    35     TInt iLac; 
       
    36     };
       
    37 
       
    38 #endif      // SUPLPSYCELLIDINFO_H
       
    39             
       
    40 // End of File