diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llmessage/llares.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llares.h (renamed from linden/indra/llcommon/llares.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llcommon/llares.h b/linden/indra/llmessage/llares.h index 07957f1..5d72170 100644 --- a/linden/indra/llcommon/llares.h +++ b/linden/indra/llmessage/llares.h | |||
@@ -485,7 +485,7 @@ protected: | |||
485 | size_t count, const char *& pos, dns_rrs_t &rrs); | 485 | size_t count, const char *& pos, dns_rrs_t &rrs); |
486 | 486 | ||
487 | void queryResult(const char *buf, size_t len); | 487 | void queryResult(const char *buf, size_t len); |
488 | virtual void queryResult(); | 488 | virtual void querySuccess(); |
489 | 489 | ||
490 | public: | 490 | public: |
491 | LLQueryResponder(); | 491 | LLQueryResponder(); |
@@ -532,7 +532,7 @@ class LLAres::SrvResponder : public LLQueryResponder | |||
532 | public: | 532 | public: |
533 | friend void LLAres::getSrvRecords(const std::string &name, | 533 | friend void LLAres::getSrvRecords(const std::string &name, |
534 | SrvResponder *resp); | 534 | SrvResponder *resp); |
535 | void queryResult(); | 535 | void querySuccess(); |
536 | void queryError(int code); | 536 | void queryError(int code); |
537 | 537 | ||
538 | virtual void srvResult(const dns_rrs_t &ents); | 538 | virtual void srvResult(const dns_rrs_t &ents); |
@@ -551,7 +551,7 @@ protected: | |||
551 | public: | 551 | public: |
552 | friend void LLAres::rewriteURI(const std::string &uri, | 552 | friend void LLAres::rewriteURI(const std::string &uri, |
553 | UriRewriteResponder *resp); | 553 | UriRewriteResponder *resp); |
554 | void queryResult(); | 554 | void querySuccess(); |
555 | void queryError(int code); | 555 | void queryError(int code); |
556 | 556 | ||
557 | virtual void rewriteResult(const std::vector<std::string> &uris); | 557 | virtual void rewriteResult(const std::vector<std::string> &uris); |