view example/mainMem/spe/Hello.h @ 828:da49d9e458dc

example fix 30% done.
author tkaito
date Tue, 25 May 2010 03:40:11 +0900
parents 44c0bce54dcf
children
line wrap: on
line source

#ifndef INCLUDED_TASK_HELLO
#define INCLUDED_TASK_HELLO

#ifndef INCLUDED_SCHED_TASK
#  include "SchedTask.h"
#endif

/*
class Hello : public SchedTask {
public:
    SchedConstructor(Hello);
    
    int run(void *r, void *w);
};
 */

#endif