Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1583)

Unified Diff: xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp

Issue 842043002: Organize barcode codes into modules. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.h ('k') | xfa/src/fxbarcode/oned/BC_OnedCodaBarWriter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp
diff --git a/xfa/src/fxbarcode/src/BC_OnedCodaBarReader.cpp b/xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp
similarity index 94%
rename from xfa/src/fxbarcode/src/BC_OnedCodaBarReader.cpp
rename to xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp
index abe0dfb94e5b7a58f67f51da81fa4e2c16709ec7..5d94d7ac063b91a48561ccd86ac79f8b35b71607 100644
--- a/xfa/src/fxbarcode/src/BC_OnedCodaBarReader.cpp
+++ b/xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp
@@ -20,12 +20,12 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_Reader.h"
-#include "include/BC_OneDReader.h"
-#include "include/BC_OnedCode39Reader.h"
-#include "include/BC_CommonBitArray.h"
-#include "include/BC_OnedCodaBarReader.h"
+#include "../barcode.h"
+#include "../BC_Reader.h"
+#include "../common/BC_CommonBitArray.h"
+#include "../oned/BC_OneDReader.h"
+#include "../oned/BC_OnedCode39Reader.h"
+#include "../oned/BC_OnedCodaBarReader.h"
FX_LPCSTR CBC_OnedCodaBarReader::ALPHABET_STRING = "0123456789-$:/.+ABCDTN";
const FX_INT32 CBC_OnedCodaBarReader::CHARACTER_ENCODINGS[22] = {
0x003, 0x006, 0x009, 0x060, 0x012, 0x042, 0x021, 0x024, 0x030, 0x048,
« no previous file with comments | « xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.h ('k') | xfa/src/fxbarcode/oned/BC_OnedCodaBarWriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698