summaryrefslogtreecommitdiffstats
path: root/vncviewer/FTDialog.h
diff options
context:
space:
mode:
authorDennis Syrovatsky <dennis@tightvnc.com>2005-11-28 06:12:44 +0000
committerDennis Syrovatsky <dennis@tightvnc.com>2005-11-28 06:12:44 +0000
commit6806fec02fab3424845185968487a9c332cac0f3 (patch)
tree424fd77f51f6cf11ca3dc2ba28d3b46e6be0c514 /vncviewer/FTDialog.h
parente3555590ec6595e6e3c383f02d0e6883bbde0edc (diff)
downloadtigervnc-6806fec02fab3424845185968487a9c332cac0f3.tar.gz
tigervnc-6806fec02fab3424845185968487a9c332cac0f3.zip
Big code evolution for file transfer feature.
Added methods to the TransferQueue class for flag managing. Added upload() and download() methods to the FileTransfer class. Reconstruction of FTProgress class. Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@418 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/FTDialog.h')
-rw-r--r--vncviewer/FTDialog.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/vncviewer/FTDialog.h b/vncviewer/FTDialog.h
index bfedf315..2c9ebfa1 100644
--- a/vncviewer/FTDialog.h
+++ b/vncviewer/FTDialog.h
@@ -51,6 +51,10 @@ namespace rfb {
void addRemoteLVItems(FileInfo *pFI);
void reqFolderUnavailable();
+
+ void setStatusText(char *pText);
+
+ FTProgress *m_pProgress;
private:
FileTransfer *m_pFileTransfer;
@@ -102,8 +106,6 @@ namespace rfb {
FTListView *m_pLocalLV;
FTListView *m_pRemoteLV;
- FTProgress *m_pProgress;
-
int m_FTMenuSource;
char m_szLocalPath[FT_FILENAME_SIZE];