From 957c69de835cc00e1edee7adb407c1e5a6e608f4 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Sat, 1 Jan 2011 15:01:13 +0100 Subject: Update copyright note for 2011. Happy new year. --- src/server/worldserver/RemoteAccess/RARunnable.cpp | 2 +- src/server/worldserver/RemoteAccess/RARunnable.h | 2 +- src/server/worldserver/RemoteAccess/RASocket.cpp | 2 +- src/server/worldserver/RemoteAccess/RASocket.h | 2 +- .../worldserver/RemoteAccess/SocketDefines.h | 47 ---------------------- 5 files changed, 4 insertions(+), 51 deletions(-) delete mode 100755 src/server/worldserver/RemoteAccess/SocketDefines.h (limited to 'src/server/worldserver/RemoteAccess') diff --git a/src/server/worldserver/RemoteAccess/RARunnable.cpp b/src/server/worldserver/RemoteAccess/RARunnable.cpp index 2e7c25440ba..a6ccf0879d9 100644 --- a/src/server/worldserver/RemoteAccess/RARunnable.cpp +++ b/src/server/worldserver/RemoteAccess/RARunnable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2010 TrinityCore + * Copyright (C) 2008-2011 TrinityCore * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/server/worldserver/RemoteAccess/RARunnable.h b/src/server/worldserver/RemoteAccess/RARunnable.h index 85e1dd516a0..76807e5797c 100644 --- a/src/server/worldserver/RemoteAccess/RARunnable.h +++ b/src/server/worldserver/RemoteAccess/RARunnable.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2010 TrinityCore + * Copyright (C) 2008-2011 TrinityCore * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/server/worldserver/RemoteAccess/RASocket.cpp b/src/server/worldserver/RemoteAccess/RASocket.cpp index 4f32d8c0ef2..cfdf7248611 100755 --- a/src/server/worldserver/RemoteAccess/RASocket.cpp +++ b/src/server/worldserver/RemoteAccess/RASocket.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2010 TrinityCore + * Copyright (C) 2008-2011 TrinityCore * Copyright (C) 2005-2009 MaNGOS * * This program is free software; you can redistribute it and/or modify it diff --git a/src/server/worldserver/RemoteAccess/RASocket.h b/src/server/worldserver/RemoteAccess/RASocket.h index dfc82bbf56a..f55f53f0280 100755 --- a/src/server/worldserver/RemoteAccess/RASocket.h +++ b/src/server/worldserver/RemoteAccess/RASocket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2010 TrinityCore + * Copyright (C) 2008-2011 TrinityCore * Copyright (C) 2005-2009 MaNGOS * * This program is free software; you can redistribute it and/or modify it diff --git a/src/server/worldserver/RemoteAccess/SocketDefines.h b/src/server/worldserver/RemoteAccess/SocketDefines.h deleted file mode 100755 index 0059fb791e3..00000000000 --- a/src/server/worldserver/RemoteAccess/SocketDefines.h +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright (C) 2008-2010 TrinityCore - * Copyright (C) 2005-2009 MaNGOS - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along - * with this program. If not, see . - */ - -#ifndef TRINITY_SOCKETDEFINES_H -#define TRINITY_SOCKETDEFINES_H - -#ifdef WIN32 - -/* Windows socket definitions - */ -#define FD_SETSIZE 1024 -#include -#include - -typedef SOCKET SocketHandle; -typedef fd_set SelectSet; - -#else - -/* The unix socket definitions - */ -#include -#include -#ifdef __APPLE_CC__ -#include -#endif - -typedef int SocketHandle; -typedef fd_set SelectSet; -#endif -#endif - -- cgit v1.2.3