#include "stream.h" Stream::Stream(FCGX_Stream* raw): raw(raw) {} Stream::~Stream() { }