From bfcb17aa05cda240abeb0fffc41bb112b04e00eb Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:05:54 +0000 Subject: Utilisateur : Fcolin Date : 2/06/05 Heure : 18:42 Archivé dans $/Bus/Ivy Commentaire: Suppression de la STL et ajout d'un namespace pour les datatypes internes Ivy (vss 9) --- Ivy/ThreadedSocket.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Ivy/ThreadedSocket.h') diff --git a/Ivy/ThreadedSocket.h b/Ivy/ThreadedSocket.h index 9771f10..85262cd 100644 --- a/Ivy/ThreadedSocket.h +++ b/Ivy/ThreadedSocket.h @@ -23,9 +23,9 @@ public: inline operator SOCKET() const { return m_hSocket; }; - void GetPeerName(string & rPeerAddress, unsigned int& rPeerPort); + void GetPeerName(ivy::string & rPeerAddress, unsigned int& rPeerPort); - void GetSockName(string & rSocketAddress, unsigned int& rSocketPort); + void GetSockName(ivy::string & rSocketAddress, unsigned int& rSocketPort); // Operations public: @@ -47,7 +47,7 @@ public: virtual int Receive(void* lpBuf, int nBufLen, int nFlags = 0); int ReceiveFrom(void* lpBuf, int nBufLen, - string & rSocketAddress, unsigned int & rSocketPort, int nFlags = 0); + ivy::string & rSocketAddress, unsigned int & rSocketPort, int nFlags = 0); enum { receives = 0, sends = 1, both = 2 }; -- cgit v1.1