diff options
author | Jacek Antonelli | 2009-09-10 02:31:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-10 02:35:58 -0500 |
commit | f57eabefa1291f4e047aa03416c9c544413b9f0e (patch) | |
tree | 25f1d75d05a8b00f3c2b7207731a9cfafdad9732 /linden/indra/newview/hippoRestRequest.h | |
parent | Merged 'armin/grid-manager5' into login-manager (diff) | |
download | meta-impy-f57eabefa1291f4e047aa03416c9c544413b9f0e.zip meta-impy-f57eabefa1291f4e047aa03416c9c544413b9f0e.tar.gz meta-impy-f57eabefa1291f4e047aa03416c9c544413b9f0e.tar.bz2 meta-impy-f57eabefa1291f4e047aa03416c9c544413b9f0e.tar.xz |
Fixed line endings on hippo and grid manager files.
Diffstat (limited to 'linden/indra/newview/hippoRestRequest.h')
-rw-r--r-- | linden/indra/newview/hippoRestRequest.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/linden/indra/newview/hippoRestRequest.h b/linden/indra/newview/hippoRestRequest.h index e43233c..1dcb4a0 100644 --- a/linden/indra/newview/hippoRestRequest.h +++ b/linden/indra/newview/hippoRestRequest.h | |||
@@ -1,16 +1,16 @@ | |||
1 | #ifndef __HIPPO_REST_REQTUEST_H__ | 1 | #ifndef __HIPPO_REST_REQTUEST_H__ |
2 | #define __HIPPO_REST_REQTUEST_H__ | 2 | #define __HIPPO_REST_REQTUEST_H__ |
3 | 3 | ||
4 | 4 | ||
5 | #include <string> | 5 | #include <string> |
6 | 6 | ||
7 | 7 | ||
8 | class HippoRestRequest | 8 | class HippoRestRequest |
9 | { | 9 | { |
10 | public: | 10 | public: |
11 | static int getBlocking(const std::string &url, std::string *result); | 11 | static int getBlocking(const std::string &url, std::string *result); |
12 | 12 | ||
13 | }; | 13 | }; |
14 | 14 | ||
15 | 15 | ||
16 | #endif | 16 | #endif |