contentstorage/caclient/src/cahandlerproxy.cpp
changeset 103 b99b84bcd2d1
parent 83 156f692b1687
child 99 7aaf39b772ac
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
    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);