summaryrefslogtreecommitdiff
path: root/examples/Web_Crawler/Mem_Map_Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Web_Crawler/Mem_Map_Stream.h')
-rw-r--r--examples/Web_Crawler/Mem_Map_Stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Web_Crawler/Mem_Map_Stream.h b/examples/Web_Crawler/Mem_Map_Stream.h
index 3595f04ab77..b7aa58c85f0 100644
--- a/examples/Web_Crawler/Mem_Map_Stream.h
+++ b/examples/Web_Crawler/Mem_Map_Stream.h
@@ -124,7 +124,7 @@ public:
// store if necessary. Returns 0 if <offset> or <offset + size> is
// past the end of the stream.
- virtual off_t seek (off_t offset, int whence = SEEK_CUR);
+ virtual ACE_OFF_T seek (ACE_OFF_T offset, int whence = SEEK_CUR);
// Sets the <get> and <recv> positions as follows:
// o If <whence> is <SEEK_SET>, the positions are set to <offset>
// bytes from the start of the stream.