diff options
author | fcolin | 2007-02-01 13:05:16 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:05:16 +0000 |
commit | 5aa82f08b11a54992ecddbf4458d91889014cd26 (patch) | |
tree | 9013cb6cd48f05fdd4164928e435edcdc29defdb /Bus/Ivy | |
parent | 2fd9530c71e6b7ed757e4cee31dc3b8b9966c3a6 (diff) | |
download | ivy-cplusplus-5aa82f08b11a54992ecddbf4458d91889014cd26.zip ivy-cplusplus-5aa82f08b11a54992ecddbf4458d91889014cd26.tar.gz ivy-cplusplus-5aa82f08b11a54992ecddbf4458d91889014cd26.tar.bz2 ivy-cplusplus-5aa82f08b11a54992ecddbf4458d91889014cd26.tar.xz |
Utilisateur : Fcolin Date : 19/06/02 Heure : 16:45 Archivé dans $/Ivy Commentaire: (vss 15)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/ThreadedSocket.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Bus/Ivy/ThreadedSocket.cxx b/Bus/Ivy/ThreadedSocket.cxx index f14d79a..c93ffa9 100644 --- a/Bus/Ivy/ThreadedSocket.cxx +++ b/Bus/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();
}
|