aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgCacheWrap.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgeo/geocaching/cgCacheWrap.java')
-rw-r--r--src/cgeo/geocaching/cgCacheWrap.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cgeo/geocaching/cgCacheWrap.java b/src/cgeo/geocaching/cgCacheWrap.java
new file mode 100644
index 0000000..23d77f5
--- /dev/null
+++ b/src/cgeo/geocaching/cgCacheWrap.java
@@ -0,0 +1,12 @@
+package cgeo.geocaching;
+
+import java.util.ArrayList;
+
+public class cgCacheWrap {
+ public String error = null;
+ public String url = "";
+ public String viewstate = "";
+ public String viewstate1 = "";
+ public int totalCnt = 0;
+ public ArrayList<cgCache> cacheList = new ArrayList<cgCache>();
+} \ No newline at end of file