diff options
-rw-r--r-- | common/rfb/Security.cxx | 4 | ||||
-rw-r--r-- | common/rfb/Security.h | 1 |
2 files changed, 5 insertions, 0 deletions
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; diff --git a/common/rfb/Security.h b/common/rfb/Security.h index 832735a3..196eb429 100644 --- a/common/rfb/Security.h +++ b/common/rfb/Security.h @@ -65,6 +65,7 @@ namespace rfb { /* * Create Security instance. */ + Security(); Security(StringParameter &secTypes); /* |