summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingcharacters.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-02-07 14:13:57 -0800
committerTodd Stinson <stinson@lindenlab.com>2012-02-07 14:13:57 -0800
commitfa46459cdb6d63fea6a76d8c11eee5503edf5bb1 (patch)
treee7d969b2e8c4829e28fdceb844e57ee29fed874c /indra/newview/llfloaterpathfindingcharacters.h
parentcdcbc4c026f43c4a19b509e5d8754fc54da9c2f6 (diff)
PATH-245: Hooking the characters floater up to the character service. Also, adding in an additional state to handle the floater when the service does not exist.
Diffstat (limited to 'indra/newview/llfloaterpathfindingcharacters.h')
-rw-r--r--indra/newview/llfloaterpathfindingcharacters.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingcharacters.h b/indra/newview/llfloaterpathfindingcharacters.h
index 6264c5d27a..ae3a34f459 100644
--- a/indra/newview/llfloaterpathfindingcharacters.h
+++ b/indra/newview/llfloaterpathfindingcharacters.h
@@ -57,7 +57,8 @@ public:
kMessagingFetchRequestSent_MultiRequested,
kMessagingFetchReceived,
kMessagingFetchError,
- kMessagingComplete
+ kMessagingComplete,
+ kMessagingServiceNotAvailable
} EMessagingState;
virtual BOOL postBuild();