Repository: qpid-proton Updated Branches: refs/heads/master 5c2540b30 -> f0e6a0dba
PROTON-1041: add recurring timer to README for C++ examples Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f0e6a0db Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f0e6a0db Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f0e6a0db Branch: refs/heads/master Commit: f0e6a0dba8263d5b655264f588927d8479c09397 Parents: 5c2540b Author: Clifford Jansen <[email protected]> Authored: Mon Feb 1 07:38:42 2016 -0500 Committer: Clifford Jansen <[email protected]> Committed: Mon Feb 1 13:47:53 2016 -0500 ---------------------------------------------------------------------- examples/cpp/README.hpp | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f0e6a0db/examples/cpp/README.hpp ---------------------------------------------------------------------- diff --git a/examples/cpp/README.hpp b/examples/cpp/README.hpp index c03982b..ccfb7e9 100644 --- a/examples/cpp/README.hpp +++ b/examples/cpp/README.hpp @@ -96,6 +96,12 @@ alternatives. */ +/** @example recurring_timer.cpp + +Shows how to implement recurring time-based events using the scheduler. + +*/ + /** @example broker.hpp Common logic for a simple "mini broker" that creates creates queues --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
