Remove SharedChannel (just use std::shared_ptr<Channel>)

More code-refactoring BBaper
This commit is contained in:
Rasmus Karlsson
2017-06-11 11:36:42 +02:00
parent 9cd70877a5
commit 1d6f558452
12 changed files with 230 additions and 257 deletions
-2
View File
@@ -20,8 +20,6 @@ class Message;
class ChannelManager;
typedef std::shared_ptr<Channel> SharedChannel;
class Channel
{
public: