diff options
author | Adam Tkac <atkac@redhat.com> | 2011-02-01 14:34:55 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2011-02-01 14:34:55 +0000 |
commit | a9a7b4b34a6b586312f7f253ba07f2b8f0531399 (patch) | |
tree | 8915bae71513d47cca2eb325d76617055bf48333 /common/rfb/Security.h | |
parent | 98bf0e9c15b3a752ff4ae825834f10618a8d8b53 (diff) | |
download | tigervnc-a9a7b4b34a6b586312f7f253ba07f2b8f0531399.tar.gz tigervnc-a9a7b4b34a6b586312f7f253ba07f2b8f0531399.zip |
[Development] Add Security::ToString method
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4245 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/Security.h')
-rw-r--r-- | common/rfb/Security.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rfb/Security.h b/common/rfb/Security.h index c5527dc6..832735a3 100644 --- a/common/rfb/Security.h +++ b/common/rfb/Security.h @@ -90,6 +90,9 @@ namespace rfb { /* Get list of enabled VeNCrypt subtypes */ const std::list<rdr::U32> GetEnabledExtSecTypes(void); + /* Output char* is stored in static array */ + char *ToString(void); + private: std::list<rdr::U32> enabledSecTypes; }; |