From 00b395a4101fba5c35708fc8071d82962cb1866d Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Tue, 20 Jul 2010 15:09:33 +0000 Subject: [Development] Move VeNCrypt security subtypes into Security.h. Signed-off-by: Martin Koegler git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4096 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/SSecurityVeNCrypt.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'common/rfb/SSecurityVeNCrypt.h') diff --git a/common/rfb/SSecurityVeNCrypt.h b/common/rfb/SSecurityVeNCrypt.h index fb24bdb4..cbbcb7fe 100644 --- a/common/rfb/SSecurityVeNCrypt.h +++ b/common/rfb/SSecurityVeNCrypt.h @@ -38,15 +38,6 @@ namespace rfb { - /* VeNCrypt subtypes */ - const int secTypePlain = 256; - const int secTypeTLSNone = 257; - const int secTypeTLSVnc = 258; - const int secTypeTLSPlain = 259; - const int secTypeX509None = 260; - const int secTypeX509Vnc = 261; - const int secTypeX509Plain = 262; - class SSecurityVeNCrypt : public SSecurity { public: SSecurityVeNCrypt(void); -- cgit v1.2.3