C++ port: Make sure #indef/#define/#endif's and copyright information on all header...
[zxing.git] / cpp / core / src / zxing / oned / UPCEANReader.h
index 6ee2186..3ffe4b2 100644 (file)
@@ -1,8 +1,10 @@
+#ifndef __UPC_EAN_READER_H__
+#define __UPC_EAN_READER_H__
+
 /*
  *  UPCEANReader.h
  *  ZXing
  *
- *  Created by Lukasz Warchol on 10-01-21.
  *  Copyright 2010 ZXing authors All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -64,3 +66,4 @@ namespace zxing {
        }
 }
 
+#endif