comparison libpurple/protocols/msn/session.h @ 23504:69af5301e1a7

killing MsnContact which just wraps MsnSession
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 09 Mar 2008 23:55:27 +0000
parents 23fef20a0ef2
children 1b98e2090a71
comparison
equal deleted inserted replaced
23503:44159acb7bb7 23504:69af5301e1a7
36 #include "group.h" 36 #include "group.h"
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"
42 #include "oim.h" 41 #include "oim.h"
43 42
44 #include "userlist.h" 43 #include "userlist.h"
45 #include "sync.h" 44 #include "sync.h"
46 45
94 gboolean destroying; /**< A flag that states if the session is being destroyed. */ 93 gboolean destroying; /**< A flag that states if the session is being destroyed. */
95 gboolean http_method; 94 gboolean http_method;
96 95
97 MsnNotification *notification; 96 MsnNotification *notification;
98 MsnNexus *nexus; 97 MsnNexus *nexus;
99 MsnContact *contact;
100 MsnOim *oim; 98 MsnOim *oim;
101 MsnSync *sync; 99 MsnSync *sync;
102 100
103 MsnUserList *userlist; 101 MsnUserList *userlist;
104 102