diff -r b5d63d5fc252 -r a469c0e6e7fb smf/smfservermodule/smfclient/client/smfactivityfetcher.h --- a/smf/smfservermodule/smfclient/client/smfactivityfetcher.h Mon Jun 07 11:43:45 2010 +0100 +++ b/smf/smfservermodule/smfclient/client/smfactivityfetcher.h Wed Jun 23 19:51:49 2010 +0530 @@ -27,7 +27,7 @@ #include "smfactions.h" typedef QList SmfActivityEntryList; - +class SmfActivityFetcherPrivate; /** * @ingroup smf_client_group * Basic activity service ("org.symbian.smf.client.activity.fetcher") @@ -72,10 +72,13 @@ /** * Signals availability of the result of the previous query */ - void resultsAvailable(SmfActivityEntryList* entries, QString error, SmfResultPage resultPage); - + void resultsAvailable(SmfActivityEntryList* entries, SmfError error, SmfResultPage resultPage); +private: + SmfActivityFetcherPrivate* m_private; + SmfProvider* m_baseProvider; + friend class SmfActivityFetcherPrivate; }; -SMF_SERVICE_NAME(SmfGallery, "org.symbian.smf.client.activity.fetcher\0.2") +SMF_SERVICE_NAME(SmfActivityFetcher, "org.symbian.smf.client.activity.fetcher\0.2") #endif /* SMFACTIVITYFETCHER_H_ */