view include/TaskManager/spe_taskinfo.h @ 84:c2e178b3415f

create SPUSPANLIST no use task/spu_span.cpp
author chiaki
date Tue, 26 Feb 2008 21:49:50 +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