Revision: 4244
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4244&view=rev
Author:   atkac
Date:     2011-02-01 14:34:30 +0000 (Tue, 01 Feb 2011)

Log Message:
-----------
[Development] Allow to set security types directly in the Security class

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

Modified: trunk/common/rfb/Security.h
===================================================================
--- trunk/common/rfb/Security.h 2011-02-01 14:33:41 UTC (rev 4243)
+++ trunk/common/rfb/Security.h 2011-02-01 14:34:30 UTC (rev 4244)
@@ -80,6 +80,8 @@
     void EnableSecType(rdr::U32 secType);
     void DisableSecType(rdr::U32 secType) { enabledSecTypes.remove(secType); }
 
+    void SetSecTypes(std::list<rdr::U32> &secTypes) { enabledSecTypes = 
secTypes; }
+
     /* Check if certain type is supported */
     bool IsSupported(rdr::U32 secType);
 


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

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to