~marcustomlinson/unity-scopes-api/lp-1494796

« back to all changes in this revision

Viewing changes to include/unity/scopes/ActivationListenerBase.h

  • Committer: Tarmac
  • Author(s): Michi Henning
  • Date: 2015-09-02 07:47:29 UTC
  • mfrom: (625.1.5 threading-doc)
  • Revision ID: tarmac-20150902074729-75blg4yzkz0ewzo2
Added doc about how method calls are partitioned onto threads. Fixes: https://bugs.launchpad.net/bugs/1273641.

Approved by PS Jenkins bot, Marcus Tomlinson.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    /// @endcond
44
44
 
45
45
    /**
46
 
    \brief Called once by the scopes run time with the activation response.
 
46
    \brief Called once by the scopes runtime with the activation response.
47
47
 
48
48
    The default implementation does nothing.
49
49
    \param response The response to the activation request, returned by a scope from ActivationQueryBase::activate().
51
51
    virtual void activated(ActivationResponse const& response);
52
52
 
53
53
    /**
54
 
    \brief Called once by the scopes run time after the final result for a request was sent.
 
54
    \brief Called once by the scopes runtime after the final result for a request was sent.
55
55
 
56
56
    Calls to finished() are made by an arbitrary thread.
57
57