From f4f2fc7c3d76eb3dc5a91c5eefb36c10597d6cb7 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Fri, 25 Aug 2017 13:43:18 +0100 Subject: Add cUUID class (#3871) --- src/Server.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Server.h') diff --git a/src/Server.h b/src/Server.h index 2ac530c1e..633f6de70 100644 --- a/src/Server.h +++ b/src/Server.h @@ -39,6 +39,7 @@ typedef std::list cClientHandlePtrs; typedef std::list cClientHandles; class cCommandOutputCallback; class cSettingsRepositoryInterface; +class cUUID; namespace Json @@ -101,7 +102,7 @@ public: void KickUser(int a_ClientID, const AString & a_Reason); /** Authenticates the specified user, called by cAuthenticator */ - void AuthenticateUser(int a_ClientID, const AString & a_Name, const AString & a_UUID, const Json::Value & a_Properties); + void AuthenticateUser(int a_ClientID, const AString & a_Name, const cUUID & a_UUID, const Json::Value & a_Properties); const AString & GetServerID(void) const { return m_ServerID; } // tolua_export -- cgit v1.2.3