Make Message a proper class rather than a struct (i.e. use setters/getters and
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 4 Oct 2007 22:43:41 +0000 (22:43 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 4 Oct 2007 22:43:41 +0000 (22:43 +0000)
private members). I am going to add more methods to it, and it's just bad style
to do that to a struct, I think.


No differences found