compatido: remove CompatIdoComponent::GetName()

fixes #3205
This commit is contained in:
Michael Friedrich 2012-09-28 10:35:42 +02:00
parent faf741e3b9
commit 1a78a0b5e1
2 changed files with 0 additions and 11 deletions

View File

@ -21,16 +21,6 @@
using namespace icinga; using namespace icinga;
/**
* Returns the name of the component.
*
* @returns The name.
*/
String CompatIdoComponent::GetName(void) const
{
return "compatido";
}
/** /**
* Starts the component. * Starts the component.
*/ */

View File

@ -29,7 +29,6 @@ namespace icinga
class CompatIdoComponent : public IComponent class CompatIdoComponent : public IComponent
{ {
public: public:
virtual String GetName(void) const;
virtual void Start(void); virtual void Start(void);
virtual void Stop(void); virtual void Stop(void);