Files
resiprocate/tfm/StunEvent.cxx
2011-01-17 16:02:33 +00:00

8 lines
156 B
C++

#include "tfm/StunEvent.hxx"
#include "tfm/StunEndPoint.hxx"
StunEvent::StunEvent(StunEndPoint* tua, Type type) :
Event(tua),
mType(type)
{}