Revision: 4418
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4418&view=rev
Author:   ossman_
Date:     2011-05-16 12:46:16 +0000 (Mon, 16 May 2011)

Log Message:
-----------
Add a default constructor so that you can create empty Security objects.
Useful when you just want to use the string encoder.

Modified Paths:
--------------
    trunk/common/rfb/Security.cxx
    trunk/common/rfb/Security.h

Modified: trunk/common/rfb/Security.cxx
===================================================================
--- trunk/common/rfb/Security.cxx       2011-05-16 12:18:08 UTC (rev 4417)
+++ trunk/common/rfb/Security.cxx       2011-05-16 12:46:16 UTC (rev 4418)
@@ -52,6 +52,10 @@
 
 static LogWriter vlog("Security");
 
+Security::Security()
+{
+}
+
 Security::Security(StringParameter &secTypes)
 {
   char *secTypesStr;

Modified: trunk/common/rfb/Security.h
===================================================================
--- trunk/common/rfb/Security.h 2011-05-16 12:18:08 UTC (rev 4417)
+++ trunk/common/rfb/Security.h 2011-05-16 12:46:16 UTC (rev 4418)
@@ -65,6 +65,7 @@
     /*
      * Create Security instance.
      */
+    Security();
     Security(StringParameter &secTypes);
 
     /*


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to