annotate example/renew_task/Func.h @ 487:df499063ccda

comment
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 06 Oct 2009 15:32:15 +0900
parents 4f5c64e713c7
children c13bbb7d70b3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
192
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
1 enum {
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
2 RENEW_START = 0,
487
df499063ccda comment
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 192
diff changeset
3 RENEW_REPEAT,
192
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
4 RENEW1,
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
5 RENEW2,
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
6 RENEW3,
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
7 RENEW4,
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
8 };