fontservices/fontstore/tfs/TFntStoreServer.cpp
branchRCL_3
changeset 11 6971d1c87c9a
parent 5 e96e8a131979
child 54 748ec5531811
equal deleted inserted replaced
5:e96e8a131979 11:6971d1c87c9a
    41 #include "T_LinkedFonts2.h"
    41 #include "T_LinkedFonts2.h"
    42 #include "t_linkedfontsmemory.h"
    42 #include "t_linkedfontsmemory.h"
    43 #include "t_linkedfontscomparison.h"
    43 #include "t_linkedfontscomparison.h"
    44 #include "t_linkedfontscapability.h"
    44 #include "t_linkedfontscapability.h"
    45 #include "T_LinkedFontUpdateTests.h"
    45 #include "T_LinkedFontUpdateTests.h"
    46 #include "T_CACHE.H" 
       
    47 #include "T_FontSessionCache.h"
    46 #include "T_FontSessionCache.h"
    48 
    47 
    49 CTFntStoreServer* CTFntStoreServer::NewL()
    48 CTFntStoreServer* CTFntStoreServer::NewL()
    50 /**
    49 /**
    51    @return - Instance of the test server
    50    @return - Instance of the test server
   201         }
   200         }
   202     else if (aStepName == KTLinkedFontsUpdateStage2Step)
   201     else if (aStepName == KTLinkedFontsUpdateStage2Step)
   203         {
   202         {
   204         return new CTLinkedFontsUpdateStage2Step();
   203         return new CTLinkedFontsUpdateStage2Step();
   205         }
   204         }
   206     else if (aStepName == KTCacheStep)
       
   207         {
       
   208         return new CTCacheStep();
       
   209         }
       
   210     else if (aStepName == KTFontSessionCacheStep)
   205     else if (aStepName == KTFontSessionCacheStep)
   211         {
   206         {
   212         return new CTFontSessionCacheStep();
   207         return new CTFontSessionCacheStep();
   213         }
   208         }
   214 	RDebug::Printf("Test Step is either mis-spelt or doesn't exist - see CTFntStoreServer::CreateTestStep");
   209 	RDebug::Printf("Test Step is either mis-spelt or doesn't exist - see CTFntStoreServer::CreateTestStep");