summaryrefslogtreecommitdiff
path: root/src/net/messageout.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-22 15:56:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-22 15:56:51 +0300
commit9239957b3a21a1498323b7af2b2910bc75f72859 (patch)
tree5cc784d0a29c0d452baf75b3023783db488d3530 /src/net/messageout.h
parentc8c04113ea360bdf542393001e45eb1ea9f317d1 (diff)
downloadplus-9239957b3a21a1498323b7af2b2910bc75f72859.tar.gz
plus-9239957b3a21a1498323b7af2b2910bc75f72859.tar.bz2
plus-9239957b3a21a1498323b7af2b2910bc75f72859.tar.xz
plus-9239957b3a21a1498323b7af2b2910bc75f72859.zip
add function for convert server direction into client direction.
Diffstat (limited to 'src/net/messageout.h')
-rw-r--r--src/net/messageout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/messageout.h b/src/net/messageout.h
index ecab8ec54..13a4eae1b 100644
--- a/src/net/messageout.h
+++ b/src/net/messageout.h
@@ -83,6 +83,8 @@ class MessageOut notfinal
virtual ~MessageOut()
{ }
+ static unsigned char toServerDirection(unsigned char direction);
+
protected:
/**
* Constructor.