BRepositoryInfo: make sure fInitStatus is always set correctly

This commit is contained in:
Ingo Weinhold
2013-07-04 19:00:39 +02:00
parent 695a1b248a
commit 69f67e6de6
2 changed files with 113 additions and 97 deletions
+4
View File
@@ -66,6 +66,10 @@ public:
static const char* const kLicenseNameField;
static const char* const kLicenseTextField;
private:
status_t _SetTo(const BMessage* data);
status_t _SetTo(const BEntry& entry);
private:
status_t fInitStatus;