#include "gsocket.h"
#endif
+#ifndef OTUNIXERRORS
+
#include <MacHeaders.c>
#define OTUNIXERRORS 1
#include <OpenTransport.h>
#include <OpenTransportProviders.h>
#include <OpenTptInternet.h>
+#endif
+
/* Definition of GSocket */
class GSocket
{
public:
GSocket();
~GSocket();
- bool IsOK() { return m_ok; }
+ bool IsOk() { return m_ok; }
void Shutdown();
GSocketError SetLocal(GAddress *address);