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