summaryrefslogtreecommitdiff
path: root/indra/llmessage/llares.h
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2008-09-29 19:14:50 +0000
committerSteven Bennetts <steve@lindenlab.com>2008-09-29 19:14:50 +0000
commitd725e5b24075b2171f8a5b263969991e9b475078 (patch)
treef1422064fd0ab676dfa66d39b5d0f0b9e8ff1086 /indra/llmessage/llares.h
parent66739da16407a8e56accc236bd3996c1963a6bcf (diff)
QAR-872 Viewer 1.21 RC 3
merge viewer_1-21 96116-97380 -> release
Diffstat (limited to 'indra/llmessage/llares.h')
-rw-r--r--indra/llmessage/llares.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llmessage/llares.h b/indra/llmessage/llares.h
index 4dd65600cc..3e6b0b0e84 100644
--- a/indra/llmessage/llares.h
+++ b/indra/llmessage/llares.h
@@ -437,9 +437,11 @@ public:
*/
static const char *strerror(int code);
+ bool isInitialized(void) { return mInitSuccess; }
+
protected:
ares_channel chan_;
-
+ bool mInitSuccess;
};
/**