lbstest/lbstestproduct/lbsassdata/src/ctlbsassdatastep.cpp
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     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 "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 ctlbsassdatastep.cpp
       
    15 // This is the class implementation for the LBS Client Test Step Base
       
    16 // 
       
    17 //
       
    18 
       
    19 #include "ctlbsassdatastep.h"
       
    20 
       
    21 
       
    22 CT_LbsAssDataStep::~CT_LbsAssDataStep()
       
    23 	{
       
    24 	}
       
    25 
       
    26 
       
    27 CT_LbsAssDataStep::CT_LbsAssDataStep(CT_LbsAssDataServer& aParent) : CT_LbsNetSimStep(), iParent(aParent)
       
    28 	{
       
    29 	}
       
    30 
       
    31 void CT_LbsAssDataStep::ConstructL()
       
    32 	{
       
    33 	// Create the base class objects.
       
    34 	CT_LbsNetSimStep::ConstructL();
       
    35 	}