diff options
author | madmaxoft <github@xoft.cz> | 2013-08-11 20:16:41 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-11 20:16:41 +0200 |
commit | 4c5590636cf4a311f03e735878557b1e7b3362dd (patch) | |
tree | cc74a43b0ab34481a7d972ed35beb20008bd390b /source/WorldStorage/WorldStorage.h | |
parent | Removed cServer::m_pState, dissolved into direct member variables. (diff) | |
download | cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.gz cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.bz2 cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.lz cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.xz cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.zst cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.zip |
Diffstat (limited to 'source/WorldStorage/WorldStorage.h')
-rw-r--r-- | source/WorldStorage/WorldStorage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/WorldStorage/WorldStorage.h b/source/WorldStorage/WorldStorage.h index 064b2ffaf..bf8dbd3d5 100644 --- a/source/WorldStorage/WorldStorage.h +++ b/source/WorldStorage/WorldStorage.h @@ -75,6 +75,7 @@ public: void UnqueueSave(const cChunkCoords & a_Chunk); bool Start(cWorld * a_World, const AString & a_StorageSchemaName); // Hide the cIsThread's Start() method, we need to provide args + void Stop(void); // Hide the cIsThread's Stop() method, we need to signal the event void WaitForFinish(void); void WaitForQueuesEmpty(void); |