summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index ea5e071..e80e273 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -145,6 +145,10 @@ public:
sendMsg(new LocKillMsg(this));
}
+ static bool needReport(const UlpLocation& ulpLocation,
+ enum loc_sess_status status,
+ LocPosTechMask techMask);
+
void addAdapter(LocAdapterBase* adapter);
void removeAdapter(LocAdapterBase* adapter);