From a9a7b4b34a6b586312f7f253ba07f2b8f0531399 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Tue, 1 Feb 2011 14:34:55 +0000 Subject: [Development] Add Security::ToString method git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4245 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/Security.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/rfb/Security.h') 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 GetEnabledExtSecTypes(void); + /* Output char* is stored in static array */ + char *ToString(void); + private: std::list enabledSecTypes; }; -- cgit v1.2.3