diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-01 13:46:44 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-01 13:46:44 +0100 |
commit | d3614be2e07baa6c1d7cebbab5e260481fbb2de9 (patch) | |
tree | fecabfb0d36c4e36a81f04bd1fde8f27fc1fb536 /source/cAuthenticator.cpp | |
parent | new cIsThread object for thread encapsulation (diff) | |
download | cuberite-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 'source/cAuthenticator.cpp')
-rw-r--r-- | source/cAuthenticator.cpp | 11 |
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()
{
}
|