Compiles
[iotcloud.git] / version2 / src / C / Table.cc
index b43c93d471d6be99ac8f92fd3f82748480d1678e..d3b7e53773cef47d0e11d01486f13beaa918b743 100644 (file)
@@ -246,7 +246,7 @@ int64_t Table::getArbitrator(IoTString *key) {
 }
 
 void Table::close() {
-       cloud->close();
+       cloud->closeCloud();
 }
 
 IoTString *Table::getCommitted(IoTString *key)  {