view include/TaskManager/PpeScheduler.h @ 347:ee3db22c03b9

error in SceneGraph.[cpp,h]
author e065746@localhost.localdomain
date Wed, 08 Jul 2009 15:04:03 +0900
parents 7075842aa155
children
line wrap: on
line source

#ifndef INCLUDED_PPE_SCHEDULER
#define INCLUDED_PPE_SCHEDULER

#include "MainScheduler.h"

class PpeScheduler : public MainScheduler {
public:
    void *allocate(int size);
};

#endif