lbstest/lbstestproduct/lbshybridmolr/src/ctlbshybridmolrserver.cpp
branchRCL_3
changeset 54 0c2046328c85
parent 0 9cfd9a3ee49c
child 49 5f20f71a57a3
child 55 c92d4f3c47c5
equal deleted inserted replaced
52:29dbbeac905d 54:0c2046328c85
    45 #include "ctlbsmolrresetassistance.h"
    45 #include "ctlbsmolrresetassistance.h"
    46 #include "ctlbsuebasedmolrselfinternalvaluestest.h"
    46 #include "ctlbsuebasedmolrselfinternalvaluestest.h"
    47 #include "ctlbssuplmolrtbfutilesp.h"
    47 #include "ctlbssuplmolrtbfutilesp.h"
    48 #include "ctlbsuebasedmolronesl.h"
    48 #include "ctlbsuebasedmolronesl.h"
    49 #include "ctlbsmolrerrorassistance.h"
    49 #include "ctlbsmolrerrorassistance.h"
       
    50 #include "ctlbshybridueassistednpudposstatus.h"
    50 
    51 
    51 /**
    52 /**
    52   NewL()
    53   NewL()
    53   Constructs a CT_LbsHybridMOLRServer object.
    54   Constructs a CT_LbsHybridMOLRServer object.
    54   Uses two phase construction and leaves nothing on the CleanupStack.
    55   Uses two phase construction and leaves nothing on the CleanupStack.
   278 		}
   279 		}
   279 	else if (aStepName == KLbsMOLRErrorAssistance)
   280 	else if (aStepName == KLbsMOLRErrorAssistance)
   280 	    {
   281 	    {
   281 	    return CT_LbsMolrErrorAssistance::New(*this);
   282 	    return CT_LbsMolrErrorAssistance::New(*this);
   282 	    }
   283 	    }
       
   284 	else if (aStepName == KLbsHybridUEAssistedNpudPosStatus)
       
   285 	    {
       
   286 	    return CT_LbsHybridUEAssistedNpudPosStatus::New(*this);
       
   287 	    }
   283 		
   288 		
   284 	// Let base class handle any common test steps - will return NULL if test step is not supported.
   289 	// Let base class handle any common test steps - will return NULL if test step is not supported.
   285 	return CT_LbsServer::CreateTestStep(aStepName);
   290 	return CT_LbsServer::CreateTestStep(aStepName);
   286 	}
   291 	}
   287 
   292