haitest/bspsvs/suite/common/inc/DataWrapperBase.inl
author hgs
Thu, 22 Jul 2010 11:31:20 +0530
changeset 34 e3791e9f7cd4
parent 0 cec860690d41
permissions -rw-r--r--
201027_07

/*
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/


RFs& CDataWrapperBase::FileServer()
	{
	return iFs;
	}

CConsoleBase* CDataWrapperBase::GetConsoleL()
	{
	return(Console::NewL(KConsname,TSize(KConsFullScreen,KConsFullScreen)));
	}