summaryrefslogtreecommitdiff
path: root/controller/RethinkDB.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'controller/RethinkDB.hpp')
-rw-r--r--controller/RethinkDB.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/controller/RethinkDB.hpp b/controller/RethinkDB.hpp
index 07f0abfb..bce8bdef 100644
--- a/controller/RethinkDB.hpp
+++ b/controller/RethinkDB.hpp
@@ -41,13 +41,9 @@ public:
virtual ~RethinkDB();
virtual bool waitForReady();
-
virtual void save(nlohmann::json *orig,nlohmann::json &record);
-
virtual void eraseNetwork(const uint64_t networkId);
-
virtual void eraseMember(const uint64_t networkId,const uint64_t memberId);
-
virtual void nodeIsOnline(const uint64_t networkId,const uint64_t memberId,const InetAddress &physicalAddress);
protected: