summaryrefslogtreecommitdiff
path: root/ace/Filecache.cpp
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-09 18:44:45 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-09 18:44:45 +0000
commit7aae22eb77e41a1c46431af11956bf4ec99c08bb (patch)
tree230fd816feda10de8f1e920972d03f8575cc09d5 /ace/Filecache.cpp
parent74be9cedda2d7d71ae0321e879472511f8fd3f88 (diff)
downloadATCD-7aae22eb77e41a1c46431af11956bf4ec99c08bb.tar.gz
Comments and fixes that came up during JAWS code review.
Diffstat (limited to 'ace/Filecache.cpp')
-rw-r--r--ace/Filecache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Filecache.cpp b/ace/Filecache.cpp
index ff3a0fe8a79..ecbde7255f0 100644
--- a/ace/Filecache.cpp
+++ b/ace/Filecache.cpp
@@ -8,6 +8,7 @@ static const int R_MASK = S_IRUSR|S_IRGRP|S_IROTH;
static const int W_MASK = S_IRUSR|S_IRGRP|S_IROTH|S_IWUSR|S_IWGRP|S_IWOTH;
#if defined (ACE_WIN32)
+// See if you can get rid of some of these.
static const int READ_FLAGS = (FILE_FLAG_SEQUENTIAL_SCAN |
FILE_FLAG_OVERLAPPED |
O_RDONLY);