equal
deleted
inserted
replaced
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 |