1
0
Fork 0
This commit is contained in:
Kaveh Vahedipour 2016-04-06 18:46:55 +02:00
parent edec7047b9
commit c2013c560d
2 changed files with 2 additions and 0 deletions

View File

@ -423,6 +423,7 @@ template<> bool Node::handle<SHIFT> (VPackSlice const& slice) {
}
template<> bool Node::handle<OBSERVE> (VPackSlice const& slice) {
// Add entries to existing node
return true;
}

View File

@ -137,6 +137,7 @@ public:
/// @brief Apply single slice
bool applies (arangodb::velocypack::Slice const&);
/// @brief handle "op" keys in write json
template<Operation Oper>
bool handle (arangodb::velocypack::Slice const&);