loc_pub/landmarks_ui_selector_api/tsrc/inc/testlmkitemiddbcombiinf.h
branchRCL_3
changeset 18 870918037e16
parent 0 522cd55cc3d7
equal deleted inserted replaced
17:1fc85118c3ae 18:870918037e16
       
     1 /*
       
     2 * Copyright (c) 2007 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:    LandmarksUi Content File -  Class used for testing TLmkItemIdDbCombiInfo class
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #ifndef TLMKITEMIDDBCOMBIINF_H
       
    25 #define TLMKITEMIDDBCOMBIINF_H
       
    26 
       
    27 //  INCLUDES
       
    28 #include <e32base.h>            // CBase
       
    29 
       
    30 /**
       
    31 * Class used for testing TLmkItemIdDbCombiInfo class.
       
    32 *
       
    33 */
       
    34 class TLmkItemIdDbCombiInf
       
    35 {
       
    36 
       
    37    public:  // Constructors and destructor
       
    38         /**
       
    39         * C++ default constructor.
       
    40         * @return newly instantiated object
       
    41         */
       
    42 
       
    43         TLmkItemIdDbCombiInf();
       
    44 
       
    45         /**
       
    46         * Destructor.
       
    47         */
       
    48         ~TLmkItemIdDbCombiInf();
       
    49 
       
    50    public: // Functions for getting/setting the info
       
    51 
       
    52         /**
       
    53         * Set & get the item id.
       
    54         */
       
    55         void GetItemIdL();
       
    56 
       
    57         /**
       
    58         * Set & get the Landmarks Db handle.
       
    59         */
       
    60 
       
    61         void GetLmDbL();
       
    62 
       
    63         /**
       
    64         * Set & get the item id.
       
    65         */
       
    66         void SetGetItemIdL();
       
    67 
       
    68         /**
       
    69         * Set & get the Landmarks Db handle.
       
    70         */
       
    71 
       
    72         void SetGetLmDbL();
       
    73 
       
    74 
       
    75 private: // own data
       
    76 
       
    77 };
       
    78 
       
    79 
       
    80 #endif // TLmkItemIdDbCombiInf_H