From 519784a1fb2488d91a2a3113a4bddb050bfcc1fc Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Mon, 24 Nov 2014 13:53:23 +0200 Subject: [PATCH] Update comment of VncAuthPasswdGetter::getVncAuthPasswd. --- common/rfb/SSecurityVncAuth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/rfb/SSecurityVncAuth.h b/common/rfb/SSecurityVncAuth.h index 1aa3a274..e9f379ba 100644 --- a/common/rfb/SSecurityVncAuth.h +++ b/common/rfb/SSecurityVncAuth.h @@ -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; }; -- 2.39.5