Revision 1280602

Go back to digest for 19th February 2012

Features in Networking Tools

Matthias Fuchs committed changes in /trunk/KDE/kdenetwork/kget:

Adds FileDeleter which manages the removal of files.

Users of FileDeleter simply specify the url of the file
to delete and are then able to connect to the job.
FileDeleter makes sure that for each file there is only
one job, i.e. it is possible to call deleteFile multiple
times.
Also adds a unit test for FileDeleter.

File Changes

Added 5 files
  • /trunk/KDE/kdenetwork/kget
  •   /core/filedeleter.cpp
  •   /core/filedeleter.h
  •   /core/filedeleter_p.h
  •   /tests/filedeletertest.cpp
  •   /tests/filedeletertest.h
Modified 2 files
  • /trunk/KDE/kdenetwork/kget
  •   /CMakeLists.txt
  •   /tests/CMakeLists.txt
7 files changed in total