From e5fe0701176438e373ca283cc0d08fe8e6ba8255 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 16 May 2011 12:46:16 +0000 Subject: 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 --- common/rfb/Security.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/rfb/Security.cxx') diff --git a/common/rfb/Security.cxx b/common/rfb/Security.cxx index e51c8919..b5f361e9 100644 --- a/common/rfb/Security.cxx +++ b/common/rfb/Security.cxx @@ -52,6 +52,10 @@ using namespace std; static LogWriter vlog("Security"); +Security::Security() +{ +} + Security::Security(StringParameter &secTypes) { char *secTypesStr; -- cgit v1.2.3