freeswitch/fscomm/channel.cpp

7 lines
78 B
C++

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