From 4282a9d069b3bedc8888a4e6202f2b066233d4ec Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 25 Nov 2010 03:01:43 +0100 Subject: Rename Player to Client, to better reflect what it represents. A Player should be specific to a game, while a Client may participate in several. --- server/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/connection.h') diff --git a/server/connection.h b/server/connection.h index 0f16022..248817b 100644 --- a/server/connection.h +++ b/server/connection.h @@ -10,7 +10,7 @@ class Connection : public ConnectionBase, public boost::enable_shared_from_this { private: friend class TCPServer; - friend class Player; + friend class Client; boost::asio::ip::tcp::socket socket; -- cgit v1.2.3