]> source.dussan.org Git - tigervnc.git/commitdiff
Update comment of VncAuthPasswdGetter::getVncAuthPasswd. 65/head
authorMichal Srb <michalsrb@gmail.com>
Mon, 24 Nov 2014 11:53:23 +0000 (13:53 +0200)
committerMichal Srb <michalsrb@gmail.com>
Mon, 24 Nov 2014 11:53:23 +0000 (13:53 +0200)
common/rfb/SSecurityVncAuth.h

index 1aa3a274c151b7309b0722b85ae2e915e8bfdc58..e9f379ba7f55b83bba349f27856ca0c47d0294cb 100644 (file)
@@ -34,8 +34,8 @@ namespace rfb {
 
   class VncAuthPasswdGetter {
   public:
-    // getPasswd() returns a string or null if unsuccessful.  The
-    // SSecurityVncAuth object delete[]s the string when done.
+    // getVncAuthPasswd() fills buffer of given password and readOnlyPassword.
+    // If there was no read only password in the file, readOnlyPassword buffer is null.
     virtual void getVncAuthPasswd(PlainPasswd *password, PlainPasswd *readOnlyPassword)=0;
   };