installationservices/swi/test/tdaemon/tdaemon.cpp
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    60 	// since we cannot leave.
    60 	// since we cannot leave.
    61 	if (aStepName == KDriveWatcherStep)
    61 	if (aStepName == KDriveWatcherStep)
    62 		return new CWatcherStep();
    62 		return new CWatcherStep();
    63 	else if (aStepName == KDaemonStep)
    63 	else if (aStepName == KDaemonStep)
    64 		return new CDaemonStep();
    64 		return new CDaemonStep();
    65 	
    65 	else if (aStepName == KAddDriveStep)
       
    66 	    return new CAddDriveStep();
    66 	
    67 	
    67 	return NULL;
    68 	return NULL;
    68 	}
    69 	}
    69 
    70 
    70 } // namespace Swi::Test
    71 } // namespace Swi::Test