summaryrefslogtreecommitdiffstats
path: root/src/OSSupport
diff options
context:
space:
mode:
authorpeterbell10 <peterbell10@live.co.uk>2018-07-26 23:24:36 +0200
committerGitHub <noreply@github.com>2018-07-26 23:24:36 +0200
commit950aeffff8d641a0855fbd9a9b2993d9dfd7d2c3 (patch)
tree5e6fde4625714922e970bd5ad4ea339f58ab6b57 /src/OSSupport
parentAt long last... Piston animations! (diff)
downloadcuberite-950aeffff8d641a0855fbd9a9b2993d9dfd7d2c3.tar
cuberite-950aeffff8d641a0855fbd9a9b2993d9dfd7d2c3.tar.gz
cuberite-950aeffff8d641a0855fbd9a9b2993d9dfd7d2c3.tar.bz2
cuberite-950aeffff8d641a0855fbd9a9b2993d9dfd7d2c3.tar.lz
cuberite-950aeffff8d641a0855fbd9a9b2993d9dfd7d2c3.tar.xz
cuberite-950aeffff8d641a0855fbd9a9b2993d9dfd7d2c3.tar.zst
cuberite-950aeffff8d641a0855fbd9a9b2993d9dfd7d2c3.zip
Diffstat (limited to 'src/OSSupport')
-rw-r--r--src/OSSupport/Event.cpp1
-rw-r--r--src/OSSupport/File.cpp1
-rw-r--r--src/OSSupport/Network.h1
-rw-r--r--src/OSSupport/TCPLinkImpl.cpp1
-rw-r--r--src/OSSupport/WinStackWalker.cpp1
5 files changed, 2 insertions, 3 deletions
diff --git a/src/OSSupport/Event.cpp b/src/OSSupport/Event.cpp
index be2803451..4a16ddee7 100644
--- a/src/OSSupport/Event.cpp
+++ b/src/OSSupport/Event.cpp
@@ -62,6 +62,7 @@ void cEvent::Set(void)
+
void cEvent::SetAll(void)
{
{
diff --git a/src/OSSupport/File.cpp b/src/OSSupport/File.cpp
index bb33dc732..d9b3d86d3 100644
--- a/src/OSSupport/File.cpp
+++ b/src/OSSupport/File.cpp
@@ -213,7 +213,6 @@ long cFile::Seek (int iPosition)
-
long cFile::Tell (void) const
{
ASSERT(IsOpen());
diff --git a/src/OSSupport/Network.h b/src/OSSupport/Network.h
index babf0c078..3c4470848 100644
--- a/src/OSSupport/Network.h
+++ b/src/OSSupport/Network.h
@@ -29,7 +29,6 @@ typedef std::shared_ptr<cX509Cert> cX509CertPtr;
-
/** Interface that provides the methods available on a single TCP connection. */
class cTCPLink
{
diff --git a/src/OSSupport/TCPLinkImpl.cpp b/src/OSSupport/TCPLinkImpl.cpp
index 496e264be..d7edc68cd 100644
--- a/src/OSSupport/TCPLinkImpl.cpp
+++ b/src/OSSupport/TCPLinkImpl.cpp
@@ -235,7 +235,6 @@ void cTCPLinkImpl::Close(void)
-
AString cTCPLinkImpl::StartTLSClient(
cX509CertPtr a_OwnCert,
cCryptoKeyPtr a_OwnPrivKey
diff --git a/src/OSSupport/WinStackWalker.cpp b/src/OSSupport/WinStackWalker.cpp
index b9a8be39f..1a95b2907 100644
--- a/src/OSSupport/WinStackWalker.cpp
+++ b/src/OSSupport/WinStackWalker.cpp
@@ -715,6 +715,7 @@ WinStackWalker::WinStackWalker(DWORD dwProcessId, HANDLE hProcess)
+
WinStackWalker::WinStackWalker(int options, LPCSTR szSymPath, DWORD dwProcessId, HANDLE hProcess)
{
this->m_options = options;