summaryrefslogtreecommitdiff
path: root/Bus/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:05:42 +0000
committerfcolin2007-02-01 13:05:42 +0000
commitcf5cea78dd93f7091a2302cb72f686555c8fe981 (patch)
treeb3f6290bf61f8169963f570d0f91e887fbfe2f26 /Bus/Ivy
parent37588b770b62de7f92a1280dc55367f6c499ebca (diff)
downloadivy-cplusplus-cf5cea78dd93f7091a2302cb72f686555c8fe981.zip
ivy-cplusplus-cf5cea78dd93f7091a2302cb72f686555c8fe981.tar.gz
ivy-cplusplus-cf5cea78dd93f7091a2302cb72f686555c8fe981.tar.bz2
ivy-cplusplus-cf5cea78dd93f7091a2302cb72f686555c8fe981.tar.xz
Utilisateur : Fcolin Date : 29/06/00 Heure : 15:59 Archivé dans $/Ivy Commentaire: Version multicast (vss 3)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r--Bus/Ivy/ThreadedSocket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bus/Ivy/ThreadedSocket.h b/Bus/Ivy/ThreadedSocket.h
index 1a3f405..2fbe8c8 100644
--- a/Bus/Ivy/ThreadedSocket.h
+++ b/Bus/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);