mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
10 lines
97 B
C++
10 lines
97 B
C++
#pragma once
|
|
|
|
struct DummyToken
|
|
{
|
|
template<typename TQueue>
|
|
DummyToken(TQueue const&)
|
|
{
|
|
}
|
|
};
|