--- a/sysstatemgmt/systemstateplugins/cmncustomcmd/src/ssmcmncustomcmdfactory.cpp Fri Sep 17 08:36:42 2010 +0300
+++ b/sysstatemgmt/systemstateplugins/cmncustomcmd/src/ssmcmncustomcmdfactory.cpp Mon Oct 04 02:28:24 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2007-2010 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"
@@ -21,7 +21,6 @@
#include "ssmcmncustomcmdfactory.h"
#include "cmdrendezvouswithestart.h"
-#include "cmdpersistreboots.h"
#include "cmdcancelmonitoring.h"
EXPORT_C MSsmCustomCommand* SsmCmnCustomCmdFactory::CmdRendezvousWithEStartL()
@@ -30,12 +29,6 @@
return self;
}
-EXPORT_C MSsmCustomCommand* SsmCmnCustomCmdFactory::CmdPersistRebootsNewL()
- {
- CCustomCmdPersistReboots* self = CCustomCmdPersistReboots::NewL();
- return self;
- }
-
EXPORT_C MSsmCustomCommand* SsmCmnCustomCmdFactory::CmdCancelMonitoringL()
{
CCustomCmdCancelMonitoring* self = CCustomCmdCancelMonitoring::NewL();