diff options
author | fcolin | 2007-02-01 13:05:40 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:05:40 +0000 |
commit | 37588b770b62de7f92a1280dc55367f6c499ebca (patch) | |
tree | 7eba708b2e52c5fc9c346ca10ecf0f755d373690 /Bus/Ivy | |
parent | 231d2a8f1fa8239e1ef9ff17c51406781fcf020a (diff) | |
download | ivy-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.h | 2 |
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;
};
|