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

5 lines
166 B
C++

#include "Stream.h"
#include "../PrivateDefines.cpp"
OutgoingStream<>::OutgoingStream(uint8_t _id, StreamType _type) : StreamInfo(_id, _type), packetManager(_id){};