edits
[iotcloud.git] / version2 / src / C / Table.h
index 59ba47216191b268189894ee76604287316d2599..dfe188652d4192c95a3c13455685896c647ec5c8 100644 (file)
@@ -267,7 +267,7 @@ public:
        bool update();
        bool createNewKey(IoTString *keyName, int64_t machineId);
        void startTransaction();
-       void addKV(IoTString *key, IoTString *value);
+       void put(IoTString *key, IoTString *value);
        TransactionStatus *commitTransaction();
 
        /**