Explorar el Código

Remove unused CConnection::getIdentityVerifier()

tags/v1.9.90
Pierre Ossman hace 6 años
padre
commit
2fae5cf065
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0
    4
      common/rfb/CConnection.h

+ 0
- 4
common/rfb/CConnection.h Ver fichero

@@ -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();


Cargando…
Cancelar
Guardar