summaryrefslogtreecommitdiff
path: root/src/net/eathena/messagein.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-31 19:59:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-01 00:19:20 +0300
commit854c72570f49f7ed57f35fce72bc91ebdc08d2ac (patch)
tree577c1b4ce129c52cabbb8665bf1b562a2e3d4f6c /src/net/eathena/messagein.h
parent366de9963d24841483e6ed8ff4a88f775a1c2fcf (diff)
downloadplus-854c72570f49f7ed57f35fce72bc91ebdc08d2ac.tar.gz
plus-854c72570f49f7ed57f35fce72bc91ebdc08d2ac.tar.bz2
plus-854c72570f49f7ed57f35fce72bc91ebdc08d2ac.tar.xz
plus-854c72570f49f7ed57f35fce72bc91ebdc08d2ac.zip
Add ability to log received packet names to log file.
Also add arrays with id to package info mapping for inbound packets.
Diffstat (limited to 'src/net/eathena/messagein.h')
-rw-r--r--src/net/eathena/messagein.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/net/eathena/messagein.h b/src/net/eathena/messagein.h
index fb20b6db7..72110614f 100644
--- a/src/net/eathena/messagein.h
+++ b/src/net/eathena/messagein.h
@@ -41,11 +41,12 @@ class MessageIn final : public Net::MessageIn
/**
* Constructor.
*/
- MessageIn(const char *const data, const unsigned int length);
+ MessageIn(const char *const data,
+ const unsigned int length);
A_DELETE_COPY(MessageIn)
- void postInit();
+ void postInit(const char *const str);
/**< Reads a short. */
int16_t readInt16(const char *const str) override final;