mirror of
https://github.com/resiprocate/resiprocate.git
synced 2026-01-12 00:05:02 +08:00
git-svn-id: https://svn.resiprocate.org/rep/resiprocate/main@8966 ddefafc4-47db-0310-ae44-fa13212b10f2
8 lines
156 B
C++
8 lines
156 B
C++
#include "tfm/StunEvent.hxx"
|
|
#include "tfm/StunEndPoint.hxx"
|
|
|
|
StunEvent::StunEvent(StunEndPoint* tua, Type type) :
|
|
Event(tua),
|
|
mType(type)
|
|
{}
|