mirror of https://github.com/Icinga/icinga2.git
parent
faf741e3b9
commit
1a78a0b5e1
|
@ -21,16 +21,6 @@
|
|||
|
||||
using namespace icinga;
|
||||
|
||||
/**
|
||||
* Returns the name of the component.
|
||||
*
|
||||
* @returns The name.
|
||||
*/
|
||||
String CompatIdoComponent::GetName(void) const
|
||||
{
|
||||
return "compatido";
|
||||
}
|
||||
|
||||
/**
|
||||
* Starts the component.
|
||||
*/
|
||||
|
|
|
@ -29,7 +29,6 @@ namespace icinga
|
|||
class CompatIdoComponent : public IComponent
|
||||
{
|
||||
public:
|
||||
virtual String GetName(void) const;
|
||||
virtual void Start(void);
|
||||
virtual void Stop(void);
|
||||
|
||||
|
|
Loading…
Reference in New Issue