diff -r bbf46f59e123 -r 25ffed67c7ef fbs/fontandbitmapserver/tfbs/tipctest.h --- a/fbs/fontandbitmapserver/tfbs/tipctest.h Tue Aug 31 16:31:06 2010 +0300 +++ b/fbs/fontandbitmapserver/tfbs/tipctest.h Wed Sep 01 12:39:21 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 1996-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1996-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" @@ -17,7 +17,7 @@ #define __TIPCTest_H__ #include -#include "test/TGraphicsHarness.h" +#include "TGraphicsHarness.h" class RIPCTestFbservClient : public RSessionBase { @@ -40,10 +40,14 @@ protected: //from CTGraphicsStep virtual void RunTestCaseL(TInt aCurTestCase); + void LoadFontsL(const TDesC& aFontsDir); void ConstructL(); private: + void LoadFontFromFilelistL(TInt aFindFileComplete, CDir* aFoundFileList, TFindFile& aFileFinder); + +private: RFbsSession* iFbs; CFontStore* iFs; RHeap* iHeap;