Introduce Item::getName()

This commit is contained in:
Allan Ference
2013-08-18 18:28:49 +02:00
parent 2c36ca7215
commit 05f7f6a4cf
4 changed files with 14 additions and 11 deletions

View File

@@ -95,6 +95,7 @@ public:
uint32 getId() { return m_clientId; }
uint16 getClientId() { return m_clientId; }
uint16 getServerId() { return m_serverId; }
std::string getName();
bool isValid();
void unserializeItem(const BinaryTreePtr& in);