diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-05-25 15:03:06 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-05-25 15:03:06 +0100 |
commit | b1514f50102307285cd4b5ea36ccb663792ba0b0 (patch) | |
tree | c25e106e8f8bc5241fa374c5f2f81d922c726ee3 | |
parent | 9fb35489c299b0b063f93e7d4a9ccf712bb9922e (diff) |
HandleWithTime: add version annotation
-rw-r--r-- | spec/Channel_Dispatch_Operation.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/Channel_Dispatch_Operation.xml b/spec/Channel_Dispatch_Operation.xml index 7041dba0..f8b084ed 100644 --- a/spec/Channel_Dispatch_Operation.xml +++ b/spec/Channel_Dispatch_Operation.xml @@ -371,6 +371,11 @@ </method> <method name="HandleWithTime" tp:name-for-bindings="Handle_With_Time"> + <tp:added version="0.19.UNRELEASED"> + At the time of writing, no released implementation of the + Channel Dispatcher implements this method; clients should fall + back to calling <tp:member-ref>HandleWith</tp:member-ref>. + </tp:added> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A variant of <tp:member-ref>HandleWith</tp:member-ref> allowing the approver to pass an user action time. This timestamp will be passed |