MXS-1775 Change assumption of Monitor::destroy() function
Used to be assumed to be a static member function, now assumed to be a regular member function.
This commit is contained in:
@ -80,10 +80,8 @@ public:
|
||||
|
||||
/**
|
||||
* Destroyes aka deletes the instance.
|
||||
*
|
||||
* @param monitor The instance to be finished.
|
||||
*/
|
||||
static void destroy(MariaDBMonitor* monitor);
|
||||
void destroy();
|
||||
|
||||
/**
|
||||
* Stop the monitor. Waits until monitor has stopped.
|
||||
|
Reference in New Issue
Block a user