Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/test_render/task/CreateSpan.h @ 383:25c820b6060e
fix header, MemHash in kernel
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 06 Aug 2009 12:04:55 +0900 |
parents | a7ff29110474 |
children | 8611780d479f |
comparison
equal
deleted
inserted
replaced
382:12099d1ce7fc | 383:25c820b6060e |
---|---|
1 #ifndef INCLUDED_CREATE_SPAN | 1 #ifndef INCLUDED_CREATE_SPAN |
2 #define INCLUDED_CREATE_SPAN | 2 #define INCLUDED_CREATE_SPAN |
3 | 3 |
4 #ifndef INCLUDED_SCHED_TASK | 4 #include "SchedTask.h" |
5 # include "SchedTask.h" | 5 #include "polygon_pack.h" |
6 #endif | 6 #include "SpanPack.h" |
7 | |
8 #ifndef INCLUDED_POLYGON_PACK | |
9 # include "polygon_pack.h" | |
10 #endif | |
11 | |
12 #ifndef INCLUDED_SPAN_PACK | |
13 # include "SpanPack.h" | |
14 #endif | |
15 | 7 |
16 class CreateSpan : public SchedTask { | 8 class CreateSpan : public SchedTask { |
17 public: | 9 public: |
18 SchedConstructor(CreateSpan); | 10 SchedConstructor(CreateSpan); |
19 | 11 |