summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:05:40 +0000
committerfcolin2007-02-01 13:05:40 +0000
commit4b8a6b79df9e4433fff614c786441b75f52bcddc (patch)
treef13505a3ef82d79e91762ba25fef59928415aadf /Ivy
parent852eab4605ad0d832c38b5ee69bf49c5417821c0 (diff)
downloadivy-cplusplus-4b8a6b79df9e4433fff614c786441b75f52bcddc.zip
ivy-cplusplus-4b8a6b79df9e4433fff614c786441b75f52bcddc.tar.gz
ivy-cplusplus-4b8a6b79df9e4433fff614c786441b75f52bcddc.tar.bz2
ivy-cplusplus-4b8a6b79df9e4433fff614c786441b75f52bcddc.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 'Ivy')
-rw-r--r--Ivy/ThreadedSocket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Ivy/ThreadedSocket.h b/Ivy/ThreadedSocket.h
index 19fca4f..1a3f405 100644
--- a/Ivy/ThreadedSocket.h
+++ b/Ivy/ThreadedSocket.h
@@ -161,8 +161,6 @@ protected:
// wrapper for thread routine
static DWORD WINAPI SocketThreadProc( void * pParam );
-static void Init();
-static bool Initialized;
};