pnpmobileservices/pnpms/OnlineSupport/inc/ccmdialogmonitor.h
branchRCL_3
changeset 54 9360ca28b668
parent 0 3ce708148e4d
equal deleted inserted replaced
40:f2101057ffeb 54:9360ca28b668
   103         /**
   103         /**
   104         * From CActive Handles an active object’s request completion event.
   104         * From CActive Handles an active object’s request completion event.
   105         * @since 2.0
   105         * @since 2.0
   106         * @return void
   106         * @return void
   107         */
   107         */
   108         void RunL();
   108         void RunL();        
   109         
   109             
   110         /**
   110         /**
   111         * From CActive Cancels any outstanding request.
   111         * From CActive Cancels any outstanding request.
   112         * @since 2.0
   112         * @since 2.0
   113         * @return void
   113         * @return void
   114         */
   114         */
   115         void DoCancel();
   115         void DoCancel();
   116 
   116 
   117         /**
   117         /**
   118         * From CActive Handles a leave occurring in the request completion event handler RunL().
   118         * From CActive Handles a leave occurring in the request completion event handler RunL().
   119         */
   119         */
   120         //TInt RunError( TInt aError );
   120         TInt RunError( TInt aError );
   121     private:
   121     private:
   122 
   122 
   123         /**
   123         /**
   124         * C++ default constructor.
   124         * C++ default constructor.
   125         */
   125         */