338a339,341
> bool hasStaticSensitivities() { return !staticSensitivities.empty(); }
> bool internal() { return _internal; }
>
340c343
< Process(const char *name, ProcessFuncWrapper *func);
---
> Process(const char *name, ProcessFuncWrapper *func, bool internal=false);
356a360,362
>
> bool _internal;
>