aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/FTDialog.h
diff options
context:
space:
mode:
authorDennis Syrovatsky <dennis@tightvnc.com>2005-11-28 07:10:27 +0000
committerDennis Syrovatsky <dennis@tightvnc.com>2005-11-28 07:10:27 +0000
commitc4ed9b72cb742d3da82190de1af1f3f513c372d7 (patch)
treeb846c8c43a8a38350c3199dce9c66e0806dc19a9 /vncviewer/FTDialog.h
parent6806fec02fab3424845185968487a9c332cac0f3 (diff)
downloadtigervnc-c4ed9b72cb742d3da82190de1af1f3f513c372d7.tar.gz
tigervnc-c4ed9b72cb742d3da82190de1af1f3f513c372d7.zip
Added getDirSize() method to the FolderManager class.
Added checkTransferQueue() method to the File Transfer class. Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@419 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/FTDialog.h')
-rw-r--r--vncviewer/FTDialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vncviewer/FTDialog.h b/vncviewer/FTDialog.h
index 2c9ebfa1..2e70db30 100644
--- a/vncviewer/FTDialog.h
+++ b/vncviewer/FTDialog.h
@@ -52,7 +52,9 @@ namespace rfb {
void addRemoteLVItems(FileInfo *pFI);
void reqFolderUnavailable();
- void setStatusText(char *pText);
+ void setStatusText(LPCSTR format,...);
+
+ HWND getWndHandle() { return m_hwndFTDialog; }
FTProgress *m_pProgress;