11 lines
258 B
C++
11 lines
258 B
C++
|
//
|
||
|
// libtgvoip is free and unencumbered public domain software.
|
||
|
// For more information, see http://unlicense.org or the UNLICENSE file
|
||
|
// you should have received with this source code distribution.
|
||
|
//
|
||
|
|
||
|
#include "BlockingQueue.h"
|
||
|
|
||
|
using namespace tgvoip;
|
||
|
|