added files for database format-upgrade
[core.git] / inc / main / classes / listener / class_BaseListenerDecorator.php
index ae66a5c75e8ca6e3cdf27e6e165f57faabada416..88734973b5ec9709e85d4ef48b45917e7f03ec34 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseListenerDecorator extends BaseDecorator implements Visitable {
+abstract class BaseListenerDecorator extends BaseDecorator implements Visitable {
        /**
         * Listener type
         */
@@ -147,7 +147,5 @@ class BaseListenerDecorator extends BaseDecorator implements Visitable {
                //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('BASE-LISTENER-DECORATOR[' . __METHOD__ . ':' . __LINE__ . '] Going to handle over some raw data to receiver instance (' . $receiverInstance->__toString() . ') ...');
                $receiverInstance->addRawDataToIncomingStack($handlerInstance);
        }
-}
 
-// [EOF]
-?>
+}