[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src Makefile.am network_worker.cpp camp...
From: |
Pauli Manninen |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src Makefile.am network_worker.cpp camp... |
Date: |
Tue, 12 Oct 2004 18:52:59 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Pauli Manninen <address@hidden> 04/10/12 22:38:20
Modified files:
src : Makefile.am network_worker.cpp
src/campaign_server: Makefile.am
Log message:
network.[ch]pp and thread.[ch]pp fixes by Cedric
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/Makefile.am.diff?tr1=1.52&tr2=1.53&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/network_worker.cpp.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/campaign_server/Makefile.am.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
Patches:
Index: wesnoth/src/Makefile.am
diff -u wesnoth/src/Makefile.am:1.52 wesnoth/src/Makefile.am:1.53
--- wesnoth/src/Makefile.am:1.52 Mon Oct 11 23:46:39 2004
+++ wesnoth/src/Makefile.am Tue Oct 12 22:38:20 2004
@@ -219,6 +219,7 @@
mapgen_dialog.cpp \
mouse.cpp \
network.cpp \
+ network_worker.cpp \
pathutils.cpp \
pathfind.cpp \
playturn.cpp \
@@ -232,6 +233,7 @@
statistics.cpp \
team.cpp \
terrain.cpp \
+ thread.cpp \
theme.cpp \
tooltips.cpp \
unit.cpp \
@@ -286,6 +288,7 @@
mapgen_dialog.hpp \
mouse.hpp \
network.hpp \
+ network_worker.hpp \
pathfind.hpp \
pathutils.hpp \
playlevel.hpp \
@@ -301,6 +304,7 @@
team.hpp \
terrain.hpp \
theme.hpp \
+ thread.hpp \
tooltips.hpp \
unit.hpp \
unit_display.hpp \
Index: wesnoth/src/campaign_server/Makefile.am
diff -u wesnoth/src/campaign_server/Makefile.am:1.3
wesnoth/src/campaign_server/Makefile.am:1.4
--- wesnoth/src/campaign_server/Makefile.am:1.3 Mon Oct 4 08:34:23 2004
+++ wesnoth/src/campaign_server/Makefile.am Tue Oct 12 22:38:20 2004
@@ -12,7 +12,9 @@
../gettext.cpp \
../log.cpp \
../network.cpp \
+ ../network_worker.cpp \
../publish_campaign.cpp \
+ ../thread.cpp \
../game_events.hpp \
../config.hpp \
../filesystem.hpp \
@@ -20,7 +22,9 @@
../gettext.hpp \
../log.hpp \
../network.hpp \
- ../publish_campaign.hpp
+ ../network_worker.hpp \
+ ../publish_campaign.hpp \
+ ../thread.hpp
AM_CXXFLAGS = @SDL_CFLAGS@ -DLOCALEDIR=\"$(LOCALEDIR)\"
AM_LDFLAGS = @SDL_LIBS@ @SDL_NET_LIBS@
Index: wesnoth/src/network_worker.cpp
diff -u wesnoth/src/network_worker.cpp:1.1 wesnoth/src/network_worker.cpp:1.2
--- wesnoth/src/network_worker.cpp:1.1 Mon Oct 11 23:46:40 2004
+++ wesnoth/src/network_worker.cpp Tue Oct 12 22:38:20 2004
@@ -1,3 +1,4 @@
+#include <cerrno>
#include "network_worker.hpp"
#include "network.hpp"
#include "thread.hpp"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/src Makefile.am network_worker.cpp camp...,
Pauli Manninen <=