Commit 349ac00f authored by Adam Goins's avatar Adam Goins Committed by Makayla Shepherd
Browse files

Misc cleaning up of ControlNetVersioner. Fixing typedefs

parent cbccbe0a
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -140,6 +140,8 @@ namespace Isis {
   *                            write for refactor. 
   */
  class ControlNetVersioner {
    class ControlPointV0001;
    class ControlPointV0002;
    class ControlPointV0003;

    public:
@@ -176,13 +178,13 @@ namespace Isis {
        QString description;
        QString userName;
      };
      typedef ControlNetHeaderV0002 ControlNetHeaderV0001;
      typedef ControlNetHeaderV0003 ControlNetHeaderV0001;
      typedef ControlNetHeaderV0004 ControlNetHeaderV0001;
      typedef ControlNetHeaderV0005 ControlNetHeaderV0001;
      typedef struct ControlNetHeaderV0001 ControlNetHeaderV0002;
      typedef struct ControlNetHeaderV0001 ControlNetHeaderV0003;
      typedef struct ControlNetHeaderV0001 ControlNetHeaderV0004;
      typedef struct ControlNetHeaderV0001 ControlNetHeaderV0005;

      typedef ControlPointV0004 ControlPointV0003;
      typedef ControlPointV0005 ControlPointV0003;
      typedef struct ControlPointV0003 ControlPointV0004;
      typedef struct ControlPointV0003 ControlPointV0005;

      void read(const FileName netFile);