diff options
author | Adam Tkac <atkac@redhat.com> | 2010-04-23 14:07:41 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-04-23 14:07:41 +0000 |
commit | a6578bfc986695bf9e5d4272b6d2e57516aa4cbf (patch) | |
tree | ff36c03b224765b677ca1c13d670c41d5b47e2c4 /unix | |
parent | 1d15e2d60a171a43c83e51a1343727701ac34f4b (diff) | |
download | tigervnc-a6578bfc986695bf9e5d4272b6d2e57516aa4cbf.tar.gz tigervnc-a6578bfc986695bf9e5d4272b6d2e57516aa4cbf.zip |
[Development] Replace SSecurityFactoryStandard class by simplier Security class.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4039 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r-- | unix/x0vncserver/x0vncserver.cxx | 1 | ||||
-rw-r--r-- | unix/xserver/hw/vnc/vncExtInit.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/unix/x0vncserver/x0vncserver.cxx b/unix/x0vncserver/x0vncserver.cxx index d050a001..64fbe683 100644 --- a/unix/x0vncserver/x0vncserver.cxx +++ b/unix/x0vncserver/x0vncserver.cxx @@ -29,7 +29,6 @@ #include <rfb/LogWriter.h> #include <rfb/VNCServerST.h> #include <rfb/Configuration.h> -#include <rfb/SSecurityFactoryStandard.h> #include <rfb/Timer.h> #include <network/TcpSocket.h> #include <tx/TXWindow.h> diff --git a/unix/xserver/hw/vnc/vncExtInit.cc b/unix/xserver/hw/vnc/vncExtInit.cc index e7cb2a7a..a0148316 100644 --- a/unix/xserver/hw/vnc/vncExtInit.cc +++ b/unix/xserver/hw/vnc/vncExtInit.cc @@ -47,7 +47,6 @@ extern "C" { #include <rfb/LogWriter.h> #include <rfb/util.h> #include <rfb/ServerCore.h> -#include <rfb/SSecurityFactoryStandard.h> #include <rdr/HexOutStream.h> #include <rfb/LogWriter.h> #undef max |