diff options
author | fcolin | 2007-02-01 13:05:16 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:05:16 +0000 |
commit | 1c70f693d16840f4afe269239b4c57dd58a914fe (patch) | |
tree | df44b0aaf4de13a397f4b416864b85ba83c1fd93 /Ivy | |
parent | 3006e231e192a91fa6d132ddc3e483e1c1a31114 (diff) | |
download | ivy-cplusplus-1c70f693d16840f4afe269239b4c57dd58a914fe.zip ivy-cplusplus-1c70f693d16840f4afe269239b4c57dd58a914fe.tar.gz ivy-cplusplus-1c70f693d16840f4afe269239b4c57dd58a914fe.tar.bz2 ivy-cplusplus-1c70f693d16840f4afe269239b4c57dd58a914fe.tar.xz |
Utilisateur : Fcolin Date : 19/06/02 Heure : 16:45 Archivé dans $/Ivy Commentaire: (vss 15)
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/ThreadedSocket.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Ivy/ThreadedSocket.cxx b/Ivy/ThreadedSocket.cxx index f14d79a..c93ffa9 100644 --- a/Ivy/ThreadedSocket.cxx +++ b/Ivy/ThreadedSocket.cxx @@ -335,10 +335,6 @@ int CThreadedSocket::Socket(int nSocketType, int nProtocolType, int nAddressForm m_hSocket = socket(nAddressFormat,nSocketType,nProtocolType);
- if ( m_hSocket < 0 )
- {
- return m_hSocket;
- }
return m_hSocket;
//return StartListener();
}
|