diff options
author | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-08-03 02:26:47 +0300 |
---|---|---|
committer | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-08-03 02:26:47 +0300 |
commit | a6e670966225d22234a0700e8d49773b30e5dc2e (patch) | |
tree | cfedf01667a97089d64a3b5c365e61b78a9960cf /tuiclient/tuiclient.h | |
parent | Add [scripting_and_scheduling] section to segget.conf file. (diff) | |
download | idfetch-a6e670966225d22234a0700e8d49773b30e5dc2e.tar.gz idfetch-a6e670966225d22234a0700e8d49773b30e5dc2e.tar.bz2 idfetch-a6e670966225d22234a0700e8d49773b30e5dc2e.zip |
Add distfiles window to tuiclient.
Distfiles window shows progress on distfile downloads.
Diffstat (limited to 'tuiclient/tuiclient.h')
-rw-r--r-- | tuiclient/tuiclient.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/tuiclient/tuiclient.h b/tuiclient/tuiclient.h index ad7cdac..cf1223c 100644 --- a/tuiclient/tuiclient.h +++ b/tuiclient/tuiclient.h @@ -45,6 +45,8 @@ #include "config.cpp" #include "log.cpp" #include "settings.cpp" +#include "tuidistfile.cpp" +#include "distfilewindow.cpp" #define BUFFER_SIZE 2000 @@ -55,18 +57,9 @@ using namespace std; -class Tparts{ - public: - string before, after; - Tparts(): - before(""), - after("") - {}; -}; - - Tmainwindow mainwindow; +int cur_window_num=0; int sockfd; void quit(); void * watch_keyboard_thread_function(void * ptr); |