|
@@ -3,7 +3,7 @@
|
|
#include <boost/filesystem.hpp>
|
|
#include <boost/filesystem.hpp>
|
|
#include <boost/range/iterator_range.hpp>
|
|
#include <boost/range/iterator_range.hpp>
|
|
|
|
|
|
-FileManager::FileManager() {}
|
|
|
|
|
|
+FileManager::FileManager() : remainingListChunks(0) {}
|
|
|
|
|
|
FileManager::~FileManager() {
|
|
FileManager::~FileManager() {
|
|
cancelPut();
|
|
cancelPut();
|