view example/hello_array/ppe/Hello.h @ 744:516948647495

merge
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 12 Jan 2010 10:29:20 +0900
parents 71a58131b2c0
children
line wrap: on
line source

#ifndef INCLUDED_TASK_HELLO
#define INCLUDED_TASK_HELLO

#ifndef INCLUDED_SCHED_TASK
#  include "SchedTask.h"
#endif
/*
class Twice : public SchedTask {
public:
    SchedConstructor(Hello);
    
    int run(void *r, void *w);
};
 */

#endif