diff options
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; +} | 
