summaryrefslogtreecommitdiffstats
path: root/source/cAuthenticator.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-01 13:46:44 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-01 13:46:44 +0100
commitd3614be2e07baa6c1d7cebbab5e260481fbb2de9 (patch)
treefecabfb0d36c4e36a81f04bd1fde8f27fc1fb536 /source/cAuthenticator.cpp
parentnew cIsThread object for thread encapsulation (diff)
downloadcuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar.gz
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar.bz2
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar.lz
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar.xz
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar.zst
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.zip
Diffstat (limited to '')
-rw-r--r--source/cAuthenticator.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/source/cAuthenticator.cpp b/source/cAuthenticator.cpp
index 168ace7b5..83b2695a4 100644
--- a/source/cAuthenticator.cpp
+++ b/source/cAuthenticator.cpp
@@ -5,14 +5,19 @@
#include "cBlockingTCPLink.h"
#include "../iniFile/iniFile.h"
-#ifndef _WIN32
-#include <cstring>
-#endif
#include <sstream>
+
+
+
+
extern void ReplaceString( std::string & a_HayStack, const std::string & a_Needle, const std::string & a_ReplaceWith );
+
+
+
+
cAuthenticator::cAuthenticator()
{
}