view include/TaskManager/spe_taskinfo.h @ 68:35a6cf176c38

*** empty log message ***
author chiaki
date Sun, 17 Feb 2008 21:45:07 +0900
parents 2356238ebea7
children
line wrap: on
line source

#ifndef INCLUDED_SPETASKINFO
#define INCLUDED_SPETASKINFO

#ifndef INCLUDED_TASKINFO
#  include "../taskinfo.h"
#endif

class SpeTaskInfo : public TaskInfo {
public:
    SpeTaskInfo(int num);

    int extend_pool_taskList(int num);
};

#endif