aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llplugin/llpluginmessagepipe.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-02-18 19:44:16 -0700
committerMcCabe Maxsted2011-02-18 19:44:16 -0700
commitf6c52845fa2509f420e599b4c2033dfa1571f1ed (patch)
tree281bf361a3fdd22665c571b3eee417d340c77c9f /linden/indra/llplugin/llpluginmessagepipe.cpp
parentCreated a media_plugin_gstreamer010.log file in the cwd for the GStreamer plugin (diff)
parentFixed Windows compile error introduced in fe9a3d2b. Also made sure winsock2.h... (diff)
downloadmeta-impy-f6c52845fa2509f420e599b4c2033dfa1571f1ed.zip
meta-impy-f6c52845fa2509f420e599b4c2033dfa1571f1ed.tar.gz
meta-impy-f6c52845fa2509f420e599b4c2033dfa1571f1ed.tar.bz2
meta-impy-f6c52845fa2509f420e599b4c2033dfa1571f1ed.tar.xz
Merge remote branch 'remotes/github/weekly' into weekly
Diffstat (limited to 'linden/indra/llplugin/llpluginmessagepipe.cpp')
-rwxr-xr-xlinden/indra/llplugin/llpluginmessagepipe.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/llplugin/llpluginmessagepipe.cpp b/linden/indra/llplugin/llpluginmessagepipe.cpp
index 26cc9c0..ac3a902 100755
--- a/linden/indra/llplugin/llpluginmessagepipe.cpp
+++ b/linden/indra/llplugin/llpluginmessagepipe.cpp
@@ -99,8 +99,6 @@ void LLPluginMessagePipeOwner::killMessagePipe(void)
99} 99}
100 100
101LLPluginMessagePipe::LLPluginMessagePipe(LLPluginMessagePipeOwner *owner, LLSocket::ptr_t socket): 101LLPluginMessagePipe::LLPluginMessagePipe(LLPluginMessagePipeOwner *owner, LLSocket::ptr_t socket):
102 mInputMutex(gAPRPoolp),
103 mOutputMutex(gAPRPoolp),
104 mOwner(owner), 102 mOwner(owner),
105 mSocket(socket) 103 mSocket(socket)
106{ 104{