Index: src/libchcore/TBasePathData.h =================================================================== diff -u -N -rbd349309a6dcd25f8d6dc3348a9dc1c95ac4cc6c -rda877d1e0007d3dffa60111c79a1d8927174e6e9 --- src/libchcore/TBasePathData.h (.../TBasePathData.h) (revision bd349309a6dcd25f8d6dc3348a9dc1c95ac4cc6c) +++ src/libchcore/TBasePathData.h (.../TBasePathData.h) (revision da877d1e0007d3dffa60111c79a1d8927174e6e9) @@ -114,7 +114,9 @@ bool IsEmpty() const; file_count_t GetCount() const; + // processing flags bool AllMarkedAsSkipFurtherProcessing() const; + void ResetProcessingFlags(); void Store(const ISerializerContainerPtr& spContainer) const; void Load(const ISerializerContainerPtr& spContainer);