diff -r 03849bd79877 -r fdbfe0a95492 deviceupdatesui/deviceupdates/src/dmserviceprovider.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/deviceupdatesui/deviceupdates/src/dmserviceprovider.cpp Fri Oct 15 11:39:02 2010 +0530 @@ -0,0 +1,64 @@ +/* +* Copyright (c) 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" +* 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: Qt Highway Service Provider for control panel +* +*/ +#include +#include "dmserviceprovider.h" +#include "nsmldmsyncinternalpskeys.h" +#include +#include +#include +#include +#include +// ----------------------------------------------------------------------------- +// DMServiceProvider::DMServiceProvider +// ----------------------------------------------------------------------------- +// +DMServiceProvider::DMServiceProvider(QObject* parent) +: XQServiceProvider("com.nokia.services.MDM.devicemanager",parent) +{ + publishAll(); +} + +// ----------------------------------------------------------------------------- +// DMServiceProvider::~DMServiceProvider +// ----------------------------------------------------------------------------- +// +DMServiceProvider::~DMServiceProvider() +{ +} + +// ----------------------------------------------------------------------------- +// DMServiceProvider::complete +// ----------------------------------------------------------------------------- +// +void DMServiceProvider::complete() +{ + TInt err = RProperty::Delete(KPSUidNSmlDMSyncApp, KDMLaunched); + qDebug()<<"dmsrvice error "<