Skip to content

v0.2.53..v0.2.54 changeset MetadataOp.h

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/MetadataOp.h b/hoot-core/src/main/cpp/hoot/core/ops/MetadataOp.h
index c059fc7..df8cd55 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/MetadataOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/MetadataOp.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 #ifndef METADATAOP_H
@@ -35,7 +35,6 @@
 #include <hoot/core/elements/OsmMap.h>
 #include <hoot/core/elements/WayMap.h>
 #include <hoot/core/elements/Way.h>
-#include <hoot/core/info/OperationStatusInfo.h>
 #include <hoot/core/ops/OsmMapOperation.h>
 #include <hoot/core/util/ConfigOptions.h>
 #include <hoot/core/util/Configurable.h>
@@ -51,7 +50,7 @@
 namespace hoot
 {
 
-class MetadataOp : public OsmMapOperation, public OperationStatusInfo, public Configurable
+class MetadataOp : public OsmMapOperation, public Configurable
 {
 public:
 
@@ -68,6 +67,8 @@ public:
   // Configurable
   virtual void setConfiguration(const Settings& conf);
 
+  virtual std::string getClassName() const { return className(); }
+
 protected:
 
   // configuration data
Clone this wiki locally