aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llxfermanager.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/llmessage/llxfermanager.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llxfermanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llxfermanager.h b/linden/indra/llmessage/llxfermanager.h
index 7b3a888..82cd8e9 100644
--- a/linden/indra/llmessage/llxfermanager.h
+++ b/linden/indra/llmessage/llxfermanager.h
@@ -45,7 +45,6 @@ class LLVFS;
45#include "llxfer.h" 45#include "llxfer.h"
46#include "message.h" 46#include "message.h"
47#include "llassetstorage.h" 47#include "llassetstorage.h"
48#include "linked_lists.h"
49#include "lldir.h" 48#include "lldir.h"
50#include "lllinkedqueue.h" 49#include "lllinkedqueue.h"
51#include "llthrottle.h" 50#include "llthrottle.h"
@@ -101,7 +100,8 @@ class LLXferManager
101 LLXfer *mSendList; 100 LLXfer *mSendList;
102 LLXfer *mReceiveList; 101 LLXfer *mReceiveList;
103 102
104 LLLinkedList <LLHostStatus> mOutgoingHosts; 103 typedef std::list<LLHostStatus*> status_list_t;
104 status_list_t mOutgoingHosts;
105 105
106 private: 106 private:
107 protected: 107 protected: