tabbing
[iotcloud.git] / version2 / src / C / PendingTransaction.h
index 09689d4d9ca21e21dd2cdc7ea5e0e449fec2f30e..c036c869bb35a5bd586b5eb29f45380619db78c7 100644 (file)
@@ -18,12 +18,12 @@ public:
         * Add a new key value to the updates
         *
         */
-       void addKV(KeyValue * newKV);
+       void addKV(KeyValue *newKV);
        /**
         * Add a new key value to the guard set
         *
         */
-       void addKVGuard(KeyValue * newKV);
+       void addKVGuard(KeyValue *newKV);
        /**
         * Checks if the arbitrator is the same
         */
@@ -48,7 +48,7 @@ public:
 
        int64_t getMachineId() { return machineId; }
 
-       bool evaluateGuard(Hashtable<IoTString *, KeyValue *> * keyValTableCommitted, Hashtable<IoTString *, KeyValue *> * keyValTableSpeculative, Hashtable<IoTString *, KeyValue *> * keyValTablePendingTransSpeculative);
+       bool evaluateGuard(Hashtable<IoTString *, KeyValue *> *keyValTableCommitted, Hashtable<IoTString *, KeyValue *> *keyValTableSpeculative, Hashtable<IoTString *, KeyValue *> *keyValTablePendingTransSpeculative);
 
        Transaction *createTransaction();