From 89a3d9a86c9f948829ab173b811709f74685bfe6 Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Tue, 19 Mar 2002 13:34:53 +0000 Subject: Remove the previous version (unconditionally) before installing the new version. --- lib/sisfilerecord.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lib/sisfilerecord.h') diff --git a/lib/sisfilerecord.h b/lib/sisfilerecord.h index dbbbc49..d0ccced 100644 --- a/lib/sisfilerecord.h +++ b/lib/sisfilerecord.h @@ -48,6 +48,13 @@ public: */ SisRC fillFrom(uint8_t* buf, int* base, off_t len, SISFile* sisFile); + uint8_t* getDestPtr() + { + return &m_buf[m_destPtr]; + } + + void setMainDrive(char drive); + /** * 1 if multiple language versions, otherwise 0. */ @@ -86,6 +93,15 @@ public: uint32_t m_destPtr; uint32_t* m_fileLengths; uint32_t* m_filePtrs; + +private: + + /** + * The buffer we belong to. + * Used for updating the destination file name. + */ + uint8_t* m_buf; + }; #endif -- cgit v1.2.3