mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
parent
217f62b89d
commit
a93266548f
@ -86,12 +86,10 @@ class Genode::Object_pool
|
||||
|
||||
bool is_dead(bool set_dead = false) {
|
||||
return (set_dead ? (_dead = true) : _dead); }
|
||||
bool is_ref_zero() { return _ref <= 0; }
|
||||
bool is_ref_zero() { return _ref <= 0; }
|
||||
|
||||
public:
|
||||
|
||||
enum { OBJ_ID_INVALID = 0 };
|
||||
|
||||
/**
|
||||
* Constructors
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user