updated to change how final part of transfer is tagged.
[feisty_meow.git] / nucleus / library / filesystem / heavy_file_ops.h
index add4968375f4545bf6d259087eb346c2a2ac930e..8cfdc42f258cc627d866094dcb7b232020d122f5 100644 (file)
@@ -63,10 +63,7 @@ public:
   enum outcomes {
     OKAY = basis::common::OKAY,
     BAD_INPUT = basis::common::BAD_INPUT,
-//    GARBAGE = basis::common::GARBAGE,
-//    NOT_FOUND = basis::common::NOT_FOUND,
-//    NONE_READY = basis::common::NONE_READY,
-//    FAILURE = basis::common::FAILURE,
+    FINISHED = basis::common::IS_EMPTY,  // nothing left to pack.
     DEFINE_OUTCOME(SOURCE_MISSING, -43, "The source file is not accessible"),
     DEFINE_OUTCOME(TARGET_DIR_ERROR, -44, "The target's directory could not "
         "be created"),