annotate example/renew_task/Func.h @ 639:70c5c2d2eb24

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 19 Nov 2009 18:45:24 +0900
parents df499063ccda
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 };