cmmanager/cmmgr/cmmserver/inc/cmmdbchangelistener.h
changeset 53 4af712113915
parent 20 9c97ad6591ae
equal deleted inserted replaced
47:cb7afde124a3 53:4af712113915
    53     TUint32 GetTableId();
    53     TUint32 GetTableId();
    54     TInt Start();
    54     TInt Start();
    55 
    55 
    56 private: // Methods from base class
    56 private: // Methods from base class
    57     void DoCancel();
    57     void DoCancel();
    58     void RunL(); // Don't leave, or implement RunError() //TODO, implement RunError()
    58     void RunL();
       
    59 
       
    60     /**
       
    61      * From CActive, handles leaves from RunL.
       
    62      * @param aLeaveCode The leave code.
       
    63      */
       
    64     TInt RunError( TInt aLeaveCode );
    59 
    65 
    60 private:
    66 private:
    61     TInt RequestNotification();
    67     TInt RequestNotification();
    62 
    68 
    63 private:
    69 private: