diff options
| author | mucek4 <tomaz@gorenc.org> | 2011-07-11 08:12:48 +0200 |
|---|---|---|
| committer | mucek4 <tomaz@gorenc.org> | 2011-07-11 08:12:48 +0200 |
| commit | 3a311f2a45a79a19ebc4e2b66f5e92a2f390c04d (patch) | |
| tree | 6109c451668d4517785e8225c06230b7f02d1414 /src/cgeo/geocaching/cgLog.java | |
| download | cgeo-3a311f2a45a79a19ebc4e2b66f5e92a2f390c04d.zip cgeo-3a311f2a45a79a19ebc4e2b66f5e92a2f390c04d.tar.gz cgeo-3a311f2a45a79a19ebc4e2b66f5e92a2f390c04d.tar.bz2 | |
First commit
Diffstat (limited to 'src/cgeo/geocaching/cgLog.java')
| -rw-r--r-- | src/cgeo/geocaching/cgLog.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cgeo/geocaching/cgLog.java b/src/cgeo/geocaching/cgLog.java new file mode 100644 index 0000000..5b1b44a --- /dev/null +++ b/src/cgeo/geocaching/cgLog.java @@ -0,0 +1,12 @@ +package cgeo.geocaching; + +public class cgLog { + public int id = 0; + public int type = 4; // note + public String author = ""; + public String log = ""; + public long date = 0; + public int found = -1; + public String cacheName = ""; // used for trackables + public String cacheGuid = ""; // used for trackables +} |
