comparison src/protocols/msn/session.h @ 19742:8b4653986e8e

[gaim-migrate @ 16600] change to add SOAP HTTP header retrieve Now Can do the OIM Message XML process submitted by Ma Yuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sun, 30 Jul 2006 13:44:34 +0000
parents 23258253c7a0
children 90f89601d6d3
comparison
equal deleted inserted replaced
19741:b99512bd6d85 19742:8b4653986e8e
37 37
38 #include "cmdproc.h" 38 #include "cmdproc.h"
39 #include "nexus.h" 39 #include "nexus.h"
40 #include "httpconn.h" 40 #include "httpconn.h"
41 #include "contact.h" 41 #include "contact.h"
42 #include "oim.h"
42 43
43 #include "userlist.h" 44 #include "userlist.h"
44 #include "sync.h" 45 #include "sync.h"
45 46
46 /** 47 /**
94 gboolean http_method; 95 gboolean http_method;
95 96
96 MsnNotification *notification; 97 MsnNotification *notification;
97 MsnNexus *nexus; 98 MsnNexus *nexus;
98 MsnContact *contact; 99 MsnContact *contact;
100 MsnOim *oim;
99 MsnSync *sync; 101 MsnSync *sync;
100 102
101 MsnUserList *userlist; 103 MsnUserList *userlist;
102 104
103 int servconns_count; /**< The count of server connections. */ 105 int servconns_count; /**< The count of server connections. */