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)
commit2ee32e7f7707349d12c98181bbe6842f6d19f60e
treea4f98d0da287ad9c8b44c6d07c90f1115851a7cb
parent4c6606f341eb79788bae3e992d176af5f9801879
Make Message a proper class rather than a struct (i.e. use setters/getters and
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.
src/client/client.cpp
src/client/client.h
src/common/message.cpp
src/common/message.h
src/core/coresession.cpp
src/core/sqlitestorage.cpp
src/qtgui/chatline.cpp