removed future code :P

This commit is contained in:
Federico Ponchio 2011-12-14 15:34:21 +00:00
parent b4f463e909
commit ebc522f182
1 changed files with 3 additions and 0 deletions

View File

@ -259,7 +259,9 @@ protected:
}
};
/* TODO use the following class to allow multiple cache transfers at the same time */
/*
template<typename Token>
class Transfer: public QThread {
public:
@ -273,5 +275,6 @@ class Transfer: public QThread {
}
};
*/
#endif // GCACHE_H