summaryrefslogtreecommitdiff
path: root/ace/Filecache.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-24 22:39:08 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-24 22:39:08 +0000
commit280f66affd6f9e179c6e526f835a8a60aea56d39 (patch)
tree8bd1b7706e8cdb12398c05643d045e9f2ce8a5eb /ace/Filecache.h
parent5f34d71879877d2921733e613940f82918b69f68 (diff)
downloadATCD-280f66affd6f9e179c6e526f835a8a60aea56d39.tar.gz
ChangeLogTag:Wed Jan 24 14:44:12 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Filecache.h')
-rw-r--r--ace/Filecache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Filecache.h b/ace/Filecache.h
index d7870691c01..7e8df017878 100644
--- a/ace/Filecache.h
+++ b/ace/Filecache.h
@@ -329,7 +329,7 @@ private:
ACE_HANDLE handle_;
/// Used to compare against the real file to test if an update is needed.
- struct stat stat_;
+ ACE_stat stat_;
size_t size_;
/// Status indicators.