lbstest/lbstestproduct/lbsextendedmtlr/inc/ctlbsextendedmtlrshareddata.h
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // @file ctlbsextendedmtlrshareddata.h
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 #ifndef __T_LBS_EXTENDED_MTLR_SHARED_DATA_H__
       
    20 #define __T_LBS_EXTENDED_MTLR_SHARED_DATA_H__
       
    21 
       
    22 // system includes
       
    23 
       
    24 // Lbs includes
       
    25 #include "ctlbsshareddata.h"
       
    26 #include <lbs/test/tlbsutils.h>
       
    27 
       
    28 class CT_LbsExtendedMTLRSharedData : public CT_LbsSharedData
       
    29 {
       
    30 public:
       
    31 	static CT_LbsExtendedMTLRSharedData* NewL();
       
    32 	~CT_LbsExtendedMTLRSharedData();
       
    33 
       
    34 protected:
       
    35 	CT_LbsExtendedMTLRSharedData();
       
    36 	void ConstructL();
       
    37 
       
    38 private:
       
    39 //	RPointerArray<TLbsModuleUpdateItem>& iUpdateArr;
       
    40 };
       
    41 
       
    42 #endif // __T_LBS_EXTENDED_MTLR_SHARED_DATA_H__