diff options
author | Rider Linden <rider@lindenlab.com> | 2015-09-14 13:33:50 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-09-14 13:33:50 -0700 |
commit | 32912a395839712b4edd4f39737d116f1730f5bf (patch) | |
tree | 4f3675797fda09c2c2789fa375f38bf8edc24b30 /indra/llmessage/llsdrpcserver.h | |
parent | 97236a42ca08979897d5c7b0826312345754cd67 (diff) |
MAINT-5507: Test checkin with RPC code and URL request disabled. Make sure it does not break non windows builds.
Diffstat (limited to 'indra/llmessage/llsdrpcserver.h')
-rwxr-xr-x | indra/llmessage/llsdrpcserver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llmessage/llsdrpcserver.h b/indra/llmessage/llsdrpcserver.h index 415bd31c26..07d7b58b31 100755 --- a/indra/llmessage/llsdrpcserver.h +++ b/indra/llmessage/llsdrpcserver.h @@ -29,6 +29,7 @@ #ifndef LL_LLSDRPCSERVER_H #define LL_LLSDRPCSERVER_H +#if 0 /** * I've set this up to be pretty easy to use when you want to make a * structured data rpc server which responds to methods by @@ -356,5 +357,5 @@ class LLXMLRPCNode : public LLHTTPNodeForFactory< }; //@} - +#endif #endif // LL_LLSDRPCSERVER_H |