idlefw/plugins/sapidataplugin/inc/sapidataobserver.h
branchRCL_3
changeset 19 502e5d91ad42
parent 9 d0529222e3f0
child 74 edd621764147
--- a/idlefw/plugins/sapidataplugin/inc/sapidataobserver.h	Fri Mar 12 15:43:54 2010 +0200
+++ b/idlefw/plugins/sapidataplugin/inc/sapidataobserver.h	Mon Mar 15 12:41:53 2010 +0200
@@ -37,8 +37,7 @@
 NONSHARABLE_CLASS( CSapiDataObserver ) : public CBase, 
     public MLiwNotifyCallback
     {
-public:
-    // constructor and destructor
+public: // constructor and destructor
     
     /**
     * Part of the two phased constuction
@@ -57,8 +56,7 @@
     */   
     ~CSapiDataObserver();
 
-private:
-    // construtors
+private:  // construtors
     
     /**
     * Constructor
@@ -77,8 +75,7 @@
     */
     void ConstructL( MLiwInterface* aInterface, CSapiData* aData );
        
-public:  
-    //from MLiwNotifyCallbackc
+public: //from MLiwNotifyCallback
     
     /**
     * Handles notifications caused by an asynchronous Execute*CmdL call
@@ -98,8 +95,7 @@
         CLiwGenericParamList& aEventParamList,
         const CLiwGenericParamList& /*aInParamList*/);
 
-public:
-    // new functions
+public:  // new functions
     
     /**
     * Registers to CPS for add, delete , update and execute notifications
@@ -114,15 +110,12 @@
     */
     void ReleaseL();
         
-private:
-    // data
+private: // data
     
     /** Interface Reference, not owned */    
     MLiwInterface* iInterface;   
     /** Reference of the sapi data, not owned */
     CSapiData* iData;    
-    /** Call back error code */
-    TInt iError;        
     };
 
 #endif // SAPIDATAOBSERVER_H