1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-12-02 17:51:06 +01:00
libtgvoip/controller/protocol/Stream.cpp

5 lines
166 B
C++
Raw Normal View History

2020-03-21 21:33:51 +01:00
#include "Stream.h"
#include "../PrivateDefines.cpp"
2020-03-24 15:07:56 +01:00
OutgoingStream<>::OutgoingStream(uint8_t _id, StreamType _type) : StreamInfo(_id, _type), packetManager(_id){};