diff -r e78d6e055a5b -r b34d53f6acdf activityfw/storage/client/s60/inc/afstorageclient_p.h --- a/activityfw/storage/client/s60/inc/afstorageclient_p.h Fri Jul 23 14:03:00 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,71 +0,0 @@ -/* -* 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: -* -*/ - -#ifndef AFSTORAGECLIENTPRIVATE_H -#define AFSTORAGECLIENTPRIVATE_H - -#include -#include "afstorageglobals.h" -#include "afstorageclientimp.h" - -class AfStorageEntry; -class AfAsyncRequestPrivate; - -class AfStorageClientPrivate -{ -public: - AfStorageClientPrivate(MAfAsyncRequestObserver & observer); - - ~AfStorageClientPrivate(); - - int connect(); - - int addActivity(const AfStorageEntry &sourceEntry, const QPixmap& sourceImage); - - int updateActivity(const AfStorageEntry &sourceEntry, const QPixmap& sourceImage); - - int removeActivity(const AfStorageEntry &templateEntry); - - int removeApplicationActivities(const AfStorageEntry &templateEntry); - - int activities(QList &dst); - - int applicationActivities(QList &dst, - const AfStorageEntry &entry); - - int activityData(AfStorageEntry &resultEntry, const AfStorageEntry &templateEntry); - - int waitActivity(); - - int getThumbnail(QSize size, QString imagePath , void *userDdata); - - int notifyDataChange(); - - int launchActivity(const AfStorageEntry &templateEntry); - - int cancelWaitActivity(); - - int cancelNotifyDataChange(); - -private: - int execute(int function, const AfStorageEntry &sourceEntry, const QPixmap& sourceImage); - int execute(int function, QList& resultsList,const AfStorageEntry& templateEntry); - -private: - RAfStorageClientImplementation mImplementation; -}; -#endif // AFSTORAGECLIENTPRIVATE_H