diff options
author | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-12-05 09:57:05 +0000 |
---|---|---|
committer | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-12-05 09:57:05 +0000 |
commit | 092d9983fccb47d3a5ce1bf8959a36e7ff2c1210 (patch) | |
tree | 4668f712dd2e4d452dcd512649f00e950d170264 /vncviewer/FTDialog.h | |
parent | 29440e80d7ae0eb8753e2d2fc8a8488cc93e90ab (diff) | |
download | tigervnc-092d9983fccb47d3a5ce1bf8959a36e7ff2c1210.tar.gz tigervnc-092d9983fccb47d3a5ce1bf8959a36e7ff2c1210.zip |
Added checkDeleteQueue() method to the FileTransfer class.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@433 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/FTDialog.h')
-rw-r--r-- | vncviewer/FTDialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vncviewer/FTDialog.h b/vncviewer/FTDialog.h index c8e9f0a8..82c32349 100644 --- a/vncviewer/FTDialog.h +++ b/vncviewer/FTDialog.h @@ -56,6 +56,7 @@ namespace rfb { HWND getWndHandle() { return m_hwndFTDialog; } + void postCheckDeleteQueueMsg(); void postCheckTransferQueueMsg(); void postUploadFilePortionMsg(); void postDownloadFilePortionMsg(); @@ -113,6 +114,7 @@ namespace rfb { bool m_bDlgShown; + UINT m_msgCheckDeleteQueue; UINT m_msgCheckTransferQueue; UINT m_msgUploadFilePortion; UINT m_msgDownloadFilePortion; @@ -127,6 +129,7 @@ namespace rfb { char m_szLocalPathTmp[FT_FILENAME_SIZE]; char m_szRemotePathTmp[FT_FILENAME_SIZE]; + static const char szCheckDeleteQueueText[]; static const char szCheckTransferQueueText[]; static const char szUploadFilePortionText[]; static const char szDownloadFilePortionText[]; |