Revision 35197 branches/dal_time_support/libraries/libFMap_mapcontext/src/org/gvsig/fmap/geom/operation/MapContextGeomOperationsLibrary.java

View differences:

MapContextGeomOperationsLibrary.java
32 32

  
33 33
import org.gvsig.fmap.mapcontext.MapContextLibrary;
34 34
import org.gvsig.tools.library.AbstractLibrary;
35
import org.gvsig.tools.library.Library;
36 35
import org.gvsig.tools.library.LibraryException;
37 36

  
38 37
/**
......
41 40
 */
42 41
public class MapContextGeomOperationsLibrary extends AbstractLibrary {
43 42

  
44
	public MapContextGeomOperationsLibrary() {
45
		super(MapContextGeomOperationsLibrary.class, Library.TYPE.IMPL);
46
		require(MapContextLibrary.class);
47
	}
48
	
43
    public void doRegistration() {
44
        registerAsServiceOf(MapContextLibrary.class);
45
    }
46

  
49 47
	protected void doInitialize() throws LibraryException {
50 48
	}
51 49

  

Also available in: Unified diff