diff options
author | Adam Tkac <atkac@redhat.com> | 2010-12-08 13:45:40 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-12-08 13:45:40 +0000 |
commit | d3b4deac38b30dcd692bff14ca9066127dd2a797 (patch) | |
tree | c4d3fc710a1d20d52dcd72812127e1f44d6e11d5 /common/rfb/CConnection.h | |
parent | 9d84654b1017f5477dadac62a0f59eb7f05e2769 (diff) | |
download | tigervnc-d3b4deac38b30dcd692bff14ca9066127dd2a797.tar.gz tigervnc-d3b4deac38b30dcd692bff14ca9066127dd2a797.zip |
[Development] Add "Security" options dialog for Windows viewer.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4215 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/CConnection.h')
-rw-r--r-- | common/rfb/CConnection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/rfb/CConnection.h b/common/rfb/CConnection.h index eb8c1c3f..db236bc9 100644 --- a/common/rfb/CConnection.h +++ b/common/rfb/CConnection.h @@ -131,10 +131,10 @@ namespace rfb { stateEnum state() { return state_; } - CSecurity *csecurity; /* Windows viewer needs it exported. */ + CSecurity *csecurity; + SecurityClient *security; protected: void setState(stateEnum s) { state_ = s; } - SecurityClient *security; private: void processVersionMsg(); |