Interface fixes.
authorGunnar Wrobel <p@rdus.de>
Wed, 4 Nov 2009 09:11:58 +0000 (10:11 +0100)
committerGunnar Wrobel <p@rdus.de>
Wed, 4 Nov 2009 09:11:58 +0000 (10:11 +0100)
framework/Kolab_Server/lib/Horde/Kolab/Server/List/Base.php
framework/Kolab_Server/lib/Horde/Kolab/Server/List/Interface.php

index e70abd2..ab85b82 100644 (file)
@@ -25,7 +25,8 @@
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Server
  */
-class Horde_Kolab_Server_List_Base implements Horde_Kolab_Server_List
+class Horde_Kolab_Server_List_Base
+implements Horde_Kolab_Server_List_Interface
 {
     /**
      * List all objects of a specific type.
index 7a9ad87..f8f7146 100644 (file)
@@ -25,7 +25,7 @@
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Server
  */
-interface Horde_Kolab_Server_List
+interface Horde_Kolab_Server_List_Interface
 {
     /**
      * List all objects of a specific type.