Skip to content
Snippets Groups Projects
Commit 1010eff6 authored by belladj's avatar belladj
Browse files

add saveChanges

parent 56ef11b1
Branches master
No related merge requests found
...@@ -15,41 +15,13 @@ public: ...@@ -15,41 +15,13 @@ public:
Controller(); Controller();
~Controller(); ~Controller();
void init(string addr1, string addr2)
{
}
void sendCRDTState (string addr)
{
}
void sendListAddress ()
{
}
void broadcastVector ()
{
}
void ping (string addr)
{
}
void updateCRDT(CRDT crdt) void updateCRDT(CRDT crdt)
{ {
crdt.update(); crdt.update();
} }
void updateVersionVector(VersionVector vv)
{
}
vector<Version> getNotifyOperation(VersionVector vv) vector<Version> getNotifyOperation(VersionVector vv)
{ {
...@@ -81,7 +53,7 @@ public: ...@@ -81,7 +53,7 @@ public:
void saveChanges(Editor e) void saveChanges(Editor e)
{ {
e.saveFile();
} }
void saveDeletionBuffer() void saveDeletionBuffer()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment