sysstatemgmt/systemstateplugins/cmncustomcmd/src/ssmcmncustomcmdfactory.cpp
changeset 74 9d35fd98f273
parent 0 4e1aa6a622a0
equal deleted inserted replaced
69:dc67b94625c5 74:9d35fd98f273
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-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".
    19  @released
    19  @released
    20 */
    20 */
    21 
    21 
    22 #include "ssmcmncustomcmdfactory.h"
    22 #include "ssmcmncustomcmdfactory.h"
    23 #include "cmdrendezvouswithestart.h"
    23 #include "cmdrendezvouswithestart.h"
    24 #include "cmdpersistreboots.h"
       
    25 #include "cmdcancelmonitoring.h"
    24 #include "cmdcancelmonitoring.h"
    26 
    25 
    27 EXPORT_C MSsmCustomCommand* SsmCmnCustomCmdFactory::CmdRendezvousWithEStartL()
    26 EXPORT_C MSsmCustomCommand* SsmCmnCustomCmdFactory::CmdRendezvousWithEStartL()
    28 	{
    27 	{
    29 	CCustomCmdRendezvousWithEStart* self = CCustomCmdRendezvousWithEStart::NewL();
    28 	CCustomCmdRendezvousWithEStart* self = CCustomCmdRendezvousWithEStart::NewL();
    30 	return self;
       
    31 	}
       
    32 
       
    33 EXPORT_C MSsmCustomCommand* SsmCmnCustomCmdFactory::CmdPersistRebootsNewL()
       
    34 	{
       
    35 	CCustomCmdPersistReboots* self = CCustomCmdPersistReboots::NewL();
       
    36 	return self;
    29 	return self;
    37 	}
    30 	}
    38 
    31 
    39 EXPORT_C MSsmCustomCommand* SsmCmnCustomCmdFactory::CmdCancelMonitoringL()
    32 EXPORT_C MSsmCustomCommand* SsmCmnCustomCmdFactory::CmdCancelMonitoringL()
    40     {
    33     {