#include "transport.h" #include transport::transport(trans_layer* tl) : tl(tl) { assert(tl); } transport::~transport() { }