From 0894c989596feb8d97d582e87cca021339cc26cd Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 11 Oct 2006 14:52:41 +0000 Subject: Renamed 'vmime::platformDependant' to 'vmime::platform'. --- src/net/tls/TLSSocket.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net/tls/TLSSocket.cpp') diff --git a/src/net/tls/TLSSocket.cpp b/src/net/tls/TLSSocket.cpp index b1896844..e36df7b7 100644 --- a/src/net/tls/TLSSocket.cpp +++ b/src/net/tls/TLSSocket.cpp @@ -27,7 +27,7 @@ #include "vmime/net/tls/TLSSocket.hpp" #include "vmime/net/tls/TLSSession.hpp" -#include "vmime/platformDependant.hpp" +#include "vmime/platform.hpp" #include "vmime/security/cert/X509Certificate.hpp" @@ -159,7 +159,7 @@ void TLSSocket::handshake(ref toHandler) ret == GNUTLS_E_INTERRUPTED) { // Non-fatal error - platformDependant::getHandler()->wait(); + platform::getHandler()->wait(); } else { @@ -240,7 +240,7 @@ ssize_t TLSSocket::gnutlsPullFunc if (ret == 0) { // No data available yet - platformDependant::getHandler()->wait(); + platform::getHandler()->wait(); } else { -- cgit v1.2.3