--- a/src/simulator/timer.h Tue Oct 23 13:38:03 2007 +0200
+++ b/src/simulator/timer.h Fri Oct 26 22:06:46 2007 +0200
@@ -43,6 +43,10 @@
class Timer
{
public:
+ /**
+ * The policy to use to manager the internal timer when and
+ * instance of the Timer class is destroyed.
+ */
enum DestroyPolicy {
/**
* This policy cancels the event from the destructor of the Timer
@@ -71,7 +75,7 @@
*/
Timer ();
/**
- * \param destroyFlags the event lifetime management policies to use for destroy events
+ * \param destroyPolicy the event lifetime management policies to use for destroy events
*/
Timer (enum DestroyPolicy destroyPolicy);
~Timer ();