blob: 9cbd5572aebe6244ff220037954238380427cd19 (
plain)
1
2
3
4
5
6
7
8
9
10
|
package cgeo.geocaching;
import android.app.Activity;
import java.util.Calendar;
public class cgLogForm extends Activity {
public void setDate(Calendar dateIn) {
// to be overwritten
}
}
|