view include/TaskManager/spe_taskinfo.h @ 3:2356238ebea7

*** empty log message ***
author gongo
date Tue, 05 Feb 2008 20:22:50 +0900
parents
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