Loading isis/src/qisis/objs/WorkOrder/WorkOrderFactory.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ #include "BundleObservationViewWorkOrder.h" #include "CnetEditorViewWorkOrder.h" #include "ControlHealthMonitorWorkOrder.h" #include "CubeDnViewWorkOrder.h" #include "ExportControlNetWorkOrder.h" #include "ExportImagesWorkOrder.h" Loading Loading @@ -50,6 +51,7 @@ namespace Isis { tryType<BundleObservationViewWorkOrder>(type, project, result); tryType<CnetEditorViewWorkOrder>(type, project, result); tryType<ControlHealthMonitorWorkOrder>(type, project, result); tryType<CubeDnViewWorkOrder>(type, project, result); tryType<ExportImagesWorkOrder>(type, project, result); tryType<ExportControlNetWorkOrder>(type, project, result); Loading isis/src/qisis/objs/WorkOrder/WorkOrderFactory.h +3 −1 Original line number Diff line number Diff line Loading @@ -57,6 +57,8 @@ namespace Isis { * into OpenProjectWorkOrder to reduce unnecessary code duplication, * and removed references to OpenRecentProjectWorkOrder in this * class. Fixes #5220. * @history 2018-06-18 Adam Goins - Added ControlHealthMonitorWorkOrder to WorkOrderFactory. * Fixes #5435. */ class WorkOrderFactory { public: Loading Loading
isis/src/qisis/objs/WorkOrder/WorkOrderFactory.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ #include "BundleObservationViewWorkOrder.h" #include "CnetEditorViewWorkOrder.h" #include "ControlHealthMonitorWorkOrder.h" #include "CubeDnViewWorkOrder.h" #include "ExportControlNetWorkOrder.h" #include "ExportImagesWorkOrder.h" Loading Loading @@ -50,6 +51,7 @@ namespace Isis { tryType<BundleObservationViewWorkOrder>(type, project, result); tryType<CnetEditorViewWorkOrder>(type, project, result); tryType<ControlHealthMonitorWorkOrder>(type, project, result); tryType<CubeDnViewWorkOrder>(type, project, result); tryType<ExportImagesWorkOrder>(type, project, result); tryType<ExportControlNetWorkOrder>(type, project, result); Loading
isis/src/qisis/objs/WorkOrder/WorkOrderFactory.h +3 −1 Original line number Diff line number Diff line Loading @@ -57,6 +57,8 @@ namespace Isis { * into OpenProjectWorkOrder to reduce unnecessary code duplication, * and removed references to OpenRecentProjectWorkOrder in this * class. Fixes #5220. * @history 2018-06-18 Adam Goins - Added ControlHealthMonitorWorkOrder to WorkOrderFactory. * Fixes #5435. */ class WorkOrderFactory { public: Loading