Explorar el Código

Tested on Windows.


git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@59 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz hace 9 años
padre
commit
3f8db1d408
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4
    2
      networking.hpp

+ 4
- 2
networking.hpp Ver fichero

@@ -45,6 +45,9 @@
//// Windows headers...

#include <winsock2.h>

namespace CodeDweller {

typedef int socklen_t; // Posix uses socklen_t so we mimic it.
typedef SOCKET hSocket; // Winx handles Socket is opaque.
@@ -532,10 +535,9 @@ class UDPBroadcaster : public Socket, public MessagePort {
////////////////////////////////////////////////////////////////////////////////

//// Include Inline methods and functions...

#include "networking.inline.hpp"

}
} // End of CodeDweller namespace.

#endif


Cargando…
Cancelar
Guardar