contentstorage/caclient/s60/inc/caclientnotifierproxy.h
changeset 87 9d806967057c
parent 85 7feec50967db
child 93 82b66994846c
--- a/contentstorage/caclient/s60/inc/caclientnotifierproxy.h	Tue Mar 23 23:28:12 2010 +0200
+++ b/contentstorage/caclient/s60/inc/caclientnotifierproxy.h	Tue Mar 23 23:42:03 2010 +0200
@@ -11,7 +11,7 @@
  *
  * Contributors:
  *
- * Description: 
+ * Description:
  *
  */
 
@@ -43,7 +43,7 @@
      * @param changeType change type.
      */
     virtual void entryChanged(TInt entryId,
-        TChangeType changeType) const = 0;
+                              TChangeType changeType) const = 0;
 
     /**
      * Method invoked when entry is changed.
@@ -51,7 +51,7 @@
      * @param changeType change type.
      */
     virtual void entryChanged(const CCaInnerEntry &entry,
-        TChangeType changeType) const = 0;
+                              TChangeType changeType) const = 0;
 
     /**
      * Method invoked when entry was changed.
@@ -69,7 +69,7 @@
 class CACLIENT_EXPORT CaClientNotifierProxy: public QObject,
     public IDataObserver
 {
-Q_OBJECT
+    Q_OBJECT
 
 public:
 
@@ -97,7 +97,7 @@
      * @param changeType change type.
      */
     virtual void entryChanged(const CCaInnerEntry &entry,
-        TChangeType changeType) const;
+                              TChangeType changeType) const;
 
     /**
      * Method invoked when entry was changed.
@@ -137,7 +137,7 @@
 
     void signalEntryChanged(int entryId, ChangeType changeType) const;
     void signalEntryChanged(const CaEntry &entry,
-        ChangeType changeType) const;
+                            ChangeType changeType) const;
     void signalEntryTouched(int id) const;
     void signalGroupContentChanged(int groupId) const;