[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [Konversation] 0d378cc: Enhancing server to keep track of nick
From:       Gary Cramblitt <garycramblitt () comcast ! net>
Date:       2010-07-01 13:27:17
Message-ID: 20100701132717.97F24BB5582 () projects ! kde ! org
[Download RAW message or body]

commit 0d378cc45224c9df2653225cd681f7ab4ac478c4
Author: Gary Cramblitt <garycramblitt@comcast.net>
Date:   Sun Jan 18 03:39:01 2004 +0000

    Enhancing server to keep track of nick information.  Here are some basic data \
structures and methods that will be needed.  
    svn path=/trunk/kdeextragear-2/konversation/; revision=280649

diff --git a/konversation/server.h b/konversation/server.h
index 05e78b9..8a5dc76 100644
--- a/konversation/server.h
+++ b/konversation/server.h
@@ -41,9 +41,9 @@ class ChannelListPanel;
 
 // A NickInfoList is a list of NickInfo objects, indexed by nickname.
 typedef QDict<NickInfo> NickInfoList;
-// A ChannelMembershipList is a list of MemberLists, indexed by channel name.
+// A ChannelMembershipList is a list of NickInfoLists, indexed by channel name.
 typedef QDict<NickInfoList> ChannelMembershipList;
-// An iterator for a MemberList.
+// An iterator for a NickInfoList.
 typedef QDictIterator<NickInfo> NickInfoListIterator;
 // An iterator for a ChannelMembershipList.
 typedef QDictIterator<NickInfoList> ChannelMembershipListIterator;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic