Style fix: add parameter name
* As pointed out by Axel.
This commit is contained in:
@@ -20,7 +20,8 @@ public:
|
||||
BSecureSocket(const BSecureSocket& other);
|
||||
virtual ~BSecureSocket();
|
||||
|
||||
virtual bool CertificateVerificationFailed(BCertificate&);
|
||||
virtual bool CertificateVerificationFailed(BCertificate&
|
||||
certificate);
|
||||
|
||||
// BSocket implementation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user