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