Skip to content

v0.2.47..v0.2.48 changeset CalculateHashVisitor2.h

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/CalculateHashVisitor2.h b/hoot-core/src/main/cpp/hoot/core/visitors/CalculateHashVisitor2.h
index ad023b2..b76ee81 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/CalculateHashVisitor2.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/CalculateHashVisitor2.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef CALCULATEHASHVISITOR2_H
 #define CALCULATEHASHVISITOR2_H
@@ -36,6 +36,8 @@ namespace hoot
 /**
  * Wrapper around CalculateHashVisitor for use with MultiaryIngestCmd - This very well could be
  * replaced by CalculateHashVisitor...but just haven't figured out how to make that work yet.
+ *
+ * TODO: implement OperationStatusInfo
  */
 class CalculateHashVisitor2 : public ElementVisitor
 {
Clone this wiki locally