summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:05:42 +0000
committerfcolin2007-02-01 13:05:42 +0000
commit99d788dbb3bad0d82be026054d88f9245b0c5bcf (patch)
treed1428c3cc84a0631437ca67354f755f8990e7a3c /Ivy
parent4b8a6b79df9e4433fff614c786441b75f52bcddc (diff)
downloadivy-cplusplus-99d788dbb3bad0d82be026054d88f9245b0c5bcf.zip
ivy-cplusplus-99d788dbb3bad0d82be026054d88f9245b0c5bcf.tar.gz
ivy-cplusplus-99d788dbb3bad0d82be026054d88f9245b0c5bcf.tar.bz2
ivy-cplusplus-99d788dbb3bad0d82be026054d88f9245b0c5bcf.tar.xz
Utilisateur : Fcolin Date : 29/06/00 Heure : 15:59 Archivé dans $/Ivy Commentaire: Version multicast (vss 3)
Diffstat (limited to 'Ivy')
-rw-r--r--Ivy/ThreadedSocket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Ivy/ThreadedSocket.h b/Ivy/ThreadedSocket.h
index 1a3f405..2fbe8c8 100644
--- a/Ivy/ThreadedSocket.h
+++ b/Ivy/ThreadedSocket.h
@@ -58,6 +58,9 @@ public:
void Socket(int nSocketType=SOCK_STREAM, long lEvent =
FD_READ | FD_WRITE | FD_OOB | FD_ACCEPT | FD_CONNECT | FD_CLOSE,
int nProtocolType = 0, int nAddressFormat = PF_INET);
+
+ void AddMember( const char * lpszHostAddress );
+
virtual void Accept(CThreadedSocket& rConnectedSocket,
SOCKADDR* lpSockAddr = NULL, int* lpSockAddrLen = NULL);