From 11bf45f50739afb923829b3cc32efb9c8c009613 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 17 Aug 2002 01:48:34 +0000 Subject: Working with Baltisot now.... --- generic/Handle.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'generic/Handle.cpp') diff --git a/generic/Handle.cpp b/generic/Handle.cpp index 6d02381..44b01de 100644 --- a/generic/Handle.cpp +++ b/generic/Handle.cpp @@ -289,3 +289,11 @@ ssize_t Handle::uread(void * buf, size_t count) { off_t Handle::tell() { return itell; } + +bool Handle::CanSeek() { + return 0; +} + +off_t Handle::seek(off_t, int) throw(GeneralException) { + throw IOGeneral("Handle " + GetName() + " can't seek"); +} -- cgit v1.2.3