From 6806fec02fab3424845185968487a9c332cac0f3 Mon Sep 17 00:00:00 2001 From: Dennis Syrovatsky Date: Mon, 28 Nov 2005 06:12:44 +0000 Subject: 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 --- vncviewer/FTDialog.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vncviewer/FTDialog.h') 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]; -- cgit v1.2.3