#include "PTask.h" PFunction::PFunction(svector*p, Statement*s) : ports_(p), statement_(s) { } PFunction::~PFunction() { }