
Module: ppl/ppl Branch: master Commit: f53a31830c3e65477d5856c92b2d3cb6f93ac1c5 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=f53a31830c3e6...
Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Mon Jul 13 20:10:39 2009 +0200
Added additional info about Traits template parameter.
---
Watchdog/src/Threshold_Watcher.defs.hh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Watchdog/src/Threshold_Watcher.defs.hh b/Watchdog/src/Threshold_Watcher.defs.hh index 8d6200c..f5e67b2 100644 --- a/Watchdog/src/Threshold_Watcher.defs.hh +++ b/Watchdog/src/Threshold_Watcher.defs.hh @@ -31,8 +31,8 @@ site: http://www.cs.unipr.it/ppl/ . */ /*! \brief A class of watchdogs controlling the exceeding of a threshold.
- \tparam Traits - FIXME + \tparam Traits class to set data types and functions for the + threshold handling. See \ref Weightwatch_Traits for an example. */ template <typename Traits> class Parma_Watchdog_Library::Threshold_Watcher {