summaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCSConnectionST.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/VNCSConnectionST.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/VNCSConnectionST.h')
-rw-r--r--common/rfb/VNCSConnectionST.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/rfb/VNCSConnectionST.h b/common/rfb/VNCSConnectionST.h
index d17bf6b9..2121150d 100644
--- a/common/rfb/VNCSConnectionST.h
+++ b/common/rfb/VNCSConnectionST.h
@@ -31,7 +31,6 @@
#include <rfb/SMsgWriter.h>
#include <rfb/TransImageGetter.h>
#include <rfb/VNCServerST.h>
-#include <rfb/SFileTransfer.h>
namespace rfb {
class VNCSConnectionST : public SConnection,
@@ -110,8 +109,6 @@ namespace rfb {
void setStatus(int status);
int getStatus();
- bool processFTMsg(int type);
-
private:
// SConnection callbacks
@@ -170,8 +167,6 @@ namespace rfb {
CharArray closeReason;
time_t startTime;
-
- SFileTransfer *m_pFileTransfer;
};
}
#endif