diff options
author | Mattes D <github@xoft.cz> | 2015-01-23 23:01:18 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-01-23 23:01:18 +0100 |
commit | 10cfa61fbc5d0720f4e4864f50f1298937327348 (patch) | |
tree | f0763471ac50f70ad7807309255154bdff806eb8 /src/OSSupport/ServerHandleImpl.h | |
parent | cNetwork: Renamed callback to OnConnected() (diff) | |
download | cuberite-10cfa61fbc5d0720f4e4864f50f1298937327348.tar cuberite-10cfa61fbc5d0720f4e4864f50f1298937327348.tar.gz cuberite-10cfa61fbc5d0720f4e4864f50f1298937327348.tar.bz2 cuberite-10cfa61fbc5d0720f4e4864f50f1298937327348.tar.lz cuberite-10cfa61fbc5d0720f4e4864f50f1298937327348.tar.xz cuberite-10cfa61fbc5d0720f4e4864f50f1298937327348.tar.zst cuberite-10cfa61fbc5d0720f4e4864f50f1298937327348.zip |
Diffstat (limited to 'src/OSSupport/ServerHandleImpl.h')
-rw-r--r-- | src/OSSupport/ServerHandleImpl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OSSupport/ServerHandleImpl.h b/src/OSSupport/ServerHandleImpl.h index 33ff787f2..dbb18fc6d 100644 --- a/src/OSSupport/ServerHandleImpl.h +++ b/src/OSSupport/ServerHandleImpl.h @@ -78,6 +78,9 @@ protected: /** Contains the error message for the failure to listen. Only valid for non-listening instances. */ AString m_ErrorMsg; + /** The SharedPtr to self, so that it can be passed to created links. */ + cServerHandleImplPtr m_SelfPtr; + /** Creates a new instance with the specified callbacks. |