1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-23 01:50:05 +00:00

10 lines
154 B
C++
Raw Normal View History

#include "channel.h"
Channel::Channel(QString uuid):
_uuid(uuid)
{
_progressEpoch = 0;
_progressMediaEpoch = 0;
2010-04-08 00:22:41 -03:00
_createdEpoch = 0;
}