lbstest/lbstestproduct/lbsptbmtlr/inc/ctlbsptbmtlrserver.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 ctlbsptbmtlrserver.h
       
    15 // This contains the header file for PTB LBS MTLR Test server
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef __CT_LBS_PTB_MTLR_SERVER_H__
       
    20 #define __CT_LBS_PTB_MTLR_SERVER_H__
       
    21 
       
    22 // System includes
       
    23 
       
    24 // User includes
       
    25 #include "ctlbsserver.h"
       
    26 #include "ctlbsptbmtlrshareddata.h"
       
    27 
       
    28 //Literals Used
       
    29 _LIT(KLbsPTBMTLRTestServer,"LbsPTBMTLRTestServer");
       
    30 
       
    31 
       
    32 // Implements the LBS Client Test server
       
    33 class CT_LbsPTBMTLRServer : public CT_LbsServer
       
    34 	{
       
    35 public :
       
    36 	static CT_LbsPTBMTLRServer* NewL();
       
    37 	// Creates the test steps based on the test step name 
       
    38 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
       
    39 	~CT_LbsPTBMTLRServer();
       
    40 	
       
    41 protected:
       
    42 	CT_LbsPTBMTLRServer();
       
    43 	void ConstructL(const TDesC& aName);
       
    44 	};
       
    45 
       
    46 #endif //__CT_LBS_PTB_MTLR_SERVER_H__