diff options
author | fcolin | 2007-02-01 13:05:40 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:05:40 +0000 |
commit | 4b8a6b79df9e4433fff614c786441b75f52bcddc (patch) | |
tree | f13505a3ef82d79e91762ba25fef59928415aadf | |
parent | 852eab4605ad0d832c38b5ee69bf49c5417821c0 (diff) | |
download | ivy-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)
-rw-r--r-- | Ivy/ThreadedSocket.h | 2 |
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;
};
|