xref: /third_party/lzma/CPP/7zip/Compress/CopyRegister.cpp (revision 370b324c)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/lzma/CPP/7zip/Compress/
1370b324cSopenharmony_ci// CopyRegister.cpp
2370b324cSopenharmony_ci
3370b324cSopenharmony_ci#include "StdAfx.h"
4370b324cSopenharmony_ci
5370b324cSopenharmony_ci#include "../Common/RegisterCodec.h"
6370b324cSopenharmony_ci
7370b324cSopenharmony_ci#include "CopyCoder.h"
8370b324cSopenharmony_ci
9370b324cSopenharmony_cinamespace NCompress {
10370b324cSopenharmony_ci
11370b324cSopenharmony_ciREGISTER_CODEC_CREATE(CreateCodec, CCopyCoder())
12370b324cSopenharmony_ci
13370b324cSopenharmony_ciREGISTER_CODEC_2(Copy, CreateCodec, CreateCodec, 0, "Copy")
14370b324cSopenharmony_ci
15370b324cSopenharmony_ci}
16

Indexes created Thu Nov 07 10:32:03 CST 2024