Submitting following changes -
AuthApps for Last.fm and Twitter added
API for checking ServiceAuthorization added for SMFCredMgrClient
API added for forcefully removing credential details from SMFCredMgr
Extra argument checks in SMfClient APIs
APIs for service login and logout from SMFClient
Redundant members removed from SmfServerSymbian
DSM bug fixes
Test Apps included
#ifndef GRIDVIEW_H
#define GRIDVIEW_H
///Its not in use at this poin
#include <qwidget.h>
#include "WidgetConstants.h"
#include<qpushbutton.h>
class GridView : public QWidget
{
Q_OBJECT
public:
GridView();
void CreateGridView(QStringList aIconPath, QStringList names);
~GridView();
};
#endif // GRIDVIEW_H