diff options
| author | oy <Tom_Adams@web.de> | 2011-03-30 12:08:33 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-30 12:08:33 +0200 |
| commit | 59d56cd332ecc86008c27326631566a4d2d94ecb (patch) | |
| tree | 9e207d901bd93c86e9e98260479a57a9fef85faa /src/engine/shared/jobs.h | |
| parent | 693bd39e77ee91ec335d8e30350b57edca8056fd (diff) | |
| download | zcatch-59d56cd332ecc86008c27326631566a4d2d94ecb.tar.gz zcatch-59d56cd332ecc86008c27326631566a4d2d94ecb.zip | |
finished IPv6 support (master servers aren't compatible with 0.5 and older). Closes #233
Diffstat (limited to 'src/engine/shared/jobs.h')
| -rw-r--r-- | src/engine/shared/jobs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/shared/jobs.h b/src/engine/shared/jobs.h index 61835186..2b0d7d15 100644 --- a/src/engine/shared/jobs.h +++ b/src/engine/shared/jobs.h @@ -34,6 +34,7 @@ public: }; int Status() const { return m_Status; } + int Result() const {return m_Result; } }; class CJobPool |