# # ChangeLog for src/Fragmentation/Automation/Jobs # # Generated by Trac 1.4.4 # Jan 18, 2025, 2:41:35 AM Tue, 26 Jun 2012 07:51:04 GMT Frederik Heber [35f587] * src/Fragmentation/Automation/Controller/Commands/SendResultsOperation.cpp (modified) * src/Fragmentation/Automation/Controller/Commands/SendResultsOperation.hpp (modified) * src/Fragmentation/Automation/FragmentQueue.cpp (modified) * src/Fragmentation/Automation/FragmentQueue.hpp (modified) * src/Fragmentation/Automation/FragmentResult.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) * src/Fragmentation/Automation/Jobs/FragmentJob.cpp (modified) * src/Fragmentation/Automation/Jobs/FragmentJob.hpp (modified) * src/Fragmentation/Automation/controller.cpp (modified) * src/Fragmentation/Automation/unittests/FragmentJobUnitTest.cpp (modified) * src/Fragmentation/Automation/unittests/FragmentQueueUnitTest.cpp (modified) FragmentResult is now also encapsulated in boost::shared_ptr. - ... Fri, 22 Jun 2012 15:21:48 GMT Frederik Heber [f0834d] * src/Fragmentation/Automation/Controller/Commands/ReceiveJobsOperation.cpp (modified) * src/Fragmentation/Automation/Controller/Commands/ReceiveJobsOperation.hpp (modified) * src/Fragmentation/Automation/Controller/FragmentController.hpp (modified) * src/Fragmentation/Automation/FragmentQueue.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) * src/Fragmentation/Automation/Jobs/FragmentJob.cpp (moved) * src/Fragmentation/Automation/Jobs/FragmentJob.hpp (moved) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/controller.cpp (modified) * src/Fragmentation/Automation/unittests/FragmentJobUnitTest.cpp (modified) * src/Fragmentation/Automation/unittests/Makefile.am (modified) Moved FragmentJob to subfolder Jobs. - changed all includes and ...