diff options
author | prep linden <prep@lindenlab.com> | 2011-08-30 09:33:05 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-08-30 09:33:05 -0400 |
commit | 6f2820bcd7b7ed06fefeca0e2c34c45ef77e4b62 (patch) | |
tree | 1ba73003f2b299d6ab1a2b968c5d15688be23692 /indra/llmessage/lliosocket.h | |
parent | 71ac45a28b238bac4ac0cf43ee85f04589ffa116 (diff) | |
parent | 8cef480b96dc779c5879f74224fb0a185ee550f2 (diff) |
merge
Diffstat (limited to 'indra/llmessage/lliosocket.h')
-rw-r--r-- | indra/llmessage/lliosocket.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/llmessage/lliosocket.h b/indra/llmessage/lliosocket.h index e0f6c1e34d..be0f7dfcc6 100644 --- a/indra/llmessage/lliosocket.h +++ b/indra/llmessage/lliosocket.h @@ -145,13 +145,6 @@ public: */ apr_socket_t* getSocket() const { return mSocket; } -protected: - /** - * @brief Protected constructor since should only make sockets - * with one of the two <code>create()</code> calls. - */ - LLSocket(apr_socket_t* socket, apr_pool_t* pool); - /** * @brief Set default socket options, with SO_NONBLOCK = 0 and a timeout in us. * @param timeout Number of microseconds to wait on this socket. Any @@ -164,6 +157,13 @@ protected: */ void setNonBlocking(); +protected: + /** + * @brief Protected constructor since should only make sockets + * with one of the two <code>create()</code> calls. + */ + LLSocket(apr_socket_t* socket, apr_pool_t* pool); + public: /** * @brief Do not call this directly. |