1 2 3 4 5 6 7
package cgeo.geocaching; public class cgUpdateLoc { public void updateLoc(cgGeo geo) { // to be overriden } }