diff options
author | qctecmdr <qctecmdr@localhost> | 2020-12-28 10:11:57 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-12-28 10:11:57 -0800 |
commit | 64910a0babc4415a68c7731834ae83d04876e4c8 (patch) | |
tree | 0ec30b3926e1296dcc2c9c98b0061835aa37d729 /core/LocAdapterBase.h | |
parent | a891b8fcf12e139e2b53445483a192f49af1b471 (diff) | |
parent | 91d61c0683fed7f0649259f0392d001f5804562a (diff) |
Merge "FR 67139: re-instate GTP WWAN support"
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r-- | core/LocAdapterBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h index b2188c7..24ed15c 100644 --- a/core/LocAdapterBase.h +++ b/core/LocAdapterBase.h @@ -140,7 +140,7 @@ public: return ContextBase::isFeatureSupported(featureVal); } - uint32_t generateSessionId(); + static uint32_t generateSessionId(); inline bool isAdapterMaster() { return mIsMaster; |