mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-25 10:48:20 +02:00
Make Object::ClearHeldObjects() public.
This commit is contained in:
parent
bb1b5e232b
commit
7abf1bad51
@ -35,13 +35,12 @@ public:
|
|||||||
typedef shared_ptr<Object> Ptr;
|
typedef shared_ptr<Object> Ptr;
|
||||||
typedef weak_ptr<Object> WeakPtr;
|
typedef weak_ptr<Object> WeakPtr;
|
||||||
|
|
||||||
|
static void ClearHeldObjects(void);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
Object(void);
|
Object(void);
|
||||||
virtual ~Object(void);
|
virtual ~Object(void);
|
||||||
|
|
||||||
static void ClearHeldObjects(void);
|
|
||||||
|
|
||||||
protected:
|
|
||||||
void Hold(void);
|
void Hold(void);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user