lbs/lbsclient/inc/ctlbsclientstepsrvversion.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2006-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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // @file CT_LbsClientStep_SrvVersion.h
       
    15 // This contains the header file for Server Version Tests
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef __CT_LBS_CLIENT_STEP_SRV_VERSION_H__
       
    20 #define __CT_LBS_CLIENT_STEP_SRV_VERSION_H__
       
    21 
       
    22 #include "ctlbsclientstep.h"
       
    23 #include "ctlbsclientserver.h"
       
    24 
       
    25 // Literals used
       
    26 _LIT(KLbsClientStep_SrvVersion, "LbsClientStep_SrvVersion");
       
    27 
       
    28 class CT_LbsClientStep_SrvVersion : public CT_LbsClientStep
       
    29 	{
       
    30 public:
       
    31 	~CT_LbsClientStep_SrvVersion();
       
    32 
       
    33 	static CT_LbsClientStep_SrvVersion* NewL(CT_LbsClientServer& aParent);
       
    34 	static CT_LbsClientStep_SrvVersion* New(CT_LbsClientServer& aParent);
       
    35 
       
    36 	virtual TVerdict doTestStepL();
       
    37 
       
    38 private:
       
    39 	CT_LbsClientStep_SrvVersion(CT_LbsClientServer& aParent);
       
    40 
       
    41 	};
       
    42 
       
    43 #endif //__CT_LBS_CLIENT_STEP_SRV_VERSION_H__