34a35
> #include "systemc/core/process_types.hh"
63c64,65
< p = newMethodProcess(_procName.c_str(), &funcWrapper);
---
> p = new Method(_procName.c_str(), &funcWrapper);
> scheduler.reg(p);