mmserv/tms/tmsserver/inc/tmsdtmfeventhandler.h
changeset 32 94fc26b6e006
parent 22 128eb6a32b84
equal deleted inserted replaced
31:8dfd592727cb 32:94fc26b6e006
    56     /**
    56     /**
    57      * From CActive
    57      * From CActive
    58      * Implementation of CActive::RunError.
    58      * Implementation of CActive::RunError.
    59      * Called when RunL leaves.
    59      * Called when RunL leaves.
    60      */
    60      */
    61     TInt RunError(TInt /*aError*/) {}
    61     TInt RunError(TInt aError);
    62 
    62 
    63 private:
    63 private:
    64 
    64 
    65     /**
    65     /**
    66      * C++ default constructor.
    66      * C++ default constructor.