From fe6c1ec690a82deddc9fa0c5ff9eb5dde9c83c8c Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:05:52 +0000 Subject: Utilisateur : Fcolin Date : 25/10/01 Heure : 18:39 Archivé dans $/Ivy (vss 8) --- Ivy/ThreadedSocket.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Ivy') diff --git a/Ivy/ThreadedSocket.h b/Ivy/ThreadedSocket.h index 1827c52..9771f10 100644 --- a/Ivy/ThreadedSocket.h +++ b/Ivy/ThreadedSocket.h @@ -21,7 +21,7 @@ public: public: SOCKET m_hSocket; - operator SOCKET() const; + inline operator SOCKET() const { return m_hSocket; }; void GetPeerName(string & rPeerAddress, unsigned int& rPeerPort); @@ -57,9 +57,6 @@ public: unsigned int nHostPort, const char * lpszHostAddress = 0, int nFlags = 0); - -inline CThreadedSocket::operator SOCKET() const - { return m_hSocket; } inline int GetPeerName(SOCKADDR* lpSockAddr, int* lpSockAddrLen) { return getpeername(m_hSocket, lpSockAddr, lpSockAddrLen); -- cgit v1.1