C++ port: Make sure #indef/#define/#endif's and copyright information on all header...
[zxing.git] / cpp / core / src / zxing / oned / UPCEReader.h
index 5de2ef5..454d6ba 100644 (file)
@@ -1,8 +1,10 @@
+#ifndef __UPC_E_READER_H__
+#define __UPC_E_READER_H__
+
 /*
  *  UPCEReader.h
  *  ZXing
  *
- *  Created by Lukasz Warchol on 10-01-26.
  *  Copyright 2010 ZXing authors All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -41,3 +43,5 @@ namespace zxing {
                };
        }
 }
+
+#endif