#
# ChangeLog for src/Fragmentation/Automation/JobId.hpp
#
# Generated by Trac 1.4.4
# Mar 21, 2025, 12:00:36 PM

Fri, 04 May 2012 14:19:06 GMT Frederik Heber <heber@…> [c7deca]
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/JobId.hpp (modified)
	* src/Fragmentation/Automation/unittests/FragmentResultUnitTest.cpp (modified)

	Added static NoJob (id0) to FragmentScheduler to indicate empty queue ...


Fri, 04 May 2012 14:19:06 GMT Frederik Heber <heber@…> [b05673]
	* src/Fragmentation/Automation/FragmentJob.cpp (modified)
	* src/Fragmentation/Automation/FragmentJob.hpp (modified)
	* src/Fragmentation/Automation/FragmentQueue.cpp (modified)
	* src/Fragmentation/Automation/FragmentResult.cpp (modified)
	* src/Fragmentation/Automation/FragmentResult.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/JobId.cpp (added)
	* src/Fragmentation/Automation/JobId.hpp (added)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Automation/unittests/Makefile.am (modified)

	Introduced JobId as an own class that Job and Result inherit.

	- ...