diff options
author | Pixel <Pixel> | 2001-11-26 23:11:40 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-26 23:11:40 +0000 |
commit | 3baa9d168c02a8734b95d1cc467601b6aaf2f6e4 (patch) | |
tree | 6c254e9d75dee5a1e305283788fea3d3fff2a445 /lib/Handle.cc | |
parent | 3aa63fcbddbce8762ad0f3f54d90ad985c0f9c41 (diff) |
Big job here. Many bugs out. Hurray!!
Diffstat (limited to 'lib/Handle.cc')
-rw-r--r-- | lib/Handle.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Handle.cc b/lib/Handle.cc index 30ad7ef..e158511 100644 --- a/lib/Handle.cc +++ b/lib/Handle.cc @@ -147,3 +147,11 @@ bool Handle::CanWrite(void) { String Handle::GetName(void) { return _("Bare Handle - should not happend"); } + +off_t Handle::GetSize(void) { + return -1; +} + +time_t Handle::GetModif(void) { + return -1; +} |