summaryrefslogtreecommitdiff
path: root/src/net/connection.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-12-27 20:39:21 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-12-27 20:39:21 +0000
commitb2ef30efb59c8aa4df3bbaab376d46c583a40d98 (patch)
treebfa5f4b4dbb937b4413e79427bf1bbab8522dbdb /src/net/connection.h
parent8da32105732949b4b0273c718d118bcfae70a1c9 (diff)
downloadmana-client-b2ef30efb59c8aa4df3bbaab376d46c583a40d98.tar.gz
mana-client-b2ef30efb59c8aa4df3bbaab376d46c583a40d98.tar.bz2
mana-client-b2ef30efb59c8aa4df3bbaab376d46c583a40d98.tar.xz
mana-client-b2ef30efb59c8aa4df3bbaab376d46c583a40d98.zip
Client-sided implementation of attacks
Diffstat (limited to 'src/net/connection.h')
-rw-r--r--src/net/connection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/connection.h b/src/net/connection.h
index 179367c6..d8ea3124 100644
--- a/src/net/connection.h
+++ b/src/net/connection.h
@@ -36,7 +36,8 @@ namespace Net
{
public:
enum State {
- OK, ERROR
+ OK,
+ NET_ERROR
};
~Connection();