From 96767ff85614974ff8c31686bce19001ec5cccd2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 20 May 2009 17:00:33 +0200 Subject: waitWhile-Methoden f?r Connection hinzugef?gt --- src/Common/Connection.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Common/Connection.h') diff --git a/src/Common/Connection.h b/src/Common/Connection.h index 0cfc742..5ac46a2 100644 --- a/src/Common/Connection.h +++ b/src/Common/Connection.h @@ -65,8 +65,6 @@ class Connection { //virtual void* getCertificate(size_t *size) const = 0; //virtual void* getPeerCertificate(size_t *size) const = 0; - virtual - void setAuthenticated() { authenticated = true; } -- cgit v1.2.3