summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/bandwidth.cpp4
-rw-r--r--src/net/bandwidth.h (renamed from src/net/bandwidth.hpp)0
-rw-r--r--src/net/connection.cpp8
-rw-r--r--src/net/connection.h (renamed from src/net/connection.hpp)0
-rw-r--r--src/net/connectionhandler.cpp12
-rw-r--r--src/net/connectionhandler.h (renamed from src/net/connectionhandler.hpp)0
-rw-r--r--src/net/messagein.cpp2
-rw-r--r--src/net/messagein.h (renamed from src/net/messagein.hpp)0
-rw-r--r--src/net/messageout.cpp2
-rw-r--r--src/net/messageout.h (renamed from src/net/messageout.hpp)0
-rw-r--r--src/net/netcomputer.cpp8
-rw-r--r--src/net/netcomputer.h (renamed from src/net/netcomputer.hpp)0
12 files changed, 18 insertions, 18 deletions
diff --git a/src/net/bandwidth.cpp b/src/net/bandwidth.cpp
index ab6e930c..4d04b3b9 100644
--- a/src/net/bandwidth.cpp
+++ b/src/net/bandwidth.cpp
@@ -18,9 +18,9 @@
* along with The Mana Server. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "bandwidth.hpp"
+#include "bandwidth.h"
-#include "netcomputer.hpp"
+#include "netcomputer.h"
BandwidthMonitor::BandwidthMonitor():
mAmountServerOutput(0),
diff --git a/src/net/bandwidth.hpp b/src/net/bandwidth.h
index 4ffeff73..4ffeff73 100644
--- a/src/net/bandwidth.hpp
+++ b/src/net/bandwidth.h
diff --git a/src/net/connection.cpp b/src/net/connection.cpp
index aeda22a7..88c59f02 100644
--- a/src/net/connection.cpp
+++ b/src/net/connection.cpp
@@ -18,10 +18,10 @@
* along with The Mana Server. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "net/connection.hpp"
-#include "net/bandwidth.hpp"
-#include "net/messagein.hpp"
-#include "net/messageout.hpp"
+#include "net/connection.h"
+#include "net/bandwidth.h"
+#include "net/messagein.h"
+#include "net/messageout.h"
#include "utils/logger.h"
#ifdef ENET_VERSION_CREATE
diff --git a/src/net/connection.hpp b/src/net/connection.h
index 288d9fc2..288d9fc2 100644
--- a/src/net/connection.hpp
+++ b/src/net/connection.h
diff --git a/src/net/connectionhandler.cpp b/src/net/connectionhandler.cpp
index ec786663..e9ec1944 100644
--- a/src/net/connectionhandler.cpp
+++ b/src/net/connectionhandler.cpp
@@ -20,13 +20,13 @@
#include <algorithm>
-#include "net/connectionhandler.hpp"
+#include "net/connectionhandler.h"
-#include "common/configuration.hpp"
-#include "net/bandwidth.hpp"
-#include "net/messagein.hpp"
-#include "net/messageout.hpp"
-#include "net/netcomputer.hpp"
+#include "common/configuration.h"
+#include "net/bandwidth.h"
+#include "net/messagein.h"
+#include "net/messageout.h"
+#include "net/netcomputer.h"
#include "utils/logger.h"
#ifdef ENET_VERSION_CREATE
diff --git a/src/net/connectionhandler.hpp b/src/net/connectionhandler.h
index 96fc90cd..96fc90cd 100644
--- a/src/net/connectionhandler.hpp
+++ b/src/net/connectionhandler.h
diff --git a/src/net/messagein.cpp b/src/net/messagein.cpp
index 7d6de273..022ac465 100644
--- a/src/net/messagein.cpp
+++ b/src/net/messagein.cpp
@@ -27,7 +27,7 @@
#include <sstream>
#endif
-#include "net/messagein.hpp"
+#include "net/messagein.h"
#include "utils/logger.h"
MessageIn::MessageIn(const char *data, int length):
diff --git a/src/net/messagein.hpp b/src/net/messagein.h
index f01c1850..f01c1850 100644
--- a/src/net/messagein.hpp
+++ b/src/net/messagein.h
diff --git a/src/net/messageout.cpp b/src/net/messageout.cpp
index c8310c55..a5b0a53c 100644
--- a/src/net/messageout.cpp
+++ b/src/net/messageout.cpp
@@ -28,7 +28,7 @@
#include <string>
#include <enet/enet.h>
-#include "net/messageout.hpp"
+#include "net/messageout.h"
/** Initial amount of bytes allocated for the messageout data buffer. */
const unsigned int INITIAL_DATA_CAPACITY = 16;
diff --git a/src/net/messageout.hpp b/src/net/messageout.h
index cf3e0c73..cf3e0c73 100644
--- a/src/net/messageout.hpp
+++ b/src/net/messageout.h
diff --git a/src/net/netcomputer.cpp b/src/net/netcomputer.cpp
index 84a10749..c4af3420 100644
--- a/src/net/netcomputer.cpp
+++ b/src/net/netcomputer.cpp
@@ -22,12 +22,12 @@
#include <queue>
#include <enet/enet.h>
-#include "bandwidth.hpp"
-#include "messageout.hpp"
-#include "netcomputer.hpp"
+#include "bandwidth.h"
+#include "messageout.h"
+#include "netcomputer.h"
#include "../utils/logger.h"
-#include "../utils/processorutils.hpp"
+#include "../utils/processorutils.h"
NetComputer::NetComputer(ENetPeer *peer):
mPeer(peer)
diff --git a/src/net/netcomputer.hpp b/src/net/netcomputer.h
index d3485f64..d3485f64 100644
--- a/src/net/netcomputer.hpp
+++ b/src/net/netcomputer.h