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

List:       licq-cvs
Subject:    [Licq-cvs] licq/include
From:       Jon Keating <emostar () users ! sourceforge ! net>
Date:       2003-10-20 12:40:32
[Download RAW message or body]

Update of /cvsroot/licq/licq/include
In directory sc8-pr-cvs1:/tmp/cvs-serv20034

Modified Files:
	licq_icq.h licq_icqd.h licq_packets.h 
Log Message:
Update this directory too


Index: licq_icq.h
===================================================================
RCS file: /cvsroot/licq/licq/include/licq_icq.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- licq_icq.h	17 Jun 2003 15:08:23 -0000	1.39
+++ licq_icq.h	20 Oct 2003 12:40:29 -0000	1.40
@@ -234,6 +234,7 @@
 const unsigned short ICQ_CMDxMETA_RANDOMxSEARCH    = 0x074E; // 1870
 const unsigned short ICQ_CMDxMETA_SETxRANDOMxCHAT  = 0x0758; // 1880
 const unsigned short ICQ_CMDxMETA_SENDxSMS         = 0x1482;
+const unsigned short ICQ_CMDxMETA_WPxINFOxSET      = 0x0C3A;
 
 // Meta commands (white page searches) - Jon
 //const unsigned short ICQ_CMDxMETA_SEARCHxWP           = 0x0533; // 1331

Index: licq_icqd.h
===================================================================
RCS file: /cvsroot/licq/licq/include/licq_icqd.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- licq_icqd.h	10 Jul 2003 13:59:37 -0000	1.59
+++ licq_icqd.h	20 Oct 2003 12:40:30 -0000	1.60
@@ -183,8 +183,11 @@
   void icqRegister(const char *_szPasswd);
   unsigned long icqFetchAutoResponseServer(unsigned long);
   unsigned long icqLogon(unsigned short logonStatus);
+  unsigned long icqUserBasicInfo(const char *);
   unsigned long icqUserBasicInfo(unsigned long);
+  unsigned long icqUserExtendedInfo(const char *);
   unsigned long icqUserExtendedInfo(unsigned long);
+  unsigned long icqRequestMetaInfo(const char *);
   unsigned long icqRequestMetaInfo(unsigned long);
 
   unsigned long icqUpdateBasicInfo(const char *, const char *, const char *,
@@ -235,9 +238,10 @@
   unsigned long icqAuthorizeRefuse(unsigned long nUin, const char *szMessage);
   void icqRequestAuth(unsigned long _nUin, const char *_szMessage);
   void icqAlertUser(unsigned long _nUin);
-  void icqAddUser(unsigned long, bool _bAuthReq = false);
-  void icqAddUser(const char *, bool _bAuthReq = false);
-  void icqAddUserServer(unsigned long, bool);
+  void icqAddUser(unsigned long _nUin, bool _bAuthReq = false);
+  void icqAddUser(const char *_szId, bool _bAuthReq = false);
+  void icqAddUserServer(const char *_szId, bool _bAuthReq);
+  void icqAddUserServer(unsigned long _nUin, bool _bAuthReq);
   void icqAddGroup(const char *);
   void icqRemoveUser(unsigned long _nUin);
   void icqRemoveUser(const char *);
@@ -482,7 +486,7 @@
   bool SendEvent(INetSocket *, CPacket &, bool);
   void SendEvent_Server(CPacket *packet);
   ICQEvent *SendExpectEvent_Server(unsigned long nUin, CPacket *, CUserEvent *, bool = false);
-  ICQEvent *SendExpectEvent_Server(const char *, unsigned long, CPacket *, CUserEvent *);
+  ICQEvent *SendExpectEvent_Server(const char *, unsigned long, CPacket *, CUserEvent *, bool = false);
   ICQEvent *SendExpectEvent_Client(ICQUser *, CPacket *, CUserEvent *);
   ICQEvent *SendExpectEvent(ICQEvent *, void *(*fcn)(void *));
   void AckTCP(CPacketTcp &, int);

Index: licq_packets.h
===================================================================
RCS file: /cvsroot/licq/licq/include/licq_packets.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- licq_packets.h	2 Jul 2003 04:41:02 -0000	1.51
+++ licq_packets.h	20 Oct 2003 12:40:30 -0000	1.52
@@ -899,12 +899,13 @@
 class CPU_Meta_RequestAllInfo : public CPU_CommonFamily
 {
 public:
-  CPU_Meta_RequestAllInfo(unsigned long _nUin);
+  CPU_Meta_RequestAllInfo(const char *_szId);
+  virtual ~CPU_Meta_RequestAllInfo() { free(m_szId); }
   virtual const unsigned short SubCommand()  { return m_nMetaCommand; }
-  unsigned long Uin()  {  return m_nUin; }
+  const char *Id()  {  return m_szId; }
 protected:
   unsigned short m_nMetaCommand;
-  unsigned long  m_nUin;
+  char *m_szId;
 };
 
 
@@ -912,12 +913,13 @@
 class CPU_Meta_RequestBasicInfo : public CPU_CommonFamily
 {
 public:
-  CPU_Meta_RequestBasicInfo(unsigned long _nUin);
+  CPU_Meta_RequestBasicInfo(const char *_szId);
+  virtual ~CPU_Meta_RequestBasicInfo() { free(m_szId); }
   virtual const unsigned short SubCommand()  { return m_nMetaCommand; }
-  unsigned long Uin()  {  return m_nUin; }
+  const char *Id()  {  return m_szId; }
 protected:
   unsigned short m_nMetaCommand;
-  unsigned long  m_nUin;
+  char *m_szId;
 };
 
 



-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
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