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 /common/rfb/VNCServer.h | |
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 'common/rfb/VNCServer.h')
-rw-r--r-- | common/rfb/VNCServer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/rfb/VNCServer.h b/common/rfb/VNCServer.h index 850dbd3c..7fa44c18 100644 --- a/common/rfb/VNCServer.h +++ b/common/rfb/VNCServer.h @@ -85,10 +85,6 @@ namespace rfb { // setCursorPos() tells the server the current position of the cursor. virtual void setCursorPos(const Point& p) = 0; - // setSSecurityFactory() tells the server which factory to use when - // attempting to authenticate connections. - virtual void setSSecurityFactory(SSecurityFactory* f) = 0; - // setName() tells the server what desktop title to supply to clients virtual void setName(const char* name) = 0; }; |