fixed the pause system

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2529 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-03-12 23:29:50 +00:00
parent b4d8c398ce
commit 11ce908e15
7 changed files with 29 additions and 53 deletions

View file

@ -69,7 +69,8 @@ class ftFileControl
enum { DOWNLOADING = 0,
COMPLETED = 1,
ERROR_COMPLETION = 2,
QUEUED = 3
QUEUED = 3,
PAUSED = 4
};
ftFileControl();