add comment on unused code
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 04 Sep 2006 13:19:07 +0200
changeset 39 fc6ce16b47e1
parent 38 8ca1b9b1d3a9
child 40 90845b5a0049
add comment on unused code
src/simulator/time.cc
--- a/src/simulator/time.cc	Mon Sep 04 13:18:16 2006 +0200
+++ b/src/simulator/time.cc	Mon Sep 04 13:19:07 2006 +0200
@@ -114,6 +114,11 @@
 	return Time ();
 }
 
+/***
+ * XXX
+ * API proposal: I don't really like it but it is equivalent
+ * what the above API.
+ */
 class AbsTimeS : public Time {
 public:
 	AbsTimeS (double s);