summaryrefslogtreecommitdiff
path: root/indra/llmessage/llsdrpcclient.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-09-14 13:33:50 -0700
committerRider Linden <rider@lindenlab.com>2015-09-14 13:33:50 -0700
commit32912a395839712b4edd4f39737d116f1730f5bf (patch)
tree4f3675797fda09c2c2789fa375f38bf8edc24b30 /indra/llmessage/llsdrpcclient.cpp
parent97236a42ca08979897d5c7b0826312345754cd67 (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/llsdrpcclient.cpp')
-rwxr-xr-xindra/llmessage/llsdrpcclient.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llmessage/llsdrpcclient.cpp b/indra/llmessage/llsdrpcclient.cpp
index eb773ceb3a..bb4739f733 100755
--- a/indra/llmessage/llsdrpcclient.cpp
+++ b/indra/llmessage/llsdrpcclient.cpp
@@ -43,6 +43,7 @@
static std::string LLSDRPC_RESPONSE_NAME("response");
static std::string LLSDRPC_FAULT_NAME("fault");
+#if 0
/**
* LLSDRPCResponse
*/
@@ -106,7 +107,9 @@ LLIOPipe::EStatus LLSDRPCResponse::process_impl(
PUMP_DEBUG;
return STATUS_DONE;
}
+#endif
+#if 0
/**
* LLSDRPCClient
*/
@@ -243,3 +246,4 @@ LLIOPipe::EStatus LLSDRPCClient::process_impl(
}
return rv;
}
+#endif