Browse Source

Update comment of VncAuthPasswdGetter::getVncAuthPasswd.

tags/v1.4.90
Michal Srb 9 years ago
parent
commit
519784a1fb
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      common/rfb/SSecurityVncAuth.h

+ 2
- 2
common/rfb/SSecurityVncAuth.h View 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;
};


Loading…
Cancel
Save