contentstorage/caclient/src/cahandlerproxy.cpp
changeset 98 d2f833ab7940
parent 96 5d243a69bdda
child 99 7aaf39b772ac
equal deleted inserted replaced
97:1e962b12a8db 98:d2f833ab7940
    50 
    50 
    51 /*!
    51 /*!
    52   Forwards execute request to an appropriate handler if found otherwise ignores the request.
    52   Forwards execute request to an appropriate handler if found otherwise ignores the request.
    53   \param entry Subject for the requested command.
    53   \param entry Subject for the requested command.
    54   \param commandName Name of the command to be executed.
    54   \param commandName Name of the command to be executed.
    55   \return KErrNone (i.e. 0) on succes, error code otherwise.
    55   \retval KErrNone on succes, error code otherwise.
    56   \sa e32err.h for KErrNone definition.
    56   \sa e32err.h for KErrNone definition.
    57 */
    57 */
    58 ErrorCode CaHandlerProxy::execute(const CaEntry &entry, const QString &commandName)
    58 ErrorCode CaHandlerProxy::execute(const CaEntry &entry, const QString &commandName)
    59 {
    59 {
    60     CaHandler *const handler = getHandler(entry, commandName);
    60     CaHandler *const handler = getHandler(entry, commandName);