X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=version2%2Fsrc%2FC%2FPendingTransaction.h;h=96f6f949bddc570defef7243c4f859f54a9d6c9d;hb=eeac4c936cc40b33c97ea770bed5c1f02db05d18;hp=c036c869bb35a5bd586b5eb29f45380619db78c7;hpb=2d567b75be4055f6a40ffe1cedb5cdc9be262d86;p=iotcloud.git diff --git a/version2/src/C/PendingTransaction.h b/version2/src/C/PendingTransaction.h index c036c86..96f6f94 100644 --- a/version2/src/C/PendingTransaction.h +++ b/version2/src/C/PendingTransaction.h @@ -14,6 +14,7 @@ private: public: PendingTransaction(int64_t _machineId); + ~PendingTransaction(); /** * Add a new key value to the updates * @@ -31,7 +32,7 @@ public: /** * Get the transaction arbitrator */ - int64_t getArbitrator(); + int64_t getArbitrator() {return arbitrator;} /** * Get the key value update set */