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/sisfile.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lib/sisfile.h') diff --git a/lib/sisfile.h b/lib/sisfile.h index 2bfcea5..d74cc1c 100644 --- a/lib/sisfile.h +++ b/lib/sisfile.h @@ -39,6 +39,10 @@ class SISFile { public: + SISFile(); + + virtual ~SISFile(); + /** * Compare uid and version number of this file, with another. * @@ -70,6 +74,11 @@ public: */ uint8_t* getName(); + void ownBuffer() + { + m_ownBuffer = true; + } + /** * Is this the same application? */ @@ -99,6 +108,10 @@ private: SISComponentNameRecord m_componentRecord; + bool m_ownBuffer; + + uint8_t* m_buf; + }; #endif -- cgit v1.2.3