contentstorage/caclient/inc/caservice_p.h
changeset 87 9d806967057c
parent 85 7feec50967db
child 92 782e3408c2ab
--- a/contentstorage/caclient/inc/caservice_p.h	Tue Mar 23 23:28:12 2010 +0200
+++ b/contentstorage/caclient/inc/caservice_p.h	Tue Mar 23 23:42:03 2010 +0200
@@ -35,8 +35,8 @@
     explicit CaServicePrivate(CaService *servicePublic);
     ~CaServicePrivate();
 
-    QList<CaEntry*> getEntries(const QList<int> &entryIdList) const;
-    QList<CaEntry*> getEntries(const CaQuery &query) const;
+    QList<CaEntry *> getEntries(const QList<int> &entryIdList) const;
+    QList<CaEntry *> getEntries(const CaQuery &query) const;
     QList<int> getEntryIds(const CaQuery &query) const;
 
     CaEntry *createEntry(const CaEntry &entry);
@@ -48,7 +48,7 @@
     bool touch(const CaEntry &entry);
 
     bool insertEntriesIntoGroup(int groupId, const QList<int> &entryIdList,
-        int beforeEntryId);
+                                int beforeEntryId);
 
     bool removeEntriesFromGroup(int groupId, const QList<int> &entryIdList);
 
@@ -58,7 +58,7 @@
 
     bool executeCommand(const CaEntry &entry, const QString &command);
 
-    CaNotifier * createNotifier(const CaNotifierFilter &filter);
+    CaNotifier *createNotifier(const CaNotifierFilter &filter);
 
     bool customSort(int groupId, QList<int> &entryIdList);
 
@@ -69,12 +69,12 @@
     /**
      * Points to the CaService instance that uses this private implementation.
      */
-    CaService * const m_q;
+    CaService *const m_q;
 
     /**
      * Proxy to communicate with Symbian server.
      */
-    CaClientProxy * mProxy;
+    CaClientProxy *mProxy;
 
     /**
      * code of error caused by last operation.