common/tools/ats/smoketest/lbs/internal/lbstestserver/src/tstartparamsbase.cpp
changeset 748 e13acd883fbe
child 872 17498133d9ad
equal deleted inserted replaced
747:76f9aaeefbab 748:e13acd883fbe
       
     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 // Definition of class used to define server start parameters 
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22  @internalTechnology
       
    23 */
       
    24 
       
    25 #include "tstartparamsbase.h"
       
    26 
       
    27 TStartParamsBase::~TStartParamsBase()
       
    28 	{
       
    29 	// nothing to do - virtual placeholder
       
    30 	}
       
    31 
       
    32 const TUid	TStartParamsBase::GetType() const
       
    33 	{
       
    34 	return iType;
       
    35 	}
       
    36 	
       
    37 void TStartParamsBase::SetType(const TUid& aType)	
       
    38 	{
       
    39 	iType = aType;
       
    40 	}