comparison include/TaskManager/HTaskInfo.h @ 307:3fc86ddf5d1c draft

clean up include
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 08 Jun 2009 19:32:38 +0900
parents 028ffc9c0375
children
comparison
equal deleted inserted replaced
306:5f9acab40996 307:3fc86ddf5d1c
1 #ifndef INCLUDED_HTASK_INFO 1 #ifndef INCLUDED_HTASK_INFO
2 #define INCLUDED_HTASK_INFO 2 #define INCLUDED_HTASK_INFO
3 3
4 #ifndef INCLUDED_HTASK 4 #include "HTask.h"
5 # include "HTask.h"
6 #endif
7 5
8 class HTaskInfo { 6 class HTaskInfo {
9 public: 7 public:
10 /* constructor */ 8 /* constructor */
11 HTaskInfo(void); 9 HTaskInfo(void);