dcmofw/dcmocustcmd/src/dcmocustcmdfactory.cpp
author hgs
Tue, 28 Sep 2010 17:53:08 +0530
changeset 71 d2517372cc44
parent 0 b497e44ab2fc
permissions -rw-r--r--
201039_01

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
* Implementation of DCMOCmdsFactory class.
*
*/

#include "dcmocustcmdsfactory.h"
#include "dcmocustcmdallreasons.h"
#include "dcmostartupDebug.h"


// ======== MEMBER FUNCTIONS ========

// ---------------------------------------------------------------------------
// DCMOCustCmdsFactory::DCMOCustCmdAllReasonsNewL
// ---------------------------------------------------------------------------
//
EXPORT_C MSsmCustomCommand* DCMOCustCmdsFactory::DCMOCustCmdAllReasonsNewL()
    {
    	FLOG( _L( "[DCMOCustCmdsFactory::DCMOCustCmdAllReasonsNewL() " ) );
    	return CDCMOCustCmdAllReasons::NewL();
    }