commit | e5fe0701176438e373ca283cc0d08fe8e6ba8255 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon May 16 12:46:16 2011 +0000 |
committer | Pierre Ossman <ossman@cendio.se> | Mon May 16 12:46:16 2011 +0000 |
tree | 85a272bb3b4fcd0a4bf3a930f9002fdb7c411f2b | |
parent | 2eb1d11004ad23ffd1a044fca1cb96aa77bb42c9 [diff] [blame] |
Add a default constructor so that you can create empty Security objects. Useful when you just want to use the string encoder. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4418 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/Security.h b/common/rfb/Security.h index 832735a..196eb42 100644 --- a/common/rfb/Security.h +++ b/common/rfb/Security.h
@@ -65,6 +65,7 @@ /* * Create Security instance. */ + Security(); Security(StringParameter &secTypes); /*