mmserv/tms/tmsserver/inc/tmstareventhandler.h
branchRCL_3
changeset 46 0ac9a5310753
parent 45 095bea5f582e
equal deleted inserted replaced
45:095bea5f582e 46:0ac9a5310753
    51      * Implementation of CActive::RunL.
    51      * Implementation of CActive::RunL.
    52      * Called when server request has completed.
    52      * Called when server request has completed.
    53      **/
    53      **/
    54     void RunL();
    54     void RunL();
    55 
    55 
    56     /**
       
    57      * From CActive
       
    58      * Called when RunL leaves.
       
    59      **/
       
    60     TInt RunError(TInt aError);
       
    61 
       
    62 private:
    56 private:
    63 
    57 
    64     /**
    58     /**
    65      * C++ default constructor.
    59      * C++ default constructor.
    66      */
    60      */
    78 
    72 
    79 } //namespace TMS
    73 } //namespace TMS
    80 
    74 
    81 #endif //TMSTAREVENTHANDLER_H
    75 #endif //TMSTAREVENTHANDLER_H
    82 
    76 
       
    77 // End of File