telephonyprotocols/pdplayer/umts/test/te_spudNetworkSide/src/te_spudNetworkSideServer.cpp
branchRCL_3
changeset 7 fe8b59ab9fa0
parent 0 3553901f7fa8
child 18 17af172ffa5f
equal deleted inserted replaced
6:fc69e1e37771 7:fe8b59ab9fa0
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   239 		else if(aStepName == KCSpudDeletePrimaryR5Qos)
   239 		else if(aStepName == KCSpudDeletePrimaryR5Qos)
   240 			{
   240 			{
   241 			step = new CSpudDeletePrimaryR5Qos;
   241 			step = new CSpudDeletePrimaryR5Qos;
   242 			}	
   242 			}	
   243 #endif
   243 #endif
       
   244       else if(aStepName == KCIoctlAddressRetrieve)
       
   245             {
       
   246             step = new CIoctlAddressRetrieve;
       
   247             }
   244 	return step;	
   248 	return step;	
   245 	}
   249 	}
   246 
   250 
   247 
   251 
   248 
   252