fontservices/fontstore/tfs/TFntStoreServer.cpp
branchRCL_3
changeset 54 748ec5531811
parent 11 6971d1c87c9a
child 55 336bee5c2d35
equal deleted inserted replaced
36:f902e87c146f 54:748ec5531811
    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" 
    46 #include "T_FontSessionCache.h"
    47 #include "T_FontSessionCache.h"
    47 
    48 
    48 CTFntStoreServer* CTFntStoreServer::NewL()
    49 CTFntStoreServer* CTFntStoreServer::NewL()
    49 /**
    50 /**
    50    @return - Instance of the test server
    51    @return - Instance of the test server
   200         }
   201         }
   201     else if (aStepName == KTLinkedFontsUpdateStage2Step)
   202     else if (aStepName == KTLinkedFontsUpdateStage2Step)
   202         {
   203         {
   203         return new CTLinkedFontsUpdateStage2Step();
   204         return new CTLinkedFontsUpdateStage2Step();
   204         }
   205         }
       
   206     else if (aStepName == KTCacheStep)
       
   207         {
       
   208         return new CTCacheStep();
       
   209         }
   205     else if (aStepName == KTFontSessionCacheStep)
   210     else if (aStepName == KTFontSessionCacheStep)
   206         {
   211         {
   207         return new CTFontSessionCacheStep();
   212         return new CTFontSessionCacheStep();
   208         }
   213         }
   209 	RDebug::Printf("Test Step is either mis-spelt or doesn't exist - see CTFntStoreServer::CreateTestStep");
   214 	RDebug::Printf("Test Step is either mis-spelt or doesn't exist - see CTFntStoreServer::CreateTestStep");