]> granicus.if.org Git - icinga2/commitdiff
compatido: remove CompatIdoComponent::GetName()
authorMichael Friedrich <michael.friedrich@gmail.com>
Fri, 28 Sep 2012 08:35:42 +0000 (10:35 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Fri, 28 Sep 2012 08:35:42 +0000 (10:35 +0200)
fixes #3205

components/compatido/compatidocomponent.cpp
components/compatido/compatidocomponent.h

index 40e848c11062292f881ba8946595284db32128dc..0d870054bc2d546d296a23fbcd9d87c5218d6541 100644 (file)
 
 using namespace icinga;
 
-/**
- * Returns the name of the component.
- *
- * @returns The name.
- */
-String CompatIdoComponent::GetName(void) const
-{
-       return "compatido";
-}
-
 /**
  * Starts the component.
  */
index f093eddbd7d463181c94ea1121370414b35a59a1..2077a3220baec72680b078dcb350b0608085613c 100644 (file)
@@ -29,7 +29,6 @@ namespace icinga
 class CompatIdoComponent : public IComponent
 {
 public:
-       virtual String GetName(void) const;
        virtual void Start(void);
        virtual void Stop(void);