summaryrefslogtreecommitdiff
path: root/src/dalstorage.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2006-01-18 00:09:21 +0000
committerYohann Ferreira <bertram@cegetel.net>2006-01-18 00:09:21 +0000
commit2c1461de62e85772143fd58b7a13f1a8a964c930 (patch)
treece793467c5ddaba927260b223108b8f1cb81bd06 /src/dalstorage.h
parent4871897d9f2b2155bcc71c5dafd925983edf8127 (diff)
downloadmanaserv-2c1461de62e85772143fd58b7a13f1a8a964c930.tar.gz
manaserv-2c1461de62e85772143fd58b7a13f1a8a964c930.tar.bz2
manaserv-2c1461de62e85772143fd58b7a13f1a8a964c930.tar.xz
manaserv-2c1461de62e85772143fd58b7a13f1a8a964c930.zip
Chat channeling commit part 2.
Diffstat (limited to 'src/dalstorage.h')
-rw-r--r--src/dalstorage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dalstorage.h b/src/dalstorage.h
index 0867ef4c..f633527d 100644
--- a/src/dalstorage.h
+++ b/src/dalstorage.h
@@ -123,7 +123,7 @@ class DALStorage: public Storage
* Gives the list of opened public channels registered in database
* @return a map of the public channels
*/
- const std::map<short, std::string>
+ std::map<short, ChatChannel>
getChannelList();
/**
@@ -131,7 +131,7 @@ class DALStorage: public Storage
* to the one in db.
*/
void
- updateChannels(std::map<short, std::string> channelList);
+ updateChannels(std::map<short, ChatChannel>& channelList);
/**
* Save changes to the database permanently.