view example/hello_array/spe/Hello.h @ 874:8df4323f9fdb

new hash function
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 04 Jul 2010 19:17:10 +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