summaryrefslogtreecommitdiff
path: root/Bus/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:05:40 +0000
committerfcolin2007-02-01 13:05:40 +0000
commit37588b770b62de7f92a1280dc55367f6c499ebca (patch)
tree7eba708b2e52c5fc9c346ca10ecf0f755d373690 /Bus/Ivy
parent231d2a8f1fa8239e1ef9ff17c51406781fcf020a (diff)
downloadivy-cplusplus-37588b770b62de7f92a1280dc55367f6c499ebca.zip
ivy-cplusplus-37588b770b62de7f92a1280dc55367f6c499ebca.tar.gz
ivy-cplusplus-37588b770b62de7f92a1280dc55367f6c499ebca.tar.bz2
ivy-cplusplus-37588b770b62de7f92a1280dc55367f6c499ebca.tar.xz
Utilisateur : Fcolin Date : 16/06/00 Heure : 10:40 Archivé dans $/Ivy Commentaire: Init dll socket dans DLLMain (vss 2)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r--Bus/Ivy/ThreadedSocket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bus/Ivy/ThreadedSocket.h b/Bus/Ivy/ThreadedSocket.h
index 19fca4f..1a3f405 100644
--- a/Bus/Ivy/ThreadedSocket.h
+++ b/Bus/Ivy/ThreadedSocket.h
@@ -161,8 +161,6 @@ protected:
// wrapper for thread routine
static DWORD WINAPI SocketThreadProc( void * pParam );
-static void Init();
-static bool Initialized;
};