Files
freeswitch/fscomm/channel.cpp
T

7 lines
78 B
C++

#include "channel.h"
Channel::Channel(QString uuid):
_uuid(uuid)
{
}