Browse Source

Remove unused CConnection::getIdentityVerifier()

tags/v1.9.90
Pierre Ossman 6 years ago
parent
commit
2fae5cf065
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      common/rfb/CConnection.h

+ 0
- 4
common/rfb/CConnection.h View File

@@ -110,10 +110,6 @@ namespace rfb {

// Methods to be overridden in a derived class

// getIdVerifier() returns the identity verifier associated with the connection.
// Ownership of the IdentityVerifier is retained by the CConnection instance.
virtual IdentityVerifier* getIdentityVerifier() {return 0;}

// authSuccess() is called when authentication has succeeded.
virtual void authSuccess();


Loading…
Cancel
Save