edits
[iotcloud.git] / version2 / src / C / Commit.h
index df263ae393ef44832ae5e8ef5289e99a483bf1e3..b8d69faea40039a8e95c3402b54755d6710db394 100644 (file)
@@ -17,7 +17,7 @@ private:
        int64_t transactionSequenceNumber;
        Hashset<IoTString *> *liveKeys;
        Array<char> *convertDataToBytes();
        int64_t transactionSequenceNumber;
        Hashset<IoTString *> *liveKeys;
        Array<char> *convertDataToBytes();
-       void setKVsMap(Hashset<KeyValue *, uintptr_t, 0> *newKVs);
+       void setKVsMap(Hashset<KeyValue *, uintptr_t, 0, hashKeyValue, KeyValueEquals> *newKVs);
 
 public:
        Commit();
 
 public:
        Commit();