Revision 219

View differences:

org.gvsig.educa.thematicmap/trunk/org.gvsig.educa.thematicmap/org.gvsig.educa.thematicmap.lib/org.gvsig.educa.thematicmap.lib.api/src/main/java/org/gvsig/educa/thematicmap/ThematicMapManager.java
43 43
import org.gvsig.tools.dispose.Disposable;
44 44
import org.gvsig.tools.service.Manager;
45 45
import org.gvsig.tools.service.ServiceException;
46
import org.gvsig.tools.service.spi.ProviderManager;
46 47

  
47 48
/**
48 49
 * Library Manager.
......
417 418
     * @return
418 419
     */
419 420
    public List<MapControlToolRegistrant> getMapControlRegistrantList();
421
    
422
    public ProviderManager getProviderManager();
420 423
}

Also available in: Unified diff