freeswitch/fscomm/channel.cpp

7 lines
78 B
C++
Raw Normal View History

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