diff options
Diffstat (limited to 'main/src/cgeo/geocaching/cgCache.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgCache.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/cgCache.java b/main/src/cgeo/geocaching/cgCache.java index 68aaf49..a9b41dc 100644 --- a/main/src/cgeo/geocaching/cgCache.java +++ b/main/src/cgeo/geocaching/cgCache.java @@ -458,4 +458,12 @@ public class cgCache implements ICache { return name; } + public boolean supportsUserActions() { + return getConnector().supportsUserActions(); + } + + public boolean supportsCachesAround() { + return getConnector().supportsCachesAround(); + } + } |
