~unity-team/unity-scopes-api/vivid+overlay

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Michi Henning, Pawel Stolowski
  • Date: 2015-09-15 11:20:13 UTC
  • mfrom: (261.1.43 staging)
  • Revision ID: ci-train-bot@canonical.com-20150915112013-wu6ux4p1id91skv1
Merged devel.
Approved by: Michi Henning, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    The destructor implicitly calls finished() if a Reply goes out of scope without
47
47
    a prior call to finished(). Similarly, QueryBase::run() implicitly calls finished() when
48
48
    it returns, provided there are no more reply proxies in scope. In other words, calling
49
 
    finished() is optional. The scopes run time ensures that the call happens automatically,
 
49
    finished() is optional. The scopes runtime ensures that the call happens automatically,
50
50
    either when the last reply proxy goes out of scope, or when QueryBase::run() returns
51
51
    (whichever happens last).
52
52
    */