13 lines
89 B
C++
13 lines
89 B
C++
#include "decoder.h"
|
|
|
|
Decoder::Decoder() :
|
|
open_(false)
|
|
{
|
|
|
|
}
|
|
|
|
Decoder::~Decoder()
|
|
{
|
|
|
|
}
|