diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/llcommon/llfile.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/llcommon/llfile.h')
-rw-r--r-- | linden/indra/llcommon/llfile.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llfile.h b/linden/indra/llcommon/llfile.h index 062b183..2650775 100644 --- a/linden/indra/llcommon/llfile.h +++ b/linden/indra/llcommon/llfile.h | |||
@@ -168,5 +168,14 @@ private: | |||
168 | 168 | ||
169 | #endif | 169 | #endif |
170 | 170 | ||
171 | /** | ||
172 | * @breif filesize helpers. | ||
173 | * | ||
174 | * The file size helpers are not considered particularly efficient, | ||
175 | * and should only be used for config files and the like -- not in a | ||
176 | * loop. | ||
177 | */ | ||
178 | std::streamsize llifstream_size(llifstream& fstr); | ||
179 | std::streamsize llofstream_size(llofstream& fstr); | ||
171 | 180 | ||
172 | #endif // not LL_LLFILE_H | 181 | #endif // not LL_LLFILE_H |