This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// leapGestures.cpp | |
// Kadaster Interface | |
// | |
// Created by Martijn Mellema on 13-06-13. | |
// | |
// | |
#include "leapGestures.h" | |
#include "gestureObject.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
At first. CBLIncrementalStore expects that you define all the documents with an type key. This means that every object must be linked to an entity. If this is not the case, CBLIncrementalStore will crash on change. | |