http://www.mediawiki.org/wiki/Special:Code/MediaWiki/83573

Revision: 83573
Author:   jeroendedauw
Date:     2011-03-09 09:04:15 +0000 (Wed, 09 Mar 2011)
Log Message:
-----------
rem obsolete stuff

Modified Paths:
--------------
    branches/Maps0.8/Maps.php
    branches/Maps0.8/includes/iMappingService.php

Removed Paths:
-------------
    branches/Maps0.8/includes/iMappingFeature.php

Modified: branches/Maps0.8/Maps.php
===================================================================
--- branches/Maps0.8/Maps.php   2011-03-09 09:02:26 UTC (rev 83572)
+++ branches/Maps0.8/Maps.php   2011-03-09 09:04:15 UTC (rev 83573)
@@ -69,7 +69,6 @@
 $wgAutoloadClasses['MapsLayerPage']                    = $incDir . 
'Maps_LayerPage.php';
 $wgAutoloadClasses['MapsLayers']                               = $incDir . 
'Maps_Layers.php';
 $wgAutoloadClasses['MapsLocation']                             = $incDir . 
'Maps_Location.php';
-$wgAutoloadClasses['iMappingFeature']                  = $incDir . 
'iMappingFeature.php';
 $wgAutoloadClasses['iMappingService']                  = $incDir . 
'iMappingService.php';
 $wgAutoloadClasses['MapsMappingServices']              = $incDir . 
'Maps_MappingServices.php';
 $wgAutoloadClasses['MapsMappingService']               = $incDir . 
'Maps_MappingService.php';

Deleted: branches/Maps0.8/includes/iMappingFeature.php
===================================================================
--- branches/Maps0.8/includes/iMappingFeature.php       2011-03-09 09:02:26 UTC 
(rev 83572)
+++ branches/Maps0.8/includes/iMappingFeature.php       2011-03-09 09:04:15 UTC 
(rev 83573)
@@ -1,18 +0,0 @@
-<?php
-
-/**
- * Interface that should be implemented by all mapping features that want to 
use the.
- * 
- * @since 0.6.5
- * 
- * @file iMappingFeature.php
- * @ingroup Maps
- * 
- * @author Jeroen De Dauw
- * 
- * TODO: update to 0.7 architecture
- */
-interface iMappingFeature {
-       
-       
-}
\ No newline at end of file

Modified: branches/Maps0.8/includes/iMappingService.php
===================================================================
--- branches/Maps0.8/includes/iMappingService.php       2011-03-09 09:02:26 UTC 
(rev 83572)
+++ branches/Maps0.8/includes/iMappingService.php       2011-03-09 09:04:15 UTC 
(rev 83573)
@@ -67,7 +67,7 @@
         * 
         * @param string $featureName.
         * 
-        * @return iMappingFeature or false
+        * @return object or false
         */     
        function getFeatureInstance( $featureName );    
        


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to