Revision 16008 trunk/libraries/libArcIMS/src/org/gvsig/remoteClient/arcims/utils/MyCancellable.java

View differences:

MyCancellable.java
58 58
    public boolean isCanceled() {
59 59
        return original.isCanceled();
60 60
    }
61

  
62
	public Object getID() {
63
		// TODO Auto-generated method stub
64
		throw new Error("not yet implemented");
65
//		return null;
66
	}
61 67
}

Also available in: Unified diff