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

List:       licq-cvs
Subject:    [Licq-cvs] msn/src
From:       Jon Keating <emostar () users ! sourceforge ! net>
Date:       2005-11-15 15:31:31
Message-ID: E1Ec2mR-0007dq-Gx () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/licq/msn/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29310

Modified Files:
	msn-sb.cpp msn-srv.cpp 
Log Message:
Support the latstest patches


Index: msn-sb.cpp
===================================================================
RCS file: /cvsroot/licq/msn/src/msn-sb.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- msn-sb.cpp	12 Nov 2005 01:08:43 -0000	1.13
+++ msn-sb.cpp	15 Nov 2005 15:31:29 -0000	1.14
@@ -200,7 +200,7 @@
               ICQUser *u = gUserManager.FetchUser(strUser.c_str(), MSN_PPID, LOCK_R);
               if (u)
               {
-                e->m_pUserEvent->AddToHistory(u, D_SENDER);
+                e->m_pUserEvent->AddToHistory(u, MSN_PPID, D_SENDER);
                 u->SetLastSentEvent();
                 if (strcmp(u->IdString(), e->m_szId) == 0)
                   m_pDaemon->m_xOnEventManager.Do(ON_EVENT_MSGSENT, u);
@@ -213,7 +213,7 @@
             ICQUser *u = gUserManager.FetchUser(e->m_szId, e->m_nPPID, LOCK_R);
             if (u != NULL)
             {
-              e->m_pUserEvent->AddToHistory(u, D_SENDER);
+              e->m_pUserEvent->AddToHistory(u, MSN_PPID, D_SENDER);
               u->SetLastSentEvent();
               m_pDaemon->m_xOnEventManager.Do(ON_EVENT_MSGSENT, u);
               gUserManager.DropUser(u);

Index: msn-srv.cpp
===================================================================
RCS file: /cvsroot/licq/msn/src/msn-srv.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- msn-srv.cpp	12 Nov 2005 01:08:43 -0000	1.22
+++ msn-srv.cpp	15 Nov 2005 15:31:29 -0000	1.23
@@ -226,7 +226,7 @@
         if (m_pDaemon->AddUserEvent(o, e))
         {
           gUserManager.DropOwner(MSN_PPID);
-          e->AddToHistory(NULL, D_RECEIVER);
+          e->AddToHistory(NULL, MSN_PPID, D_RECEIVER);
           m_pDaemon->m_xOnEventManager.Do(ON_EVENT_SYSMSG, NULL);
         }
         else
@@ -444,7 +444,7 @@
         if (m_pDaemon->AddUserEvent(o, pEmailAlert))
         {
           gUserManager.DropOwner(MSN_PPID);
-          pEmailAlert->AddToHistory(NULL, D_RECEIVER);
+          pEmailAlert->AddToHistory(NULL, MSN_PPID, D_RECEIVER);
           m_pDaemon->m_xOnEventManager.Do(ON_EVENT_SYSMSG, NULL);
         }
         else



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Licq-cvs mailing list
Licq-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/licq-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

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