Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > c509b22edde78ba0c60ff4e73cdf8ebe > files > 4

lzma-4.43-17mdv2008.0.src.rpm

--- C/Common/C_FileIO.h~	2004-07-24 13:35:06.000000000 +0200
+++ C/Common/C_FileIO.h	2007-06-08 18:20:36.000000000 +0200
@@ -24,6 +24,7 @@ public:
   bool Close();
   bool GetLength(UInt64 &length) const;
   off_t Seek(off_t distanceToMove, int moveMethod) const;
+  int GetHandle() const { return _handle; }
 };
 
 class CInFile: public CFileBase
--- src/sdk/Common/C_FileIO.h.orig	2007-06-08 18:30:57.000000000 +0200
+++ src/sdk/Common/C_FileIO.h	2007-06-08 18:31:00.000000000 +0200
@@ -24,6 +24,7 @@ public:
   bool Close();
   bool GetLength(UInt64 &length) const;
   off_t Seek(off_t distanceToMove, int moveMethod) const;
+  int GetHandle() const { return _handle; }
 };
 
 class CInFile: public CFileBase