diff options
Diffstat (limited to 'linden/indra/llmessage/lltransfersourcefile.h')
-rw-r--r-- | linden/indra/llmessage/lltransfersourcefile.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/llmessage/lltransfersourcefile.h b/linden/indra/llmessage/lltransfersourcefile.h index 21661b5..c3523b1 100644 --- a/linden/indra/llmessage/lltransfersourcefile.h +++ b/linden/indra/llmessage/lltransfersourcefile.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file lltransfersourcefile.h | 2 | * @file lltransfersourcefile.h |
3 | * @brief Transfer system for sending a file. | 3 | * @brief Transfer system for sending a file. |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2006&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2006-2007, Linden Research, Inc. | 7 | * Copyright (c) 2006-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,6 +26,7 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #ifndef LL_LLTRANSFERSOURCEFILE_H | 32 | #ifndef LL_LLTRANSFERSOURCEFILE_H |
@@ -31,8 +34,6 @@ | |||
31 | 34 | ||
32 | #include "lltransfermanager.h" | 35 | #include "lltransfermanager.h" |
33 | 36 | ||
34 | #include <stdio.h> | ||
35 | |||
36 | class LLTransferSourceParamsFile : public LLTransferSourceParams | 37 | class LLTransferSourceParamsFile : public LLTransferSourceParams |
37 | { | 38 | { |
38 | public: | 39 | public: |