Move file deletion from Writer to Call
commit838dacccd0148af5fe146d1b2bd2673c8752248f
authorjlh <jlh@gmx.ch>
Tue, 22 Apr 2008 21:36:23 +0000 (22 23:36 +0200)
committerjlh <jlh@gmx.ch>
Tue, 22 Apr 2008 21:36:23 +0000 (22 23:36 +0200)
treed138ae9085cbc29890dd8034f0ccc05bf5164139
parenta4216e37697f7849389c787495eaacd4409aa4bb
Move file deletion from Writer to Call

This makes it possible for call files to be deleted even after the
writer has been destroyed, which happens if the call ends before
the user answered the question whether or not to record the call.
Renaming getFileName() to constructFileName() for clarity.
call.cpp
call.h
writer.cpp
writer.h