aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/msgTypes.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2009-03-13 14:41:27 +0000
committerPierre Ossman <ossman@cendio.se>2009-03-13 14:41:27 +0000
commitf99c5719e465eb00b7e1bd9c16720ede6fa08b52 (patch)
tree9e5898466b865e4cad6c451703ce3acfdb47954f /common/rfb/msgTypes.h
parent4f0f7db92b11a87660424132bfbbf872ec3cc2e6 (diff)
downloadtigervnc-f99c5719e465eb00b7e1bd9c16720ede6fa08b52.tar.gz
tigervnc-f99c5719e465eb00b7e1bd9c16720ede6fa08b52.zip
Remove file transfer support.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3677 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/msgTypes.h')
-rw-r--r--common/rfb/msgTypes.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/common/rfb/msgTypes.h b/common/rfb/msgTypes.h
index ec26adc7..2b24f3cd 100644
--- a/common/rfb/msgTypes.h
+++ b/common/rfb/msgTypes.h
@@ -26,13 +26,6 @@ namespace rfb {
const int msgTypeBell = 2;
const int msgTypeServerCutText = 3;
- const int msgTypeFileListData = 130;
- const int msgTypeFileDownloadData = 131;
- const int msgTypeFileUploadCancel = 132;
- const int msgTypeFileDownloadFailed = 133;
- const int msgTypeFileDirSizeData = 134;
- const int msgTypeFileLastRequestFailed = 135;
-
const int msgTypeEndOfContinuousUpdates = 150;
// client to server
@@ -45,17 +38,6 @@ namespace rfb {
const int msgTypePointerEvent = 5;
const int msgTypeClientCutText = 6;
- const int msgTypeFileListRequest = 130;
- const int msgTypeFileDownloadRequest = 131;
- const int msgTypeFileUploadRequest = 132;
- const int msgTypeFileUploadData = 133;
- const int msgTypeFileDownloadCancel = 134;
- const int msgTypeFileUploadFailed = 135;
- const int msgTypeFileCreateDirRequest = 136;
- const int msgTypeFileDirSizeRequest = 137;
- const int msgTypeFileRenameRequest = 138;
- const int msgTypeFileDeleteRequest = 139;
-
const int msgTypeEnableContinuousUpdates = 150;
}
#endif