android fixes for latests object store
This commit is contained in:
parent
7fe2f69b8c
commit
f186c3d1b7
|
@ -21,7 +21,7 @@
|
||||||
#include <future>
|
#include <future>
|
||||||
|
|
||||||
namespace realm {
|
namespace realm {
|
||||||
class ClientHistory;
|
class Replication;
|
||||||
|
|
||||||
namespace _impl {
|
namespace _impl {
|
||||||
class RealmCoordinator;
|
class RealmCoordinator;
|
||||||
|
@ -38,7 +38,7 @@ private:
|
||||||
RealmCoordinator& m_parent;
|
RealmCoordinator& m_parent;
|
||||||
|
|
||||||
// A shared group used to listen for changes
|
// A shared group used to listen for changes
|
||||||
std::unique_ptr<ClientHistory> m_history;
|
std::unique_ptr<Replication> m_history;
|
||||||
SharedGroup m_sg;
|
SharedGroup m_sg;
|
||||||
|
|
||||||
// The listener thread
|
// The listener thread
|
||||||
|
|
Loading…
Reference in New Issue