summaryrefslogtreecommitdiff
path: root/indra/llmessage/lliosocket.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2018-08-28 22:26:12 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2018-08-28 22:26:12 +0300
commit236f986d352c60d489868fe0755b33394348340f (patch)
tree4603c9d2ed6333b03e8f5722dabced6ad495f4b4 /indra/llmessage/lliosocket.h
parent36e89143b74b7fffdaf9fbb14565c957626a80c3 (diff)
Backed out changeset: 871c2923afce
Diffstat (limited to 'indra/llmessage/lliosocket.h')
-rw-r--r--indra/llmessage/lliosocket.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llmessage/lliosocket.h b/indra/llmessage/lliosocket.h
index 303d80eb14..f840f0275c 100644
--- a/indra/llmessage/lliosocket.h
+++ b/indra/llmessage/lliosocket.h
@@ -96,14 +96,12 @@ public:
* and associated with the socket.
* @param type The type of socket to create
* @param port The port for the socket
- * @param hostname e.g. APR_ANYADDR to listen openly, or "127.0.0.1"
* @return A valid socket shared pointer if the call worked.
*/
static ptr_t create(
apr_pool_t* pool,
EType type,
- U16 port = PORT_EPHEMERAL,
- const char *hostname = APR_ANYADDR);
+ U16 port = PORT_EPHEMERAL);
/**
* @brief Create a LLSocket when you already have an apr socket.