BRequest: Change attribute protection from private to protected
Particularly fInitStatus is of interest for derived classes.
This commit is contained in:
@@ -39,7 +39,7 @@ protected:
|
|||||||
|
|
||||||
const BContext& fContext;
|
const BContext& fContext;
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
status_t fInitStatus;
|
status_t fInitStatus;
|
||||||
JobQueue* fJobQueue;
|
JobQueue* fJobQueue;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user