• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2018 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #include "fxbarcode/oned/BC_OnedEANWriter.h"
6 
7 CBC_OneDimEANWriter::CBC_OneDimEANWriter() = default;
8 
9 CBC_OneDimEANWriter::~CBC_OneDimEANWriter() = default;
10 
InitEANWriter()11 void CBC_OneDimEANWriter::InitEANWriter() {}
12