diff options
Diffstat (limited to 'linden/indra/llmessage/llpumpio.h')
-rw-r--r-- | linden/indra/llmessage/llpumpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llpumpio.h b/linden/indra/llmessage/llpumpio.h index d90d6b0..0f2bd48 100644 --- a/linden/indra/llmessage/llpumpio.h +++ b/linden/indra/llmessage/llpumpio.h | |||
@@ -6,6 +6,7 @@ | |||
6 | * | 6 | * |
7 | * Copyright (c) 2004-2007, Linden Research, Inc. | 7 | * Copyright (c) 2004-2007, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | ||
9 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
10 | * to you under the terms of the GNU General Public License, version 2.0 | 11 | * to you under the terms of the GNU General Public License, version 2.0 |
11 | * ("GPL"), unless you have obtained a separate licensing agreement | 12 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -246,6 +247,7 @@ public: | |||
246 | * chain has a file descriptor ready, <code>process()</code> will | 247 | * chain has a file descriptor ready, <code>process()</code> will |
247 | * be called for all pipes which have requested it. | 248 | * be called for all pipes which have requested it. |
248 | */ | 249 | */ |
250 | void pump(const S32& poll_timeout); | ||
249 | void pump(); | 251 | void pump(); |
250 | 252 | ||
251 | /** | 253 | /** |